org.apache.batik.svggen.font.table
Class GlyfDescript
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
|
Constructor Summary |
protected |
GlyfDescript(GlyfTable parentTable,
short numberOfContours,
java.io.ByteArrayInputStream bais)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
onCurve
public static final byte onCurve
xShortVector
public static final byte xShortVector
yShortVector
public static final byte yShortVector
repeat
public static final byte repeat
xDual
public static final byte xDual
yDual
public static final byte yDual
parentTable
protected GlyfTable parentTable
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
Copyright © 2002 Apache Software Foundation. All Rights Reserved.