Package org.jzy3d.chart.factories
Interface IDrawableFactory
- All Known Implementing Classes:
AbstractDrawableFactory
,NativeDrawableFactory
public interface IDrawableFactory
-
Method Summary
Modifier and TypeMethodDescriptionnewCubeComposite
(Coord3d coord, Color color, Color wireframe, float radius) newPointRound
(Coord3d coord, Color color, float width) newPointSquare
(Coord3d coord, Color color, float width)
-
Method Details
-
newPointRound
-
newPointSquare
-
newSphere
-
newCube
-
newCubeComposite
-