Class Shape3D

java.lang.Object
javafx.scene.Node
javafx.scene.shape.Shape3D
All Implemented Interfaces:
Styleable, EventTarget
Direct Known Subclasses:
Box, Cylinder, MeshView, Sphere

public abstract class Shape3D
extends Node
The Shape3D base class provides definitions of common properties for objects that represent some form of 3D geometric shape. These properties include: Note that this is a conditional feature. See ConditionalFeature.SCENE3D for more information.

An application should not extend the Shape3D class directly. Doing so may lead to an UnsupportedOperationException being thrown.

Since:
JavaFX 8.0