Package org.jzy3d.chart.factories
Interface IDrawableFactoryDesign
-
public interface IDrawableFactoryDesign
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CylindernewCylinder()DisknewDisk()LineStripnewLine(List<Coord3d> coords)LineStripnewLine(Coord3d... coords)LineStripInterpolatednewLineInterpolated(List<Coord3d> controlPoints, int resolution)PointnewPoint(Coord3d coord)PolygonnewPolygon()QuadnewQuad()ScatternewScatter()SpherenewSphere()ShapenewSurface()SymbolHandlernewSymbolHandler()TrianglenewTriangle()
-
-
-
Method Detail
-
newLineInterpolated
LineStripInterpolated newLineInterpolated(List<Coord3d> controlPoints, int resolution)
-
newTriangle
Triangle newTriangle()
-
newQuad
Quad newQuad()
-
newPolygon
Polygon newPolygon()
-
newDisk
Disk newDisk()
-
newCylinder
Cylinder newCylinder()
-
newSphere
Sphere newSphere()
-
newSymbolHandler
SymbolHandler newSymbolHandler()
-
newSurface
Shape newSurface()
-
newScatter
Scatter newScatter()
-
-