Package org.jzy3d.demos.ddp
Class PeeledStackDemo
- java.lang.Object
-
- org.jzy3d.demos.ddp.PeeledStackDemo
-
public class PeeledStackDemo extends Object
-
-
Constructor Summary
Constructors Constructor Description PeeledStackDemo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
createCylinder(Chart chart, org.jzy3d.maths.Coord3d c1Position, float height, float radius, org.jzy3d.colors.Color color)
static void
createLine(Chart chart, org.jzy3d.maths.Coord3d c1, org.jzy3d.maths.Coord3d c2, int width)
static void
createStack(Chart chart, int width, int height, int position, org.jzy3d.colors.Color face, org.jzy3d.colors.Color wireframe)
static void
main(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
createLine
public static void createLine(Chart chart, org.jzy3d.maths.Coord3d c1, org.jzy3d.maths.Coord3d c2, int width)
-
createCylinder
public static void createCylinder(Chart chart, org.jzy3d.maths.Coord3d c1Position, float height, float radius, org.jzy3d.colors.Color color)
-
createStack
public static void createStack(Chart chart, int width, int height, int position, org.jzy3d.colors.Color face, org.jzy3d.colors.Color wireframe)
-
-