Interface PathElement3afp

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getCtrlX1()
      Replies the x coordinate of the first control point.
      double getCtrlX2()
      Replies the x coordinate of the second control point.
      double getCtrlY1()
      Replies the y coordinate of the first control point.
      double getCtrlY2()
      Replies the y coordinate of the second control point.
      double getCtrlZ1()
      Replies the z coordinate of the first control point.
      double getCtrlZ2()
      Replies the z coordinate of the second control point.
      double getFromX()
      Replies the x coordinate of the starting point.
      double getFromY()
      Replies the y coordinate of the starting point.
      double getFromZ()
      Replies the z coordinate of the starting point.
      double getToX()
      Replies the x coordinate of the target point.
      double getToY()
      Replies the y coordinate of the target point.
      double getToZ()
      Replies the z 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.