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.EImageReturns 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 TypeMethodDescriptionvoidPrimitiveGCInterface.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) PrimitiveGCInterface.getImageBounds(PrimitiveGCInterface.EImage eImage)