Package com.itextpdf.io.font.otf
Class OpenTableLookup.GlyphIndexer
- java.lang.Object
-
- com.itextpdf.io.font.otf.OpenTableLookup.GlyphIndexer
-
- Enclosing class:
- OpenTableLookup
public static class OpenTableLookup.GlyphIndexer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GlyphIndexer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlyphgetGlyph()Retrieves the glyph of the object.intgetIdx()Retrieves the idx of the glyph indexer.GlyphLinegetLine()Retrieves the glyph line of the object.voidnextGlyph(OpenTypeFontTableReader openReader, int lookupFlag)voidpreviousGlyph(OpenTypeFontTableReader openReader, int lookupFlag)voidsetGlyph(Glyph glyph)Sets the glyph of the object.voidsetIdx(int idx)Sets the idx of the glyph indexer.voidsetLine(GlyphLine line)Sets the glyph line of the object.
-
-
-
Method Detail
-
getLine
public GlyphLine getLine()
Retrieves the glyph line of the object.- Returns:
- glyph line
-
setLine
public void setLine(GlyphLine line)
Sets the glyph line of the object.- Parameters:
line- glyph line
-
getGlyph
public Glyph getGlyph()
Retrieves the glyph of the object.- Returns:
- glyph
-
setGlyph
public void setGlyph(Glyph glyph)
Sets the glyph of the object.- Parameters:
glyph- glyph
-
getIdx
public int getIdx()
Retrieves the idx of the glyph indexer.- Returns:
- idx
-
setIdx
public void setIdx(int idx)
Sets the idx of the glyph indexer.- Parameters:
idx- idx
-
nextGlyph
public void nextGlyph(OpenTypeFontTableReader openReader, int lookupFlag)
-
previousGlyph
public void previousGlyph(OpenTypeFontTableReader openReader, int lookupFlag)
-
-