Uses of Enum Class
org.pentaho.di.core.gui.PrimitiveGCInterface.EImage
Packages that use PrimitiveGCInterface.EImage
-
Uses of PrimitiveGCInterface.EImage in org.pentaho.di.core.gui
Methods in org.pentaho.di.core.gui that return PrimitiveGCInterface.EImageModifier 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.Methods in org.pentaho.di.core.gui with parameters of type PrimitiveGCInterface.EImageModifier 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)