Uses of Enum Class
javafx.scene.shape.StrokeLineCap
Packages that use 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
Methods in javafx.scene.canvas that return StrokeLineCapMethods in javafx.scene.canvas with parameters of type StrokeLineCapModifier and TypeMethodDescriptionvoid
GraphicsContext.setLineCap
(StrokeLineCap cap) Sets the current stroke line cap. -
Uses of StrokeLineCap in javafx.scene.layout
Methods in javafx.scene.layout that return StrokeLineCapModifier 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
.Constructors in javafx.scene.layout with parameters of type StrokeLineCapModifierConstructorDescriptionBorderStrokeStyle
(StrokeType type, StrokeLineJoin lineJoin, StrokeLineCap lineCap, double miterLimit, double dashOffset, List<Double> dashArray) Creates a new BorderStrokeStyle. -
Uses of StrokeLineCap in javafx.scene.shape
Methods in javafx.scene.shape that return StrokeLineCapModifier 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.Methods in javafx.scene.shape that return types with arguments of type StrokeLineCapModifier 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
.Methods in javafx.scene.shape with parameters of type StrokeLineCapModifier and TypeMethodDescriptionfinal void
Shape.setStrokeLineCap
(StrokeLineCap value) Sets the value of thestrokeLineCap
property.