Uses of Enum Class
javafx.scene.shape.StrokeType
Packages that use 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
Methods in javafx.scene.layout that return StrokeTypeModifier and TypeMethodDescriptionfinal StrokeType
BorderStrokeStyle.getType()
Defines the direction (inside, outside, or both) that the strokeWidth is applied to the boundary of the shape.Constructors in javafx.scene.layout with parameters of type StrokeTypeModifierConstructorDescriptionBorderStrokeStyle
(StrokeType type, StrokeLineJoin lineJoin, StrokeLineCap lineCap, double miterLimit, double dashOffset, List<Double> dashArray) Creates a new BorderStrokeStyle. -
Uses of StrokeType in javafx.scene.shape
Methods in javafx.scene.shape that return StrokeTypeModifier and TypeMethodDescriptionfinal StrokeType
Shape.getStrokeType()
Gets the value of the property strokeType.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.Methods in javafx.scene.shape that return types with arguments of type StrokeTypeModifier and TypeMethodDescriptionfinal ObjectProperty<StrokeType>
Shape.strokeTypeProperty()
Defines the direction (inside, centered, or outside) that the strokeWidth is applied to the boundary of the shape.Methods in javafx.scene.shape with parameters of type StrokeTypeModifier and TypeMethodDescriptionfinal void
Shape.setStrokeType
(StrokeType value) Sets the value of the property strokeType.