Uses of Enum Class
javafx.scene.shape.DrawMode
Packages that use DrawMode
Package
Description
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
-
Uses of DrawMode in javafx.scene.shape
Methods in javafx.scene.shape that return DrawModeModifier and TypeMethodDescriptionfinal DrawMode
Shape3D.getDrawMode()
Gets the value of thedrawMode
property.static DrawMode
Returns the enum constant of this class with the specified name.static DrawMode[]
DrawMode.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 DrawModeModifier and TypeMethodDescriptionfinal ObjectProperty
<DrawMode> Shape3D.drawModeProperty()
Defines the draw mode used to render thisShape3D
.Methods in javafx.scene.shape with parameters of type DrawModeModifier and TypeMethodDescriptionfinal void
Shape3D.setDrawMode
(DrawMode value) Sets the value of thedrawMode
property.