class Figure
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) FigureAttribute |
figureAttribute |
(package private) int |
pointOffset |
| Constructor and Description |
|---|
Figure(FigureAttribute attribute,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static int |
getByteSize() |
(package private) boolean |
isExteriorRing() |
(package private) boolean |
isInteriorRing() |
(package private) boolean |
isStroke() |
(package private) void |
store(java.nio.ByteBuffer buffer) |
final FigureAttribute figureAttribute
final int pointOffset
Figure(FigureAttribute attribute, int offset)