Uses of Class
org.pentaho.di.core.gui.PrimitiveGCInterface.EFont
-
Packages that use PrimitiveGCInterface.EFont Package Description org.pentaho.di.core.gui -
-
Uses of PrimitiveGCInterface.EFont in org.pentaho.di.core.gui
Methods in org.pentaho.di.core.gui that return PrimitiveGCInterface.EFont Modifier and Type Method Description static PrimitiveGCInterface.EFont
PrimitiveGCInterface.EFont. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrimitiveGCInterface.EFont[]
PrimitiveGCInterface.EFont. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pentaho.di.core.gui with parameters of type PrimitiveGCInterface.EFont Modifier and Type Method Description void
PrimitiveGCInterface. setFont(PrimitiveGCInterface.EFont font)
-