Class GlyphPoint

java.lang.Object
com.imyeyu.font.icon.svg.GlyphPoint

public class GlyphPoint extends Object
字形轮廓点
Since:
2026-07-13 16:26
Author:
Codex
  • Constructor Details

    • GlyphPoint

      public GlyphPoint(int x, int y, boolean onCurve)
  • Method Details

    • move

      public GlyphPoint move(int dx, int dy)
    • transform

      public GlyphPoint transform(double xx, double xy, double yx, double yy, int dx, int dy)
    • getX

      public int getX()
    • getY

      public int getY()
    • isOnCurve

      public boolean isOnCurve()
    • setX

      public void setX(int x)
    • setY

      public void setY(int y)
    • setOnCurve

      public void setOnCurve(boolean onCurve)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object