public abstract class PathElement
extends java.lang.Object
PathElement class represents an abstract element
of the Path that can represent any geometric objects
like straight lines, arcs, quadratic curves, cubic curves, etc.| Modifier and Type | Field and Description |
|---|---|
private BooleanProperty |
absolute
A flag that indicates whether the path coordinates are absolute or
relative.
|
(package private) WeakReferenceQueue |
impl_nodes
Defines the sequence of
Path objects this path element
is attached to. |
| Constructor and Description |
|---|
PathElement() |
| Modifier and Type | Method and Description |
|---|---|
BooleanProperty |
absoluteProperty() |
(package private) void |
addNode(Node n) |
(package private) abstract void |
addTo(NGPath pgPath) |
abstract void |
impl_addTo(Path2D path)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
boolean |
isAbsolute() |
(package private) void |
removeNode(Node n) |
void |
setAbsolute(boolean value) |
(package private) void |
u() |
WeakReferenceQueue impl_nodes
Path objects this path element
is attached to.private BooleanProperty absolute
void addNode(Node n)
void removeNode(Node n)
void u()
abstract void addTo(NGPath pgPath)
@Deprecated public abstract void impl_addTo(Path2D path)
public final void setAbsolute(boolean value)
public final boolean isAbsolute()
public final BooleanProperty absoluteProperty()