Class CircleEndpointStyle
java.lang.Object
org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
org.locationtech.jtstest.testbuilder.ui.style.LineStringEndpointStyle
org.locationtech.jtstest.testbuilder.ui.style.CircleEndpointStyle
- All Implemented Interfaces:
Style
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Color
private double
private static final double
private boolean
Fields inherited from class org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
LINE, POLY_HOLE, POLY_SHELL
-
Constructor Summary
ConstructorsConstructorDescriptionCircleEndpointStyle
(Color color, boolean start, boolean filled) CircleEndpointStyle
(Color color, double diameter, boolean start, boolean filled) -
Method Summary
Methods inherited from class org.locationtech.jtstest.testbuilder.ui.style.LineStringEndpointStyle
paintLineString
Methods inherited from class org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
paint, paint
-
Field Details
-
DIAMETER
private static final double DIAMETER- See Also:
-
filled
private boolean filled -
color
-
diameter
private double diameter
-
-
Constructor Details
-
CircleEndpointStyle
-
CircleEndpointStyle
-
-
Method Details
-
paint
- Specified by:
paint
in classLineStringEndpointStyle
-
toCircle
-