| Name | Description | Type | Package | Framework |
| Arc | The Arc class represents a 2D arc object, defined by a center point, start angle (in degrees), angular extent (length of the arc in degrees), | Class | javafx.scene.shape | Java FX |
|
| ArcTo | A path element that forms an arc from the previous coordinates to the specified x and y coordinates using the specified radius. | Class | javafx.scene.shape | Java FX |
|
| ArcType | ArcType specifies the closure type for Arc objects. | Class | javafx.scene.shape | Java FX |
|
| Box | The Box class defines a 3 dimensional box with the specified size. | Class | javafx.scene.shape | Java FX |
|
| Circle | The Circle class creates a new circle with the specified radius and center location measured in pixels | Class | javafx.scene.shape | Java FX |
|
| ClosePath | A path element which closes the current path. | Class | javafx.scene.shape | Java FX |
|
| CubicCurve | | Class | javafx.scene.shape | Java FX |
|
| CubicCurveTo | | Class | javafx.scene.shape | Java FX |
|
| CullFace | Face culling setting for use with Shape3D. | Class | javafx.scene.shape | Java FX |
|
| Cylinder | The Cylinder class defines a 3 dimensional cylinder with the specified size. | Class | javafx.scene.shape | Java FX |
|
| DrawMode | Defines how the polygon is drawn when use with Shape3D. | Class | javafx.scene.shape | Java FX |
|
| Ellipse | The Ellipse class creates a new ellipse with the specified size and location in pixels | Class | javafx.scene.shape | Java FX |
|
| FillRule | The fill rule for determining the interior of the path. | Class | javafx.scene.shape | Java FX |
|
| HLineTo | Creates a horizontal line path element from the current point to x. | Class | javafx.scene.shape | Java FX |
|
| Line | This Line represents a line segment in (x,y) coordinate space. | Class | javafx.scene.shape | Java FX |
|
| LineTo | Creates a line path element by drawing a straight line from the current coordinate to the new coordinates. | Class | javafx.scene.shape | Java FX |
|
| Mesh | Base class for representing a 3D geometric surface. | Class | javafx.scene.shape | Java FX |
|
| MeshView | The MeshView class defines a surface with the specified 3DSpecifies the 3D mesh data of this MeshView. | Class | javafx.scene.shape | Java FX |
|
| MoveTo | Creates an addition to the path by moving to the specified For more information on path elements see the Path and | Class | javafx.scene.shape | Java FX |
|
| ObservableFaceArray | ObservableFaceArray is a int[] array that allows listeners to track changes when they occur. | Interface | javafx.scene.shape | Java FX |
|
| Path | The Path class represents a simple shape and provides facilities required for basic construction | Class | javafx.scene.shape | Java FX |
|
| PathElement | The PathElement class represents an abstract element of the Path that can represent any geometric objects | Class | javafx.scene.shape | Java FX |
|
| Polygon | Creates a polygon, defined by an array of x,y coordinates. | Class | javafx.scene.shape | Java FX |
|
| Polyline | Creates a polyline, defined by the array of the segment points. | Class | javafx.scene.shape | Java FX |
|
| QuadCurve | | Class | javafx.scene.shape | Java FX |
|
| QuadCurveTo | | Class | javafx.scene.shape | Java FX |
|
| Rectangle | The Rectangle class defines a rectangle with the specified size and location. | Class | javafx.scene.shape | Java FX |
|
| Shape | The Shape class provides definitions of common properties for objects that represent some form of geometric shape. | Class | javafx.scene.shape | Java FX |
|
| Shape3D | The Shape3D base class provides definitions of common properties for objects that represent some form of 3D geometric shape. | Class | javafx.scene.shape | Java FX |
|
| Sphere | The Sphere class defines a 3 dimensional sphere with the specified size. | Class | javafx.scene.shape | Java FX |
|
| StrokeLineCap | Defines the end cap style of a Shape. | Class | javafx.scene.shape | Java FX |
|
| StrokeLineJoin | Defines the line join style of a Shape. | Class | javafx.scene.shape | Java FX |
|
| StrokeType | Defines where to draw the stroke around the boundary of a Shape node. | Class | javafx.scene.shape | Java FX |
|
| SVGPath | The SVGPath class represents a simple shape that is constructed by parsing SVG path data from a String. | Class | javafx.scene.shape | Java FX |
|
| TriangleMesh | Defines a 3D triangle mesh that consists of its associated VertexFormat and a set of separate arrays of vertex components such as points, normals, | Class | javafx.scene.shape | Java FX |
|
| VertexFormat | Defines the format of the vertices in a mesh. | Class | javafx.scene.shape | Java FX |
|
| VLineTo | Creates a vertical line path element from the current point to y. | Class | javafx.scene.shape | Java FX |