Example usage for Java javafx.scene.shape Sphere fields, constructors, methods, implement or subclass
The text is from its open source code.
Sphere(double radius) Creates a new instance of Sphere with the given radius. |
void | setMaterial(Material value) |
void | setOpacity(double value) |
void | setTranslateX(double value) |
void | setTranslateY(double value) |
void | setTranslateZ(double value) |