Package org.jzy3d.chart.factories
Class NativeDrawableFactory
- java.lang.Object
-
- org.jzy3d.chart.factories.AbstractDrawableFactory
-
- org.jzy3d.chart.factories.NativeDrawableFactory
-
- All Implemented Interfaces:
IDrawableFactory
public class NativeDrawableFactory extends AbstractDrawableFactory implements IDrawableFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jzy3d.chart.factories.AbstractDrawableFactory
AbstractDrawableFactory.Settings
-
-
Constructor Summary
Constructors Constructor Description NativeDrawableFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point
newPointRound(Coord3d coord, Color color, float width)
Point
newPointSquare(Coord3d coord, Color color, float width)
SphereVBO
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
-
-
-
-
Method Detail
-
newPointRound
public Point newPointRound(Coord3d coord, Color color, float width)
- Specified by:
newPointRound
in interfaceIDrawableFactory
-
newPointSquare
public Point newPointSquare(Coord3d coord, Color color, float width)
- Specified by:
newPointSquare
in interfaceIDrawableFactory
-
-