Package org.jzy3d.chart.factories
Class NativeDrawableFactory
java.lang.Object
org.jzy3d.chart.factories.AbstractDrawableFactory
org.jzy3d.chart.factories.NativeDrawableFactory
- All Implemented Interfaces:
IDrawableFactory
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jzy3d.chart.factories.AbstractDrawableFactory
AbstractDrawableFactory.Settings -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewPointRound(Coord3d coord, Color color, float width) newPointSquare(Coord3d coord, Color color, float width) newSphereVBO(Coord3d coord, Color color, Color wireframe, float radius, int stacks, int slices) Methods inherited from class org.jzy3d.chart.factories.AbstractDrawableFactory
newCube, newCubeComposite, newSphereMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jzy3d.chart.factories.IDrawableFactory
newCube, newCubeComposite, newSphere
-
Constructor Details
-
NativeDrawableFactory
public NativeDrawableFactory()
-
-
Method Details
-
newPointRound
- Specified by:
newPointRoundin interfaceIDrawableFactory
-
newPointSquare
- Specified by:
newPointSquarein interfaceIDrawableFactory
-
newSphereVBO
-