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 declared in class PathElement
absoluteTypePropertyDescriptionfinal BooleanPropertyA flag that indicates whether the path coordinates are absolute or relative. -
Constructor Summary
Constructors -
Method Summary
Methods declared in class PathElement
absoluteProperty, isAbsolute, setAbsoluteModifier and TypeMethodDescriptionfinal BooleanPropertyA flag that indicates whether the path coordinates are absolute or relative.final booleanGets the value of theabsoluteproperty.final voidsetAbsolute(boolean value) Sets the value of theabsoluteproperty.
-
Constructor Details
-
ClosePath
public ClosePath()Creates an empty instance of ClosePath.
-
-
Method Details
-
toString
-