Class PathShapePainter
- java.lang.Object
-
- com.microej.layout.painters.microvg.PathShapePainter
-
- All Implemented Interfaces:
com.microej.layout.painters.ShapePainter
public class PathShapePainter extends java.lang.Object implements com.microej.layout.painters.ShapePainterImplementation ofShapePainterusingPathandVectorGraphicsPainter.
-
-
Field Summary
Fields Modifier and Type Field Description static PathShapePainterINSTANCEPath shape painter singleton.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfillCircle(ej.microui.display.GraphicsContext gc, float x, float y, float diameter, int alpha)voidfillCircleArc(ej.microui.display.GraphicsContext gc, float x, float y, float diameter, float thickness, float arcAngle, float startAngle, int alpha)voidfillRectangle(ej.microui.display.GraphicsContext gc, float x, float y, float width, float height, float angle, int alpha)voidfillTriangle(ej.microui.display.GraphicsContext gc, float x, float y, float width, float height, float angle, int alpha)
-
-
-
Field Detail
-
INSTANCE
public static final PathShapePainter INSTANCE
Path shape painter singleton.
-
-
Method Detail
-
fillCircle
public void fillCircle(ej.microui.display.GraphicsContext gc, float x, float y, float diameter, int alpha)- Specified by:
fillCirclein interfacecom.microej.layout.painters.ShapePainter
-
fillRectangle
public void fillRectangle(ej.microui.display.GraphicsContext gc, float x, float y, float width, float height, float angle, int alpha)- Specified by:
fillRectanglein interfacecom.microej.layout.painters.ShapePainter
-
fillTriangle
public void fillTriangle(ej.microui.display.GraphicsContext gc, float x, float y, float width, float height, float angle, int alpha)- Specified by:
fillTrianglein interfacecom.microej.layout.painters.ShapePainter
-
fillCircleArc
public void fillCircleArc(ej.microui.display.GraphicsContext gc, float x, float y, float diameter, float thickness, float arcAngle, float startAngle, int alpha)- Specified by:
fillCircleArcin interfacecom.microej.layout.painters.ShapePainter
-
-