public class PathElement extends Object implements IRenderingElement
Modifier and Type | Field and Description |
---|---|
Color |
color
The color of the path.
|
List<javax.vecmath.Point2d> |
points
The points that make up the path.
|
Constructor and Description |
---|
PathElement(List<javax.vecmath.Point2d> points,
Color color)
Make a path from the list of points.
|
public final List<javax.vecmath.Point2d> points
public final Color color
public void accept(IRenderingVisitor v)
TextElement
into widget specific objects.accept
in interface IRenderingElement
v
- Toolkit specific widget factory.Copyright © 2017. All Rights Reserved.