public class CircleEndpointStyle extends LineStringEndpointStyle
LINE, POLY_HOLE, POLY_SHELL
Constructor and Description |
---|
CircleEndpointStyle(Color color,
boolean start,
boolean filled) |
CircleEndpointStyle(Color color,
double diameter,
boolean start,
boolean filled) |
Modifier and Type | Method and Description |
---|---|
protected void |
paint(Point2D terminal,
Point2D next,
Viewport viewport,
Graphics2D g) |
paintLineString
paint, paint
public CircleEndpointStyle(Color color, boolean start, boolean filled)
public CircleEndpointStyle(Color color, double diameter, boolean start, boolean filled)
protected void paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D g)
paint
in class LineStringEndpointStyle
Copyright © 2016. All rights reserved.