Uses of Class
org.apache.hop.core.gui.IGc.EColor
-
Packages that use IGc.EColor Package Description org.apache.hop.core.gui -
-
Uses of IGc.EColor in org.apache.hop.core.gui
Methods in org.apache.hop.core.gui that return IGc.EColor Modifier and Type Method Description static IGc.EColorIGc.EColor. valueOf(String name)Returns the enum constant of this type with the specified name.static IGc.EColor[]IGc.EColor. 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.EColor Modifier and Type Method Description voidIGc. setBackground(IGc.EColor color)voidSvgGc. setBackground(IGc.EColor color)voidIGc. setForeground(IGc.EColor color)voidSvgGc. setForeground(IGc.EColor color)
-