| Package | Description |
|---|---|
| ej.microui.display |
Contains classes to implement a MicroUI Display and to implement MicroUI Painter drawings.
|
| Modifier and Type | Field and Description |
|---|---|
static Rectangle |
Rectangle.NULL_RECTANGLE
Denotes an empty rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Rectangle.contains(Rectangle rectangleCandidate)
Checks whether a rectangle is included or equal to this rectangle.
|
boolean |
Rectangle.isEqual(Rectangle rectangleCandidate)
Tells whether a rectangle is equal to this rectangle.
|
static void |
LLUIPainter.logDrawnRegion(MicroUIGraphicsContext gc,
Rectangle rect)
Logs a drawn region.
|
| Constructor and Description |
|---|
Rectangle(Rectangle rectangle)
Creates a rectangle from another one.
|