Class PeeledStackDemo


  • public class PeeledStackDemo
    extends Object
    • Constructor Detail

      • PeeledStackDemo

        public PeeledStackDemo()
    • Method Detail

      • main

        public static void main​(String[] args)
      • createLine

        public static void createLine​(Chart chart,
                                      Coord3d c1,
                                      Coord3d c2,
                                      int width)
      • createCylinder

        public static void createCylinder​(Chart chart,
                                          Coord3d c1Position,
                                          float height,
                                          float radius,
                                          Color color)
      • createStack

        public static void createStack​(Chart chart,
                                       int width,
                                       int height,
                                       int position,
                                       Color face,
                                       Color wireframe)