Class PathCommand

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean isRelative  
    • Constructor Summary

      Constructors 
      Constructor Description
      PathCommand()
      Creates a new instance of PathCommand
      PathCommand​(boolean isRelative)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void appendPath​(java.awt.geom.GeneralPath path, BuildHistory hist)  
      abstract int getNumKnotsAdded()  
      • Methods inherited from class java.lang.Object

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

      • isRelative

        public boolean isRelative
    • Constructor Detail

      • PathCommand

        public PathCommand()
        Creates a new instance of PathCommand
      • PathCommand

        public PathCommand​(boolean isRelative)
    • Method Detail

      • appendPath

        public abstract void appendPath​(java.awt.geom.GeneralPath path,
                                        BuildHistory hist)
      • getNumKnotsAdded

        public abstract int getNumKnotsAdded()