Example usage for Java javafx.scene.shape Cylinder fields, constructors, methods, implement or subclass
The text is from its open source code.
Cylinder(double radius, double height) Creates a new instance of Cylinder of a given radius and height. |
ObservableList | getTransforms() Defines the ObservableList of javafx.scene.transform.Transform objects to be applied to this Node . |
void | setMaterial(Material value) |