Class TextCodePoint

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

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

    • x

      public double x
    • y

      public double y
  • Constructor Details

    • TextCodePoint

      public TextCodePoint(double x, double y, String text)
  • Method Details

    • getX

      public double getX()
    • setX

      public void setX(double x)
    • getY

      public double getY()
    • setY

      public void setY(double y)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getGlyph

      public String getGlyph()
    • setGlyph

      public void setGlyph(String glyph)