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
-
Field Summary
Fields inherited from class GlyfDescript
onCurve, parentTable, repeat, xDual, xShortVector, yDual, yShortVector -
Constructor Summary
ConstructorsConstructorDescriptionGlyfSimpleDescript(GlyfTable parentTable, short numberOfContours, ByteArrayInputStream bais) -
Method Summary
Modifier and TypeMethodDescriptionintintgetEndPtOfContours(int i) bytegetFlags(int i) intshortgetXCoordinate(int i) shortgetYCoordinate(int i) booleanMethods inherited from class GlyfDescript
getNumberOfContours, getXMaximum, getXMinimum, getYMaximum, getYMinimum, resolveMethods inherited from class Program
getInstructions, readInstructions, readInstructions
-
Constructor Details
-
GlyfSimpleDescript
-
-
Method Details
-
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()
-