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.Constructor and Description |
---|
PathElement() |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
absoluteProperty() |
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() |
void |
setAbsolute(boolean value) |
@Deprecated public abstract void impl_addTo(Path2D path)
public final void setAbsolute(boolean value)
public final boolean isAbsolute()
public final BooleanProperty absoluteProperty()
Copyright © 2020. All rights reserved.