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
- Version:
- $Id: GlyfDescript.java 1733416 2016-03-03 07:07:13Z gadams $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intstatic final byteprotected GlyfTablestatic final bytestatic final byteprivate shortprivate shortstatic final bytestatic final byteprivate shortprivate shortstatic final byte -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGlyfDescript(GlyfTable parentTable, short numberOfContours, ByteArrayInputStream bais) -
Method Summary
Methods inherited from class org.apache.batik.svggen.font.table.Program
getInstructions, readInstructions, readInstructionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
numberOfContours
private int numberOfContours -
xMin
private short xMin -
yMin
private short yMin -
xMax
private short xMax -
yMax
private short yMax
-
-
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
-