public class TTFGlyfTable.SimpleGlyph extends TTFGlyfTable.Glyph
| Modifier and Type | Field and Description |
|---|---|
int[] |
endPtsOfContours |
int[] |
flags |
int[] |
instructions |
int |
numberOfContours |
boolean[] |
onCurve |
GeneralPath |
shape |
int[] |
xCoordinates |
int[] |
yCoordinates |
xMax, xMin, yMax, yMin| Constructor and Description |
|---|
TTFGlyfTable.SimpleGlyph(int numberOfContours) |
| Modifier and Type | Method and Description |
|---|---|
GeneralPath |
getShape() |
String |
getType() |
void |
read() |
String |
toDetailedString() |
String |
toString() |
getBBoxpublic int numberOfContours
public int[] endPtsOfContours
public int[] instructions
public int[] flags
public int[] xCoordinates
public int[] yCoordinates
public boolean[] onCurve
public GeneralPath shape
public String getType()
getType in class TTFGlyfTable.Glyphpublic void read()
throws IOException
read in class TTFGlyfTable.GlyphIOExceptionpublic String toString()
toString in class TTFGlyfTable.Glyphpublic String toDetailedString()
toDetailedString in class TTFGlyfTable.Glyphpublic GeneralPath getShape()
getShape in class TTFGlyfTable.GlyphCopyright © 2013. All Rights Reserved.