Class CircleLineEndStyle
java.lang.Object
org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
org.locationtech.jtstest.testbuilder.ui.style.LineEndStyle
org.locationtech.jtstest.testbuilder.ui.style.CircleLineEndStyle
- All Implemented Interfaces:
Style
-
Field Summary
Fields inherited from class org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
LINE, POLY_HOLE, POLY_SHELL
-
Constructor Summary
ConstructorsConstructorDescriptionCircleLineEndStyle
(Color color, boolean start, boolean filled) CircleLineEndStyle
(Color color, double diameter, boolean start, boolean filled) CircleLineEndStyle
(Color color, double diameter, double offset, boolean start, boolean filled) -
Method Summary
Methods inherited from class org.locationtech.jtstest.testbuilder.ui.style.LineEndStyle
paintLineString
Methods inherited from class org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
paint, paint
-
Constructor Details
-
CircleLineEndStyle
-
CircleLineEndStyle
-
CircleLineEndStyle
public CircleLineEndStyle(Color color, double diameter, double offset, boolean start, boolean filled)
-
-
Method Details
-
setColor
-
setSize
public void setSize(double size) -
paint
- Specified by:
paint
in classLineEndStyle
-