Class ClosePath

All Implemented Interfaces:
IPathShape

public class ClosePath extends LineTo
Implements closePath(Z) attribute of SVG's path element
  • Constructor Details

    • ClosePath

      public ClosePath()
    • ClosePath

      public ClosePath (boolean relative)
  • Method Details

    • draw

      public void draw()
      Description copied from class: AbstractPathShape
      Draws this instruction to a canvas object.
      Overrides:
      draw in class LineTo