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)Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2019, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.