- java.lang.Object
-
- javafx.scene.shape.PathElement
-
- javafx.scene.shape.ClosePath
-
public class ClosePath extends PathElement
关闭当前路径的路径元素。有关路径元素的更多信息,请参阅
Path
和PathElement
类。- 从以下版本开始:
- JavaFX 2.0
-
-
Property Summary
-
Properties inherited from class javafx.scene.shape.PathElement
absolute
-
-
构造方法摘要
构造方法 Constructor 描述 ClosePath()
创建一个空的ClosePath实例。
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 String
toString()
返回此ArcTo
对象的字符串表示形式。-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class javafx.scene.shape.PathElement
absoluteProperty, isAbsolute, setAbsolute
-
-