Uses of Class
org.jzy3d.plot3d.primitives.Sphere
-
Packages that use Sphere Package Description org.jzy3d.chart.factories org.jzy3d.plot3d.primitives.pickable org.jzy3d.plot3d.primitives.selectable -
-
Uses of Sphere in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return Sphere Modifier and Type Method Description Sphere
AbstractDrawableFactory. newSphere(Coord3d coord, Color color, Color wireframe, float radius, int slicing)
Sphere
IDrawableFactory. newSphere(Coord3d coord, Color color, Color wireframe, float radius, int slicing)
Sphere
IDrawableFactoryDesign. newSphere()
-
Uses of Sphere in org.jzy3d.plot3d.primitives.pickable
Subclasses of Sphere in org.jzy3d.plot3d.primitives.pickable Modifier and Type Class Description class
PickableSphere
-
Uses of Sphere in org.jzy3d.plot3d.primitives.selectable
Subclasses of Sphere in org.jzy3d.plot3d.primitives.selectable Modifier and Type Class Description class
SelectableSphere
-