Uses of Package
javafx.scene.shape
-
Packages that use javafx.scene.shape 软件包 描述 javafx.animation 提供一组类,便于使用基于过渡的动画。javafx.css.converter 提供各种转换CSS解析值的StyleConverter
类。javafx.scene.canvas 为canvas提供一组类,即渲染API的立即模式样式。javafx.scene.control.skin javafx.scene.control.skin包是皮肤类(通常每个UI控件一个)所在的位置javafx.scene.layout 提供类来支持用户界面布局。javafx.scene.shape 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。javafx.scene.text 为字体和可渲染的文本节点提供一组类。 -
Classes in javafx.scene.shape used by javafx.animation Class 描述 Shape Shape
类为表示某种形状的几何形状的对象提供了常见属性的定义。 -
Classes in javafx.scene.shape used by javafx.css.converter Class 描述 Shape Shape
类提供了表示某种形式的几何形状的对象的常用属性的定义。 -
Classes in javafx.scene.shape used by javafx.scene.canvas Class 描述 ArcType ArcType
指定Arc
对象的关闭类型。FillRule 用于确定路径内部的填充规则。StrokeLineCap 定义Shape
的端帽样式。StrokeLineJoin 定义一个Shape
的线连接样式。 -
Classes in javafx.scene.shape used by javafx.scene.control.skin Class 描述 PathElement 所述PathElement
类表示的一个抽象元素Path
能够表示像直线,圆弧,二次曲线,三次曲线等的任何几何对象 -
Classes in javafx.scene.shape used by javafx.scene.layout Class 描述 Shape Shape
类为表示某种形式的几何形状的对象提供了常见属性的定义。StrokeLineCap 定义一个Shape
的端帽样式。StrokeLineJoin 定义一个Shape
的线连接样式。StrokeType 定义在Shape节点的边界周围画画的位置。 -
Classes in javafx.scene.shape used by javafx.scene.shape Class 描述 ArcType ArcType
指定Arc
对象的关闭类型。CullFace 面部剔除设置与Shape3D.cullFace
一起使用DrawMode 定义与Shape3D.drawMode
使用时如何绘制多边形FillRule 用于确定路径内部的填充规则。Mesh 用于表示3D几何表面的基类。ObservableFaceArray ObservableFaceArray
是一个int[]
数组,允许监听器在发生变化时跟踪它们。PathElement 所述PathElement
类表示的一个抽象元素Path
能够表示像直线,圆弧,二次曲线,三次曲线等的任何几何对象Shape Shape
类为表示某种形式的几何形状的对象提供了常用属性的定义。Shape3D Shape3D
基类为表示某种形式的3D几何形状的对象提供了常见属性的定义。StrokeLineCap 定义一个Shape
的端帽样式。StrokeLineJoin 定义一个Shape
的行连接样式。StrokeType 定义在Shape节点的边界周围画画的位置。VertexFormat 定义网格中顶点的格式。 -
Classes in javafx.scene.shape used by javafx.scene.text Class 描述 PathElement 所述PathElement
类表示的一个抽象元素Path
能够表示像直线,圆弧,二次曲线,三次曲线等的任何几何对象Shape Shape
类为表示某种形状的几何形状的对象提供了常用属性的定义。