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.EImagePrimitiveGCInterface.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 voidPrimitiveGCInterface. drawImage(PrimitiveGCInterface.EImage image, int x, int y)voidPrimitiveGCInterface. drawImage(PrimitiveGCInterface.EImage image, int x, int y, float magnification)voidPrimitiveGCInterface. drawImage(PrimitiveGCInterface.EImage image, int x, int y, float magnification, double angle)voidPrimitiveGCInterface. drawImage(PrimitiveGCInterface.EImage image, int x, int y, int width, int height, float magnification)PointPrimitiveGCInterface. getImageBounds(PrimitiveGCInterface.EImage eImage)
-