Module io.sf.carte.echosvg.svggen
Class GlyfCompositeDescript
java.lang.Object
io.sf.carte.echosvg.svggen.font.table.Program
io.sf.carte.echosvg.svggen.font.table.GlyfDescript
io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
- All Implemented Interfaces:
 GlyphDescription
Glyph description for composite glyphs. Composite glyphs are made up of one
 or more simple glyphs, usually with some sort of transformation applied to
 each.
- 
Field Summary
FieldsFields inherited from class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
onCurve, parentTable, repeat, xDual, xShortVector, yDual, yShortVector - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintintgetComponentIndex(int i) protected GlyfCompositeCompgetCompositeComp(int i) protected GlyfCompositeCompgetCompositeCompEndPt(int i) intintgetEndPtOfContours(int i) bytegetFlags(int i) intshortgetXCoordinate(int i) shortgetYCoordinate(int i) booleanvoidresolve()Methods inherited from class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
getNumberOfContours, getXMaximum, getXMinimum, getYMaximum, getYMinimumMethods inherited from class io.sf.carte.echosvg.svggen.font.table.Program
getInstructions, readInstructions, readInstructions 
- 
Field Details
- 
beingResolved
protected boolean beingResolved - 
resolved
protected boolean resolved 
 - 
 - 
Constructor Details
- 
GlyfCompositeDescript
 
 - 
 - 
Method Details
- 
resolve
public void resolve()- Overrides:
 resolvein classGlyfDescript
 - 
getEndPtOfContours
public int getEndPtOfContours(int i)  - 
getFlags
public byte getFlags(int i)  - 
getXCoordinate
public short getXCoordinate(int i)  - 
getYCoordinate
public short getYCoordinate(int i)  - 
isComposite
public boolean isComposite() - 
getPointCount
public int getPointCount() - 
getContourCount
public int getContourCount() - 
getComponentIndex
public int getComponentIndex(int i)  - 
getComponentCount
public int getComponentCount() - 
getCompositeComp
 - 
getCompositeCompEndPt
 
 -