|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GlyphDescription
Specifies access to glyph description classes, simple and composite. This class is based on code from Apache Batik a subproject of Apache XMLGraphics. see http://xmlgraphics.apache.org/batik/ for further details.
Method Summary | |
---|---|
int |
getContourCount()
Returns the number of contours. |
int |
getEndPtOfContours(int i)
Returns the index of the ending point of the given contour. |
byte |
getFlags(int i)
Returns the flags of the given point. |
int |
getPointCount()
Returns the number of points. |
short |
getXCoordinate(int i)
Returns the x coordinate of the given point. |
short |
getYCoordinate(int i)
Returns the y coordinate of the given point. |
boolean |
isComposite()
Returns whether this point is a composite or not. |
void |
resolve()
Resolve all parts of an composite glyph. |
Method Detail |
---|
int getEndPtOfContours(int i)
i
- the number of the contour
byte getFlags(int i)
i
- the given point
short getXCoordinate(int i)
i
- the given point
short getYCoordinate(int i)
i
- the given point
boolean isComposite()
int getPointCount()
int getContourCount()
void resolve()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |