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 SummaryFieldsFields inherited from class io.sf.carte.echosvg.svggen.font.table.GlyfDescriptonCurve, parentTable, repeat, xDual, xShortVector, yDual, yShortVector
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.GlyfDescriptgetNumberOfContours, getXMaximum, getXMinimum, getYMaximum, getYMinimumMethods inherited from class io.sf.carte.echosvg.svggen.font.table.ProgramgetInstructions, readInstructions, readInstructions
- 
Field Details- 
beingResolvedprotected boolean beingResolved
- 
resolvedprotected boolean resolved
 
- 
- 
Constructor Details- 
GlyfCompositeDescript
 
- 
- 
Method Details- 
resolvepublic void resolve()- Overrides:
- resolvein class- GlyfDescript
 
- 
getEndPtOfContourspublic int getEndPtOfContours(int i) 
- 
getFlagspublic byte getFlags(int i) 
- 
getXCoordinatepublic short getXCoordinate(int i) 
- 
getYCoordinatepublic short getYCoordinate(int i) 
- 
isCompositepublic boolean isComposite()
- 
getPointCountpublic int getPointCount()
- 
getContourCountpublic int getContourCount()
- 
getComponentIndexpublic int getComponentIndex(int i) 
- 
getComponentCountpublic int getComponentCount()
- 
getCompositeComp
- 
getCompositeCompEndPt
 
-