public abstract class PathElement extends 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.| Type | Property and Description |
|---|---|
BooleanProperty |
absolute
A flag that indicates whether the path coordinates are absolute or
relative.
|
| Constructor and Description |
|---|
PathElement() |
| Modifier and Type | Method and Description |
|---|---|
BooleanProperty |
absoluteProperty()
A flag that indicates whether the path coordinates are absolute or
relative.
|
boolean |
isAbsolute()
Gets the value of the property absolute.
|
void |
setAbsolute(boolean value)
Sets the value of the property absolute.
|
public final BooleanProperty absoluteProperty
isAbsolute(),
setAbsolute(boolean)public final void setAbsolute(boolean value)
public final boolean isAbsolute()
public final BooleanProperty absoluteProperty()
isAbsolute(),
setAbsolute(boolean)Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.