See: Description
| Interface | Description |
|---|---|
| DWDrawing |
This interface provides all drawing methods useful to implement ej.drawing library drawing native methods.
|
| DWDrawing.DWDrawingDefault |
Default implementation of
DWDrawing which uses the getUIDrawerSoftware's internal software drawer to
perform all drawings. |
| Class | Description |
|---|---|
| LLDWPainter |
This class provides implementations of native methods of ej.drawing library which perform some drawings.
|
| ShapePainter |
The
ShapePainter class offers a set of static methods to render thick shapes (with or without
anti-aliasing) and polygons. |
| TransformPainter |
The
TransformPainter class offers a set of static methods to render elements (image, renderable
character) with a transformation. |
| Enum | Description |
|---|---|
| LLDWPainter.DrawingCap |
Defines the start and end caps to draw when rendering an anti-aliased drawing.
|
| LLDWPainter.DrawingFlip |
Defines the transformation to apply when drawing an image with flip.
|
| ShapePainter.Cap |
Defines the cap representation when drawing a line or a circle arc.
|
| TransformPainter.Flip |
Specify the flip to apply when drawing an image.
|