Uses of Class
javafx.scene.shape.ArcType
-
Packages that use ArcType 软件包 描述 javafx.scene.canvas 为canvas提供一组类,即渲染API的立即模式样式。javafx.scene.shape 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。 -
-
Uses of ArcType in javafx.scene.canvas
Methods in javafx.scene.canvas with parameters of type ArcType Modifier and Type 方法 描述 void
GraphicsContext. fillArc(double x, double y, double w, double h, double startAngle, double arcExtent, ArcType closure)
使用当前的填充油漆填充弧。void
GraphicsContext. strokeArc(double x, double y, double w, double h, double startAngle, double arcExtent, ArcType closure)
使用当前笔画绘制弧。 -
Uses of ArcType in javafx.scene.shape
Methods in javafx.scene.shape that return ArcType Modifier and Type 方法 描述 ArcType
Arc. getType()
获取属性类型的值。static ArcType
ArcType. valueOf(String name)
以指定的名称返回此类型的枚举常量。static ArcType[]
ArcType. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.scene.shape that return types with arguments of type ArcType Modifier and Type 方法 描述 ObjectProperty<ArcType>
Arc. typeProperty()
Methods in javafx.scene.shape with parameters of type ArcType Modifier and Type 方法 描述 void
Arc. setType(ArcType value)
设置属性类型的值。
-