Uses of Class
org.pentaho.di.core.gui.GCInterface.ELineStyle

Packages that use GCInterface.ELineStyle
org.pentaho.di.core.gui   
 

Uses of GCInterface.ELineStyle in org.pentaho.di.core.gui
 

Methods in org.pentaho.di.core.gui that return GCInterface.ELineStyle
static GCInterface.ELineStyle GCInterface.ELineStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GCInterface.ELineStyle[] GCInterface.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 GCInterface.ELineStyle
 void GCInterface.setLineStyle(GCInterface.ELineStyle lineStyle)
           
 void SwingGC.setLineStyle(GCInterface.ELineStyle lineStyle)