org.apache.batik.svggen.font.table

Class GlyfCompositeDescript

public class GlyfCompositeDescript extends GlyfDescript

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
protected booleanbeingResolved
protected booleanresolved
Constructor Summary
GlyfCompositeDescript(GlyfTable parentTable, ByteArrayInputStream bais)
Method Summary
intgetComponentCount()
intgetComponentIndex(int i)
protected GlyfCompositeCompgetCompositeComp(int i)
protected GlyfCompositeCompgetCompositeCompEndPt(int i)
intgetContourCount()
intgetEndPtOfContours(int i)
bytegetFlags(int i)
intgetPointCount()
shortgetXCoordinate(int i)
shortgetYCoordinate(int i)
booleanisComposite()
voidresolve()

Field Detail

beingResolved

protected boolean beingResolved

resolved

protected boolean resolved

Constructor Detail

GlyfCompositeDescript

public GlyfCompositeDescript(GlyfTable parentTable, ByteArrayInputStream bais)

Method Detail

getComponentCount

public int getComponentCount()

getComponentIndex

public int getComponentIndex(int i)

getCompositeComp

protected GlyfCompositeComp getCompositeComp(int i)

getCompositeCompEndPt

protected GlyfCompositeComp getCompositeCompEndPt(int i)

getContourCount

public int getContourCount()

getEndPtOfContours

public int getEndPtOfContours(int i)

getFlags

public byte getFlags(int i)

getPointCount

public int getPointCount()

getXCoordinate

public short getXCoordinate(int i)

getYCoordinate

public short getYCoordinate(int i)

isComposite

public boolean isComposite()

resolve

public void resolve()
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.