Class Lookup
java.lang.Object
org.apache.batik.svggen.font.table.Lookup
- Version:
- $Id: Lookup.java 1733416 2016-03-03 07:07:13Z gadams $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
static final int
static final int
static final int
static final int
private int
private int[]
private LookupSubtable[]
private int
-
Constructor Summary
ConstructorsConstructorDescriptionLookup
(LookupSubtableFactory factory, RandomAccessFile raf, int offset) Creates new Lookup -
Method Summary
-
Field Details
-
IGNORE_BASE_GLYPHS
public static final int IGNORE_BASE_GLYPHS- See Also:
-
IGNORE_BASE_LIGATURES
public static final int IGNORE_BASE_LIGATURES- See Also:
-
IGNORE_BASE_MARKS
public static final int IGNORE_BASE_MARKS- See Also:
-
MARK_ATTACHMENT_TYPE
public static final int MARK_ATTACHMENT_TYPE- See Also:
-
type
private int type -
flag
private int flag -
subTableCount
private int subTableCount -
subTableOffsets
private int[] subTableOffsets -
subTables
-
-
Constructor Details
-
Lookup
Creates new Lookup- Throws:
IOException
-
-
Method Details
-
getType
public int getType() -
getSubtableCount
public int getSubtableCount() -
getSubtable
-