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 CubeGLUT
newCube(Coord3d coord, Color color, Color wireframe, float radius)
CubeComposite
newCubeComposite(Coord3d coord, Color color, Color wireframe, float radius)
Point
newPointRound(Coord3d coord, Color color, float width)
Point
newPointSquare(Coord3d coord, Color color, float width)
Sphere
newSphere(Coord3d coord, Color color, Color wireframe, float radius, int slicing)
-
-
-
Method Detail
-
newCubeComposite
CubeComposite newCubeComposite(Coord3d coord, Color color, Color wireframe, float radius)
-
-