Class CircleEndpointStyle
- java.lang.Object
-
- com.vividsolutions.jtstest.testbuilder.ui.style.LineStringStyle
-
- com.vividsolutions.jtstest.testbuilder.ui.style.LineStringEndpointStyle
-
- com.vividsolutions.jtstest.testbuilder.ui.style.CircleEndpointStyle
-
- All Implemented Interfaces:
Style
public class CircleEndpointStyle extends LineStringEndpointStyle
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.jtstest.testbuilder.ui.style.LineStringStyle
LINE, POLY_HOLE, POLY_SHELL
-
-
Constructor Summary
Constructors Constructor Description CircleEndpointStyle(java.awt.Color color, boolean start, boolean filled)CircleEndpointStyle(java.awt.Color color, double diameter, boolean start, boolean filled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpaint(java.awt.geom.Point2D terminal, java.awt.geom.Point2D next, Viewport viewport, java.awt.Graphics2D g)-
Methods inherited from class com.vividsolutions.jtstest.testbuilder.ui.style.LineStringEndpointStyle
paintLineString
-
Methods inherited from class com.vividsolutions.jtstest.testbuilder.ui.style.LineStringStyle
paint, paint
-
-
-
-
Method Detail
-
paint
protected void paint(java.awt.geom.Point2D terminal, java.awt.geom.Point2D next, Viewport viewport, java.awt.Graphics2D g)- Specified by:
paintin classLineStringEndpointStyle
-
-