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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IRenderingVisitor v)
Converts this
TextElement into widget specific objects. |
public final List<javax.vecmath.Point2d> points
public final Color color
public void accept(IRenderingVisitor v)
TextElement into widget specific objects.accept in interface IRenderingElementv - Toolkit specific widget factory.Copyright © 2021. All rights reserved.