Class Cylinder

java.lang.Object
javafx.scene.Node
javafx.scene.shape.Shape3D
javafx.scene.shape.Cylinder
All Implemented Interfaces:
Styleable, EventTarget

public class Cylinder extends Shape3D
The Cylinder class defines a 3 dimensional cylinder with the specified size. A Cylinder is a 3D geometry primitive created with a given radius and height. It is centered at the origin.
Since:
JavaFX 8.0