Class MoveToCommand

java.lang.Object
org.apache.poi.sl.draw.geom.MoveToCommand
All Implemented Interfaces:
PathCommand

public class MoveToCommand extends Object implements PathCommand
  • Method Details

    • execute

      public 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