Package javafx.scene.shape
Class ClosePath
java.lang.Object
javafx.scene.shape.PathElement
javafx.scene.shape.ClosePath
A path element which closes the current path.
For more information on path elements see the Path
and
PathElement
classes.
- Since:
- JavaFX 2.0
-
Property Summary
Properties inherited from class javafx.scene.shape.PathElement
absolute
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
toString()
Returns a string representation of thisArcTo
object.Methods inherited from class javafx.scene.shape.PathElement
absoluteProperty, isAbsolute, setAbsolute
-
Constructor Details
-
ClosePath
public ClosePath()Creates an empty instance of ClosePath.
-
-
Method Details
-
toString
Returns a string representation of thisArcTo
object. -
appendToSvgPath
- Specified by:
appendToSvgPath
in classPathElement
-