Uses of Class
org.pentaho.di.core.gui.PrimitiveGCInterface.EImage
-
Packages that use PrimitiveGCInterface.EImage Package Description org.pentaho.di.core.gui -
-
Uses of PrimitiveGCInterface.EImage in org.pentaho.di.core.gui
Methods in org.pentaho.di.core.gui that return PrimitiveGCInterface.EImage Modifier and Type Method Description static PrimitiveGCInterface.EImage
PrimitiveGCInterface.EImage. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrimitiveGCInterface.EImage[]
PrimitiveGCInterface.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 PrimitiveGCInterface.EImage Modifier and Type Method Description void
PrimitiveGCInterface. drawImage(PrimitiveGCInterface.EImage image, int x, int y)
void
PrimitiveGCInterface. drawImage(PrimitiveGCInterface.EImage image, int x, int y, float magnification)
void
PrimitiveGCInterface. drawImage(PrimitiveGCInterface.EImage image, int x, int y, float magnification, double angle)
void
PrimitiveGCInterface. drawImage(PrimitiveGCInterface.EImage image, int x, int y, int width, int height, float magnification)
Point
PrimitiveGCInterface. getImageBounds(PrimitiveGCInterface.EImage eImage)
-