Class GlyfSimpleDescript
- java.lang.Object
-
- org.apache.batik.svggen.font.table.Program
-
- org.apache.batik.svggen.font.table.GlyfDescript
-
- org.apache.batik.svggen.font.table.GlyfSimpleDescript
-
- All Implemented Interfaces:
GlyphDescription
public class GlyfSimpleDescript extends GlyfDescript
-
-
Field Summary
-
Fields inherited from class org.apache.batik.svggen.font.table.GlyfDescript
onCurve, parentTable, repeat, xDual, xShortVector, yDual, yShortVector
-
-
Constructor Summary
Constructors Constructor Description GlyfSimpleDescript(GlyfTable parentTable, short numberOfContours, java.io.ByteArrayInputStream bais)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetContourCount()intgetEndPtOfContours(int i)bytegetFlags(int i)intgetPointCount()shortgetXCoordinate(int i)shortgetYCoordinate(int i)booleanisComposite()-
Methods inherited from class org.apache.batik.svggen.font.table.GlyfDescript
getNumberOfContours, getXMaximum, getXMinimum, getYMaximum, getYMinimum, resolve
-
Methods inherited from class org.apache.batik.svggen.font.table.Program
getInstructions, readInstructions, readInstructions
-
-
-
-
Constructor Detail
-
GlyfSimpleDescript
public GlyfSimpleDescript(GlyfTable parentTable, short numberOfContours, java.io.ByteArrayInputStream bais)
-
-
Method Detail
-
getEndPtOfContours
public int getEndPtOfContours(int i)
-
getFlags
public byte getFlags(int i)
-
getXCoordinate
public short getXCoordinate(int i)
-
getYCoordinate
public short getYCoordinate(int i)
-
isComposite
public boolean isComposite()
-
getPointCount
public int getPointCount()
-
getContourCount
public int getContourCount()
-
-