Interface ArcToCommandIf

All Superinterfaces:
PathCommand
All Known Implementing Classes:
ArcToCommand

public interface ArcToCommandIf extends PathCommand
  • Method Details

    • setHR

      void setHR(String hr)
    • setWR

      void setWR(String wr)
    • setStAng

      void setStAng(String stAng)
    • setSwAng

      void setSwAng(String swAng)
    • getHR

      String getHR()
    • getWR

      String getWR()
    • getStAng

      String getStAng()
    • getSwAng

      String getSwAng()
    • execute

      default void execute(Path2D.Double path, Context ctx)
      Description copied from interface: PathCommand
      Execute the command an append a segment to the specified path
      Specified by:
      execute in interface PathCommand
      Parameters:
      path - the path to append the result to
      ctx - the context to lookup variables