public abstract class GlyfDescript extends Program implements GlyphDescription
| Modifier and Type | Field and Description |
|---|---|
static byte |
onCurve |
protected GlyfTable |
parentTable |
static byte |
repeat |
static byte |
xDual |
static byte |
xShortVector |
static byte |
yDual |
static byte |
yShortVector |
| Modifier | Constructor and Description |
|---|---|
protected |
GlyfDescript(GlyfTable parentTable,
short numberOfContours,
ByteArrayInputStream bais) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfContours() |
short |
getXMaximum() |
short |
getXMinimum() |
short |
getYMaximum() |
short |
getYMinimum() |
void |
resolve() |
getInstructions, readInstructions, readInstructionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContourCount, getEndPtOfContours, getFlags, getPointCount, getXCoordinate, getYCoordinate, isCompositepublic 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
protected GlyfDescript(GlyfTable parentTable, short numberOfContours, ByteArrayInputStream bais)
public void resolve()
public int getNumberOfContours()
public short getXMaximum()
getXMaximum in interface GlyphDescriptionpublic short getXMinimum()
getXMinimum in interface GlyphDescriptionpublic short getYMaximum()
getYMaximum in interface GlyphDescriptionpublic short getYMinimum()
getYMinimum in interface GlyphDescriptionCopyright © 2000–2020 Apache Software Foundation. All rights reserved.