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
-
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, newSphere
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jzy3d.chart.factories.IDrawableFactory
newCube, newCubeComposite, newSphere
-
Constructor Details
-
NativeDrawableFactory
public NativeDrawableFactory()
-
-
Method Details
-
newPointRound
- Specified by:
newPointRound
in interfaceIDrawableFactory
-
newPointSquare
- Specified by:
newPointSquare
in interfaceIDrawableFactory
-
newSphereVBO
-