org.apache.batik.svggen.font.table
Class GlyfCompositeDescript
java.lang.Object
org.apache.batik.svggen.font.table.Program
org.apache.batik.svggen.font.table.GlyfDescript
org.apache.batik.svggen.font.table.GlyfCompositeDescript
- All Implemented Interfaces:
- GlyphDescription
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
beingResolved
protected boolean beingResolved
resolved
protected boolean resolved
GlyfCompositeDescript
public GlyfCompositeDescript(GlyfTable parentTable,
ByteArrayInputStream bais)
resolve
public void resolve()
- Overrides:
resolve
in class GlyfDescript
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
protected GlyfCompositeComp getCompositeComp(int i)
getCompositeCompEndPt
protected GlyfCompositeComp getCompositeCompEndPt(int i)
Copyright © 2008 Apache Software Foundation. All Rights Reserved.