Uses of Enum Class
javafx.scene.shape.StrokeType
Package
Description
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 StrokeType in javafx.scene.layout
Modifier and TypeMethodDescriptionfinal StrokeType
BorderStrokeStyle.getType()
Defines the direction (inside, outside, or both) that the strokeWidth is applied to the boundary of the shape.ModifierConstructorDescriptionBorderStrokeStyle
(StrokeType type, StrokeLineJoin lineJoin, StrokeLineCap lineCap, double miterLimit, double dashOffset, List<Double> dashArray) Creates a new BorderStrokeStyle. -
Uses of StrokeType in javafx.scene.shape
Modifier and TypeMethodDescriptionfinal StrokeType
Shape.getStrokeType()
Gets the value of thestrokeType
property.static StrokeType
Returns the enum constant of this class with the specified name.static StrokeType[]
StrokeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal ObjectProperty
<StrokeType> Shape.strokeTypeProperty()
Defines the direction (inside, centered, or outside) that the strokeWidth is applied to the boundary of the shape.Modifier and TypeMethodDescriptionfinal void
Shape.setStrokeType
(StrokeType value) Sets the value of thestrokeType
property.