Uses of Class
javafx.scene.shape.StrokeType
-
Packages that use StrokeType 软件包 描述 javafx.scene.layout 提供类来支持用户界面布局。javafx.scene.shape 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。 -
-
Uses of StrokeType in javafx.scene.layout
Methods in javafx.scene.layout that return StrokeType Modifier and Type 方法 描述 StrokeType
BorderStrokeStyle. getType()
定义将strokeWidth应用于形状边界的方向(内部,外部或两者)。Constructors in javafx.scene.layout with parameters of type StrokeType Constructor 描述 BorderStrokeStyle(StrokeType type, StrokeLineJoin lineJoin, StrokeLineCap lineCap, double miterLimit, double dashOffset, List<Double> dashArray)
创建一个新的BorderStrokeStyle。 -
Uses of StrokeType in javafx.scene.shape
Methods in javafx.scene.shape that return StrokeType Modifier and Type 方法 描述 StrokeType
Shape. getStrokeType()
获取属性strokeType的值。static StrokeType
StrokeType. valueOf(String name)
以指定的名称返回此类型的枚举常量。static StrokeType[]
StrokeType. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.scene.shape that return types with arguments of type StrokeType Modifier and Type 方法 描述 ObjectProperty<StrokeType>
Shape. strokeTypeProperty()
定义将strokeWidth应用于形状边界的方向(内部,中心或外部)。Methods in javafx.scene.shape with parameters of type StrokeType Modifier and Type 方法 描述 void
Shape. setStrokeType(StrokeType value)
设置属性strokeType的值。
-