Uses of Enum Class
javafx.scene.shape.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
Modifier and TypeMethodDescriptionfinal DrawMode
Shape3D.getDrawMode()
Gets the value of the property drawMode.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.Modifier and TypeMethodDescriptionfinal ObjectProperty<DrawMode>
Shape3D.drawModeProperty()
Defines the draw mode used to render thisShape3D
.Modifier and TypeMethodDescriptionfinal void
Shape3D.setDrawMode
(DrawMode value) Sets the value of the property drawMode.