Class PathElement

java.lang.Object
javafx.scene.shape.PathElement
Direct Known Subclasses:
ArcTo, ClosePath, CubicCurveTo, HLineTo, LineTo, MoveTo, QuadCurveTo, VLineTo

public abstract class PathElement extends Object
The PathElement class represents an abstract element of the Path that can represent any geometric objects like straight lines, arcs, quadratic curves, cubic curves, etc.
Since:
JavaFX 2.0