public class GlyfCompositeDescript extends GlyfDescript
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
beingResolved |
private java.util.List |
components |
protected boolean |
resolved |
onCurve, parentTable, repeat, xDual, xShortVector, yDual, yShortVector| Constructor and Description |
|---|
GlyfCompositeDescript(GlyfTable parentTable,
java.io.ByteArrayInputStream bais) |
| Modifier and Type | Method and Description |
|---|---|
int |
getComponentCount() |
int |
getComponentIndex(int i) |
protected GlyfCompositeComp |
getCompositeComp(int i) |
protected GlyfCompositeComp |
getCompositeCompEndPt(int i) |
int |
getContourCount() |
int |
getEndPtOfContours(int i) |
byte |
getFlags(int i) |
int |
getPointCount() |
short |
getXCoordinate(int i) |
short |
getYCoordinate(int i) |
boolean |
isComposite() |
void |
resolve() |
getNumberOfContours, getXMaximum, getXMinimum, getYMaximum, getYMinimumgetInstructions, readInstructions, readInstructionsprivate java.util.List components
protected boolean beingResolved
protected boolean resolved
public GlyfCompositeDescript(GlyfTable parentTable, java.io.ByteArrayInputStream bais)
public void resolve()
resolve in class GlyfDescriptpublic int getEndPtOfContours(int i)
public byte getFlags(int i)
public short getXCoordinate(int i)
public short getYCoordinate(int i)
public boolean isComposite()
public int getPointCount()
public int getContourCount()
public int getComponentIndex(int i)
public int getComponentCount()
protected GlyfCompositeComp getCompositeComp(int i)
protected GlyfCompositeComp getCompositeCompEndPt(int i)