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

Packages that use GCInterface.EImage
org.pentaho.di.core.gui   
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
 

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)
           
 Point GCInterface.getImageBounds(GCInterface.EImage eImage)
           
 Point SwingGC.getImageBounds(GCInterface.EImage image)
           
static BufferedImage SwingGC.getNativeImage(GCInterface.EImage image)
           
 

Uses of GCInterface.EImage in org.pentaho.di.ui.spoon
 

Methods in org.pentaho.di.ui.spoon with parameters of type GCInterface.EImage
 void SWTGC.drawImage(GCInterface.EImage image, int x, int y)
           
 Point SWTGC.getImageBounds(GCInterface.EImage image)
           
static Image SWTGC.getNativeImage(GCInterface.EImage image)