|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GlyphClassMapping
The GlyphClassMapping
interface provides glyph identifier to class
index mapping support.
This work was originally authored by Glenn Adams (gadams@apache.org).
Method Summary | |
---|---|
int |
getClassIndex(int gid,
int set)
Map glyph identifier (code) to coverge index. |
int |
getClassSize(int set)
Obtain size of class table, i.e., ciMax + 1, where ciMax is the maximum class index. |
Method Detail |
---|
int getClassSize(int set)
set
- for coverage set based class mappings, indicates set index, otherwise ignored
int getClassIndex(int gid, int set)
gid
- glyph identifier (code)set
- for coverage set based class mappings, indicates set index, otherwise ignored
|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |