Interface LineToCommandIf

All Superinterfaces:
PathCommand
All Known Implementing Classes:
LineToCommand

public interface LineToCommandIf extends PathCommand
  • Method Details

    • getPt

      AdjustPointIf getPt()
    • setPt

      void setPt(AdjustPointIf pt)
    • 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