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
public class CircleLineEndStyle extends LineEndStyle
-
-
Field Summary
-
Fields inherited from class org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
LINE, POLY_HOLE, POLY_SHELL
-
-
Constructor Summary
Constructors Constructor Description CircleLineEndStyle(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D g)
void
setColor(Color color)
void
setSize(double size)
-
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 Detail
-
CircleLineEndStyle
public CircleLineEndStyle(Color color, boolean start, boolean filled)
-
CircleLineEndStyle
public CircleLineEndStyle(Color color, double diameter, boolean start, boolean filled)
-
CircleLineEndStyle
public CircleLineEndStyle(Color color, double diameter, double offset, boolean start, boolean filled)
-
-
Method Detail
-
setColor
public void setColor(Color color)
-
setSize
public void setSize(double size)
-
paint
protected void paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D g)
- Specified by:
paint
in classLineEndStyle
-
-