Package org.jzy3d.chart.factories
Class AbstractDrawableFactory
java.lang.Object
org.jzy3d.chart.factories.AbstractDrawableFactory
- All Implemented Interfaces:
IDrawableFactory
- Direct Known Subclasses:
NativeDrawableFactory
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
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
newPointRound, newPointSquare
-
Constructor Details
-
AbstractDrawableFactory
public AbstractDrawableFactory()
-
-
Method Details
-
newSphere
- Specified by:
newSphere
in interfaceIDrawableFactory
-
newCube
- Specified by:
newCube
in interfaceIDrawableFactory
-
newCubeComposite
- Specified by:
newCubeComposite
in interfaceIDrawableFactory
-