Class MatrixImagePainter
- java.lang.Object
-
- com.microej.layout.painters.microvg.MatrixImagePainter
-
- All Implemented Interfaces:
com.microej.layout.painters.ImagePainter
public class MatrixImagePainter extends java.lang.Object implements com.microej.layout.painters.ImagePainterImplementation ofImagePainterusingMatrixandTransformedImagePainter.
-
-
Field Summary
Fields Modifier and Type Field Description static MatrixImagePainterINSTANCEMatrix image painter singleton.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawImage(ej.microui.display.GraphicsContext gc, ej.microui.display.Image image, int leftMargin, int topMargin, int rightMargin, int bottomMargin, float x, float y, float width, float height, float rx, float ry, float angle, int alpha)
-
-
-
Field Detail
-
INSTANCE
public static final MatrixImagePainter INSTANCE
Matrix image painter singleton.
-
-
Method Detail
-
drawImage
public void drawImage(ej.microui.display.GraphicsContext gc, ej.microui.display.Image image, int leftMargin, int topMargin, int rightMargin, int bottomMargin, float x, float y, float width, float height, float rx, float ry, float angle, int alpha)- Specified by:
drawImagein interfacecom.microej.layout.painters.ImagePainter
-
-