public abstract class GlyfDescript extends Program implements GlyphDescription
Modifier and Type | Field and Description |
---|---|
private int |
numberOfContours |
static byte |
onCurve |
protected GlyfTable |
parentTable |
static byte |
repeat |
static byte |
xDual |
private short |
xMax |
private short |
xMin |
static byte |
xShortVector |
static byte |
yDual |
private short |
yMax |
private short |
yMin |
static byte |
yShortVector |
Modifier | Constructor and Description |
---|---|
protected |
GlyfDescript(GlyfTable parentTable,
short numberOfContours,
java.io.ByteArrayInputStream bais) |
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfContours() |
short |
getXMaximum() |
short |
getXMinimum() |
short |
getYMaximum() |
short |
getYMinimum() |
void |
resolve() |
getInstructions, readInstructions, readInstructions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContourCount, getEndPtOfContours, getFlags, getPointCount, getXCoordinate, getYCoordinate, isComposite
public static final byte onCurve
public static final byte xShortVector
public static final byte yShortVector
public static final byte repeat
public static final byte xDual
public static final byte yDual
protected GlyfTable parentTable
private int numberOfContours
private short xMin
private short yMin
private short xMax
private short yMax
protected GlyfDescript(GlyfTable parentTable, short numberOfContours, java.io.ByteArrayInputStream bais)
public void resolve()
public int getNumberOfContours()
public short getXMaximum()
getXMaximum
in interface GlyphDescription
public short getXMinimum()
getXMinimum
in interface GlyphDescription
public short getYMaximum()
getYMaximum
in interface GlyphDescription
public short getYMinimum()
getYMinimum
in interface GlyphDescription