org.apache.batik.svggen.font.table

Class GlyfDescript

public abstract class GlyfDescript extends Program implements GlyphDescription

Field Summary
static byteonCurve
protected GlyfTableparentTable
static byterepeat
static bytexDual
static bytexShortVector
static byteyDual
static byteyShortVector
Constructor Summary
protected GlyfDescript(GlyfTable parentTable, short numberOfContours, ByteArrayInputStream bais)
Method Summary
intgetNumberOfContours()
shortgetXMaximum()
shortgetXMinimum()
shortgetYMaximum()
shortgetYMinimum()
voidresolve()

Field Detail

onCurve

public static final byte onCurve

parentTable

protected GlyfTable parentTable

repeat

public static final byte repeat

xDual

public static final byte xDual

xShortVector

public static final byte xShortVector

yDual

public static final byte yDual

yShortVector

public static final byte yShortVector

Constructor Detail

GlyfDescript

protected GlyfDescript(GlyfTable parentTable, short numberOfContours, ByteArrayInputStream bais)

Method Detail

getNumberOfContours

public int getNumberOfContours()

getXMaximum

public short getXMaximum()

getXMinimum

public short getXMinimum()

getYMaximum

public short getYMaximum()

getYMinimum

public short getYMinimum()

resolve

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