protected static class AbstractTacticalSymbol.Line extends Object
Modifier and Type | Field and Description |
---|---|
protected Iterable<? extends Point2D> |
points |
Constructor and Description |
---|
Line() |
Line(Iterable<? extends Point2D> points) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Point2D> |
getPoints() |
void |
setPoints(Iterable<? extends Point2D> points) |