Class Box

java.lang.Object
All Implemented Interfaces:
Styleable, EventTarget

public class Box extends Shape3D
The Box class defines a 3 dimensional box with the specified size. A Box is a 3D geometry primitive created with a given depth, width, and height. It is centered at the origin.
Since:
JavaFX 8.0