|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.XtfGlyph.Point
public class XtfGlyph.Point
Points.
At the lowest level, each glyph in a TrueType font is described by a sequence of points on a grid. (see Chap01)
| Constructor Summary | |
|---|---|
XtfGlyph.Point(int ax,
int ay,
boolean aonCurve,
boolean aendOfContour)
Create a new object. |
|
| Method Summary | |
|---|---|
int |
getX()
Returns the x. |
int |
getY()
Returns the y. |
boolean |
isEndOfContour()
Returns the endOfContour. |
boolean |
isOnCurve()
Returns the onCurve. |
boolean |
isTouched()
Returns the touched. |
void |
setEndOfContour(boolean aendOfContour)
|
void |
setOnCurve(boolean aonCurve)
|
void |
setTouched(boolean atouched)
|
void |
setX(int ax)
|
void |
setY(int ay)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XtfGlyph.Point(int ax,
int ay,
boolean aonCurve,
boolean aendOfContour)
ax - the xay - the yaonCurve - on curveaendOfContour - end of contour| Method Detail |
|---|
public boolean isEndOfContour()
public boolean isOnCurve()
public boolean isTouched()
public int getX()
public int getY()
public void setEndOfContour(boolean aendOfContour)
aendOfContour - The endOfContour to set.public void setOnCurve(boolean aonCurve)
aonCurve - The onCurve to set.public void setTouched(boolean atouched)
atouched - The touched to set.public void setX(int ax)
ax - The x to set.public void setY(int ay)
ay - The y to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||