javafx.scene.shape
Class ClosePath
- javafx.scene.shape.PathElement
-
- javafx.scene.shape.ClosePath
public class ClosePath extends PathElement
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
Constructors Constructor and Description ClosePath()
-
Method Summary
All MethodsInstance MethodsConcrete Methods Modifier and Type Method and Description StringtoString()Returns a string representation of thisArcToobject.-
Methods inherited from class javafx.scene.shape.PathElement
absoluteProperty, isAbsolute, setAbsolute
-
© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.