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
- Version:
- $Id: GlyfDescript.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description private intnumberOfContoursstatic byteonCurveprotected GlyfTableparentTablestatic byterepeatstatic bytexDualprivate shortxMaxprivate shortxMinstatic bytexShortVectorstatic byteyDualprivate shortyMaxprivate shortyMinstatic byteyShortVector
-
Constructor Summary
Constructors Modifier Constructor Description protectedGlyfDescript(GlyfTable parentTable, short numberOfContours, java.io.ByteArrayInputStream bais)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumberOfContours()shortgetXMaximum()shortgetXMinimum()shortgetYMaximum()shortgetYMinimum()voidresolve()-
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 Detail
-
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
-
-
Constructor Detail
-
GlyfDescript
protected GlyfDescript(GlyfTable parentTable, short numberOfContours, java.io.ByteArrayInputStream bais)
-
-
Method Detail
-
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
-
-