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
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.
- Version:
- $Id: GlyfCompositeDescript.java 1804130 2017-08-04 14:41:11Z ssteiner $
-
Field Summary
FieldsFields inherited from class org.apache.batik.svggen.font.table.GlyfDescript
onCurve, parentTable, repeat, xDual, xShortVector, yDual, yShortVector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getComponentIndex
(int i) protected GlyfCompositeComp
getCompositeComp
(int i) protected GlyfCompositeComp
getCompositeCompEndPt
(int i) int
int
getEndPtOfContours
(int i) byte
getFlags
(int i) int
short
getXCoordinate
(int i) short
getYCoordinate
(int i) boolean
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
-
Field Details
-
components
-
beingResolved
protected boolean beingResolved -
resolved
protected boolean resolved
-
-
Constructor Details
-
GlyfCompositeDescript
-
-
Method Details
-
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
-
getCompositeCompEndPt
-