Uses of Enum Class
javafx.scene.shape.StrokeLineCap
Package
Description
Provides the set of classes for canvas, an immediate mode style of rendering API.
Provides classes to support user interface layout.
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
-
Uses of StrokeLineCap in javafx.scene.canvas
Modifier and TypeMethodDescriptionvoid
GraphicsContext.setLineCap
(StrokeLineCap cap) Sets the current stroke line cap. -
Uses of StrokeLineCap in javafx.scene.layout
Modifier and TypeMethodDescriptionfinal StrokeLineCap
BorderStrokeStyle.getLineCap()
The end cap style of thisShape
as one of the following values that define possible end cap styles:StrokeLineCap.BUTT
,StrokeLineCap.ROUND
, andStrokeLineCap.SQUARE
.ModifierConstructorDescriptionBorderStrokeStyle
(StrokeType type, StrokeLineJoin lineJoin, StrokeLineCap lineCap, double miterLimit, double dashOffset, List<Double> dashArray) Creates a new BorderStrokeStyle. -
Uses of StrokeLineCap in javafx.scene.shape
Modifier and TypeMethodDescriptionfinal StrokeLineCap
Shape.getStrokeLineCap()
Gets the value of thestrokeLineCap
property.static StrokeLineCap
Returns the enum constant of this class with the specified name.static StrokeLineCap[]
StrokeLineCap.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal ObjectProperty
<StrokeLineCap> Shape.strokeLineCapProperty()
The end cap style of thisShape
as one of the following values that define possible end cap styles:StrokeLineCap.BUTT
,StrokeLineCap.ROUND
, andStrokeLineCap.SQUARE
.Modifier and TypeMethodDescriptionfinal void
Shape.setStrokeLineCap
(StrokeLineCap value) Sets the value of thestrokeLineCap
property.