Interface PathElement2ai

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCtrlX1()
      Replies the x coordinate of the first control point.
      int getCtrlX2()
      Replies the x coordinate of the second control point.
      int getCtrlY1()
      Replies the y coordinate of the first control point.
      int getCtrlY2()
      Replies the y coordinate of the second control point.
      int getFromX()
      Replies the x coordinate of the starting point.
      int getFromY()
      Replies the y coordinate of the starting point.
      boolean getLargeArcFlag()
      Replies if the arc-to will sweep clockwise around the ellipse.
      int getRadiusX()
      Replies the x radius of the arc-to ellipse.
      int getRadiusY()
      Replies the y radius of the arc-to ellipse.
      double getRotationX()
      Replies the rotation of the x axis of the arc-to ellipse.
      boolean getSweepFlag()
      Replies if the arc-to will sweep the long way around the ellipse.
      int getToX()
      Replies the x coordinate of the target point.
      int getToY()
      Replies the y coordinate of the target point.
      PathElementType getType()
      Replies the type of the element.
      void toArray​(double[] array)
      Copy the coords into the given array, except the source point.
      void toArray​(int[] array)
      Copy the coords into the given array, except the source point.