Uses of Class
javafx.scene.shape.StrokeLineCap
-
Packages that use StrokeLineCap 软件包 描述 javafx.scene.canvas 为canvas提供一组类,即渲染API的立即模式样式。javafx.scene.layout 提供类来支持用户界面布局。javafx.scene.shape 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。 -
-
Uses of StrokeLineCap in javafx.scene.canvas
Methods in javafx.scene.canvas that return StrokeLineCap Modifier and Type 方法 描述 StrokeLineCap
GraphicsContext. getLineCap()
获取当前行程线上限。Methods in javafx.scene.canvas with parameters of type StrokeLineCap Modifier and Type 方法 描述 void
GraphicsContext. setLineCap(StrokeLineCap cap)
设置当前行程行上限。 -
Uses of StrokeLineCap in javafx.scene.layout
Methods in javafx.scene.layout that return StrokeLineCap Modifier and Type 方法 描述 StrokeLineCap
BorderStrokeStyle. getLineCap()
如此端盖风格Shape
为确定可能端盖风格以下值之一:StrokeLineCap.BUTT
,StrokeLineCap.ROUND
,并StrokeLineCap.SQUARE
。Constructors in javafx.scene.layout with parameters of type StrokeLineCap Constructor 描述 BorderStrokeStyle(StrokeType type, StrokeLineJoin lineJoin, StrokeLineCap lineCap, double miterLimit, double dashOffset, List<Double> dashArray)
创建一个新的BorderStrokeStyle。 -
Uses of StrokeLineCap in javafx.scene.shape
Methods in javafx.scene.shape that return StrokeLineCap Modifier and Type 方法 描述 StrokeLineCap
Shape. getStrokeLineCap()
获取属性strokeLineCap的值。static StrokeLineCap
StrokeLineCap. valueOf(String name)
以指定的名称返回此类型的枚举常量。static StrokeLineCap[]
StrokeLineCap. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.scene.shape that return types with arguments of type StrokeLineCap Modifier and Type 方法 描述 ObjectProperty<StrokeLineCap>
Shape. strokeLineCapProperty()
如此端盖风格Shape
为确定可能端盖风格以下值之一:StrokeLineCap.BUTT
,StrokeLineCap.ROUND
,并StrokeLineCap.SQUARE
。Methods in javafx.scene.shape with parameters of type StrokeLineCap Modifier and Type 方法 描述 void
Shape. setStrokeLineCap(StrokeLineCap value)
设置属性strokeLineCap的值。
-