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

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

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

Methods in org.pentaho.di.core.gui that return GCInterface.EImage
static GCInterface.EImage BasePainter.getStreamIconImage(StreamIcon streamIcon)
           
static GCInterface.EImage GCInterface.EImage.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GCInterface.EImage[] GCInterface.EImage.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.EImage
 void GCInterface.drawImage(GCInterface.EImage image, int x, int y)
           
 void SwingGC.drawImage(GCInterface.EImage image, int locationX, int locationY)
           
 org.pentaho.di.core.gui.Point GCInterface.getImageBounds(GCInterface.EImage eImage)
           
 org.pentaho.di.core.gui.Point SwingGC.getImageBounds(GCInterface.EImage image)
           
static BufferedImage SwingGC.getNativeImage(GCInterface.EImage image)