Uses of Class
javafx.scene.shape.DrawMode
-
Packages that use DrawMode 软件包 描述 javafx.scene.shape 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。 -
-
Uses of DrawMode in javafx.scene.shape
Methods in javafx.scene.shape that return DrawMode Modifier and Type 方法 描述 DrawMode
Shape3D. getDrawMode()
获取属性drawMode的值。static DrawMode
DrawMode. valueOf(String name)
以指定的名称返回此类型的枚举常量。static DrawMode[]
DrawMode. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.scene.shape that return types with arguments of type DrawMode Modifier and Type 方法 描述 ObjectProperty<DrawMode>
Shape3D. drawModeProperty()
定义用于渲染Shape3D
的绘制模式。Methods in javafx.scene.shape with parameters of type DrawMode Modifier and Type 方法 描述 void
Shape3D. setDrawMode(DrawMode value)
设置属性drawMode的值。
-