public class TextCodePoint extends Object
double
x
y
TextCodePoint(double x, double y, String text)
String
getGlyph()
getText()
getX()
getY()
void
setGlyph(String glyph)
setText(String text)
setX(double x)
setY(double y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public double x
public double y
public TextCodePoint(double x, double y, String text)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public String getText()
public void setText(String text)
public String getGlyph()
public void setGlyph(String glyph)
Copyright © 2021. All rights reserved.