Class MoveTo

All Implemented Interfaces:
IPathShape

public class MoveTo extends AbstractPathShape
Implements moveTo(M) attribute of SVG's path element
  • Field Details

  • Constructor Details

    • MoveTo

      public MoveTo()
    • MoveTo

      public MoveTo(boolean relative)
  • Method Details

    • draw

      public void draw(PdfCanvas canvas)
      Description copied from interface: IPathShape
      Draws this instruction to a canvas object.
      Parameters:
      canvas - to which this instruction is drawn
    • setCoordinates

      public void setCoordinates(String[] inputCoordinates, Point startPoint)
      Description copied from interface: IPathShape
      This method sets the coordinates for the path painting operator and does internal preprocessing, if necessary
      Parameters:
      inputCoordinates - an array containing point values for path coordinates
      startPoint - the ending point of the previous operator, or, in broader terms, the point that the coordinates should be absolutized against, for relative operators