Uses of Class
org.pentaho.di.core.gui.PrimitiveGCInterface.ELineStyle
-
Packages that use PrimitiveGCInterface.ELineStyle Package Description org.pentaho.di.core.gui -
-
Uses of PrimitiveGCInterface.ELineStyle in org.pentaho.di.core.gui
Methods in org.pentaho.di.core.gui that return PrimitiveGCInterface.ELineStyle Modifier and Type Method Description static PrimitiveGCInterface.ELineStyle
PrimitiveGCInterface.ELineStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrimitiveGCInterface.ELineStyle[]
PrimitiveGCInterface.ELineStyle. 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.ELineStyle Modifier and Type Method Description void
PrimitiveGCInterface. setLineStyle(PrimitiveGCInterface.ELineStyle lineStyle)
-