java.lang.Object
org.apache.batik.svggen.font.table.Program
org.apache.batik.svggen.font.table.GlyfDescript
- All Implemented Interfaces:
- GlyphDescription
- Direct Known Subclasses:
- GlyfCompositeDescript, GlyfSimpleDescript
- public abstract class GlyfDescript
- extends Program
- implements GlyphDescription
- Version:
- $Id: GlyfDescript.java,v 1.3 2004/08/18 07:15:21 vhardy Exp $
| Fields inherited from class org.apache.batik.svggen.font.table.Program |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
onCurve
public static final byte onCurve
- See Also:
- Constant Field Values
xShortVector
public static final byte xShortVector
- See Also:
- Constant Field Values
yShortVector
public static final byte yShortVector
- See Also:
- Constant Field Values
repeat
public static final byte repeat
- See Also:
- Constant Field Values
xDual
public static final byte xDual
- See Also:
- Constant Field Values
yDual
public static final byte yDual
- See Also:
- Constant Field Values
parentTable
protected GlyfTable parentTable
numberOfContours
private int numberOfContours
xMin
private short xMin
yMin
private short yMin
xMax
private short xMax
yMax
private short yMax
GlyfDescript
protected GlyfDescript(GlyfTable parentTable,
short numberOfContours,
java.io.ByteArrayInputStream bais)
getNumberOfContours
public int getNumberOfContours()
getXMaximum
public short getXMaximum()
- Specified by:
getXMaximum in interface GlyphDescription
getXMinimum
public short getXMinimum()
- Specified by:
getXMinimum in interface GlyphDescription
getYMaximum
public short getYMaximum()
- Specified by:
getYMaximum in interface GlyphDescription
getYMinimum
public short getYMinimum()
- Specified by:
getYMinimum in interface GlyphDescription