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 byteprotected GlyfTablestatic final bytestatic final bytestatic final bytestatic final bytestatic final byte -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGlyfDescript(GlyfTable parentTable, short numberOfContours, ByteArrayInputStream bais) -
Method Summary
Methods inherited from class Program
getInstructions, readInstructions, readInstructionsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
getXMaximumin interfaceGlyphDescription
-
getXMinimum
public short getXMinimum()- Specified by:
getXMinimumin interfaceGlyphDescription
-
getYMaximum
public short getYMaximum()- Specified by:
getYMaximumin interfaceGlyphDescription
-
getYMinimum
public short getYMinimum()- Specified by:
getYMinimumin interfaceGlyphDescription
-