Package org.jzy3d.chart.factories
Interface IDrawableFactory
-
- All Known Implementing Classes:
AbstractDrawableFactory,NativeDrawableFactory
public interface IDrawableFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CubeGLUTnewCube(Coord3d coord, Color color, Color wireframe, float radius)CubeCompositenewCubeComposite(Coord3d coord, Color color, Color wireframe, float radius)PointnewPointRound(Coord3d coord, Color color, float width)PointnewPointSquare(Coord3d coord, Color color, float width)SpherenewSphere(Coord3d coord, Color color, Color wireframe, float radius, int slicing)
-
-
-
Method Detail
-
newCubeComposite
CubeComposite newCubeComposite(Coord3d coord, Color color, Color wireframe, float radius)
-
-