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
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
protected GlyfTable
static final byte
static final byte
static final byte
static final byte
static final byte
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GlyfDescript
(GlyfTable parentTable, short numberOfContours, ByteArrayInputStream bais) -
Method Summary
Methods inherited from class org.apache.batik.svggen.font.table.Program
getInstructions, readInstructions, readInstructions
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.batik.svggen.font.table.GlyphDescription
getContourCount, getEndPtOfContours, getFlags, getPointCount, getXCoordinate, getYCoordinate, isComposite
-
Field Details
-
onCurve
public static final byte onCurve- See Also:
-
xShortVector
public static final byte xShortVector- See Also:
-
yShortVector
public static final byte yShortVector- See Also:
-
repeat
public static final byte repeat- See Also:
-
xDual
public static final byte xDual- See Also:
-
yDual
public static final byte yDual- See Also:
-
parentTable
-
-
Constructor Details
-
GlyfDescript
-
-
Method Details
-
resolve
public void resolve() -
getNumberOfContours
public int getNumberOfContours() -
getXMaximum
public short getXMaximum()- Specified by:
getXMaximum
in interfaceGlyphDescription
-
getXMinimum
public short getXMinimum()- Specified by:
getXMinimum
in interfaceGlyphDescription
-
getYMaximum
public short getYMaximum()- Specified by:
getYMaximum
in interfaceGlyphDescription
-
getYMinimum
public short getYMinimum()- Specified by:
getYMinimum
in interfaceGlyphDescription
-