Class GlyphPoint
java.lang.Object
com.imyeyu.font.icon.svg.GlyphPoint
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GlyphPoint
public GlyphPoint(int x, int y, boolean onCurve)
-
-
Method Details
-
move
-
transform
-
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
-
canEqual
-
hashCode
-
toString
-