Uses of Enum Class
org.pentaho.di.core.gui.PrimitiveGCInterface.EImage
-
Uses of PrimitiveGCInterface.EImage in org.pentaho.di.core.gui
Modifier and TypeMethodDescriptionstatic PrimitiveGCInterface.EImage
Returns the enum constant of this class with the specified name.static PrimitiveGCInterface.EImage[]
PrimitiveGCInterface.EImage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
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) PrimitiveGCInterface.getImageBounds
(PrimitiveGCInterface.EImage eImage)