| Package | Description |
|---|---|
| de.topobyte.jts.drawing |
| Modifier and Type | Method and Description |
|---|---|
static DrawMode |
DrawMode.valueOf(String
Returns the enum constant of this type with the specified name.
|
static DrawMode |
DrawMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryDrawer.drawCircle(double x, double y, double radius, DrawMode
Draw a circle.
|
void |
GeometryDrawer.drawGeometry(Geometry
Draw the given geometry on this surface.
|
void |
GeometryDrawer.drawRectangle(double x, double y, double width, double height, DrawMode
Draw a rectangle that is defined by a top left position and a width and height.
|
void |
GeometryDrawer.drawRectangleAbsolute(double x1, double y1, double x2, double y2, DrawMode
Draw a rectangle that is defined by it's absolute positions of each corner.
|
void |
GeometryDrawer.drawRectangleCentered(double x, double y, double width, double height, DrawMode
Draw a rectangle that is defined by a center position and a width and height.
|