Class PathPoint

java.lang.Object
org.ofdrw.converter.point.PathPoint

public class PathPoint extends Object
Since:
2020/8/11
Author:
dltech21
  • Field Details

    • type

      public String type
    • x1

      public float x1
    • y1

      public float y1
    • x2

      public float x2
    • y2

      public float y2
    • x3

      public float x3
    • y3

      public float y3
    • rx

      public float rx
    • ry

      public float ry
    • rotation

      public float rotation
    • arc

      public float arc
    • sweep

      public float sweep
    • x

      public float x
    • y

      public float y
  • Constructor Details

    • PathPoint

      public PathPoint(String type, float x1, float y1, float x2, float y2, float x3, float y3)
    • PathPoint

      public PathPoint(String type, float rx, float ry, float rotation, float arc, float sweep, float x, float y)
  • Method Details

    • getX1

      public float getX1()
    • getY1

      public float getY1()
    • getX2

      public float getX2()
    • getY2

      public float getY2()
    • getX3

      public float getX3()
    • getY3

      public float getY3()