Class Skeleton


  • public class Skeleton
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Skeleton()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(double x, double y)  
      void draw​(UGraphic ug, double x, double y)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Skeleton

        public Skeleton()
    • Method Detail

      • add

        public void add​(double x,
                        double y)
      • draw

        public void draw​(UGraphic ug,
                         double x,
                         double y)