Class GlyfCompositeDescript
- java.lang.Object
-
- org.apache.batik.svggen.font.table.Program
-
- org.apache.batik.svggen.font.table.GlyfDescript
-
- org.apache.batik.svggen.font.table.GlyfCompositeDescript
-
- All Implemented Interfaces:
GlyphDescription
public class GlyfCompositeDescript extends GlyfDescript
Glyph description for composite glyphs. Composite glyphs are made up of one or more simple glyphs, usually with some sort of transformation applied to each.
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
beingResolved
protected boolean
resolved
-
Fields inherited from class org.apache.batik.svggen.font.table.GlyfDescript
onCurve, parentTable, repeat, xDual, xShortVector, yDual, yShortVector
-
-
Constructor Summary
Constructors Constructor Description GlyfCompositeDescript(GlyfTable parentTable, java.io.ByteArrayInputStream bais)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getComponentCount()
int
getComponentIndex(int i)
protected GlyfCompositeComp
getCompositeComp(int i)
protected GlyfCompositeComp
getCompositeCompEndPt(int i)
int
getContourCount()
int
getEndPtOfContours(int i)
byte
getFlags(int i)
int
getPointCount()
short
getXCoordinate(int i)
short
getYCoordinate(int i)
boolean
isComposite()
void
resolve()
-
Methods inherited from class org.apache.batik.svggen.font.table.GlyfDescript
getNumberOfContours, getXMaximum, getXMinimum, getYMaximum, getYMinimum
-
Methods inherited from class org.apache.batik.svggen.font.table.Program
getInstructions, readInstructions, readInstructions
-
-
-
-
Constructor Detail
-
GlyfCompositeDescript
public GlyfCompositeDescript(GlyfTable parentTable, java.io.ByteArrayInputStream bais)
-
-
Method Detail
-
resolve
public void resolve()
- Overrides:
resolve
in classGlyfDescript
-
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()
-
getComponentIndex
public int getComponentIndex(int i)
-
getComponentCount
public int getComponentCount()
-
getCompositeComp
protected GlyfCompositeComp getCompositeComp(int i)
-
getCompositeCompEndPt
protected GlyfCompositeComp getCompositeCompEndPt(int i)
-
-