Uses of Class
org.apache.hop.core.gui.IGc.ELineStyle
-
Packages that use IGc.ELineStyle Package Description org.apache.hop.core.gui -
-
Uses of IGc.ELineStyle in org.apache.hop.core.gui
Methods in org.apache.hop.core.gui that return IGc.ELineStyle Modifier and Type Method Description static IGc.ELineStyleIGc.ELineStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static IGc.ELineStyle[]IGc.ELineStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hop.core.gui with parameters of type IGc.ELineStyle Modifier and Type Method Description voidIGc. setLineStyle(IGc.ELineStyle lineStyle)voidSvgGc. setLineStyle(IGc.ELineStyle lineStyle)
-