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.
protected boolean beingResolved
protected boolean resolved
public GlyfCompositeDescript(
GlyfTable parentTable, ByteArrayInputStream bais)
public int getComponentCount()
public int getComponentIndex(int i)
public int getContourCount()
public int getEndPtOfContours(int i)
public byte getFlags(int i)
public int getPointCount()
public short getXCoordinate(int i)
public short getYCoordinate(int i)
public boolean isComposite()
public void resolve()
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.