org.apache.batik.svggen.font.table

Class GlyfSimpleDescript

public class GlyfSimpleDescript extends GlyfDescript

Constructor Summary
GlyfSimpleDescript(GlyfTable parentTable, short numberOfContours, ByteArrayInputStream bais)
Method Summary
intgetContourCount()
intgetEndPtOfContours(int i)
bytegetFlags(int i)
intgetPointCount()
shortgetXCoordinate(int i)
shortgetYCoordinate(int i)
booleanisComposite()

Constructor Detail

GlyfSimpleDescript

public GlyfSimpleDescript(GlyfTable parentTable, short numberOfContours, ByteArrayInputStream bais)

Method Detail

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()
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.