Uses of Class
org.apache.fop.complexscripts.fonts.GlyphPositioningTable.Value
-
Packages that use GlyphPositioningTable.Value Package Description org.apache.fop.complexscripts.fonts -
-
Uses of GlyphPositioningTable.Value in org.apache.fop.complexscripts.fonts
Fields in org.apache.fop.complexscripts.fonts declared as GlyphPositioningTable.Value Modifier and Type Field Description private GlyphPositioningTable.ValueGlyphPositioningTable.SingleSubtableFormat1. valueprivate GlyphPositioningTable.ValueGlyphPositioningTable.PairValues. value1private GlyphPositioningTable.ValueGlyphPositioningTable.PairValues. value2private GlyphPositioningTable.Value[]GlyphPositioningTable.SingleSubtableFormat2. valuesMethods in org.apache.fop.complexscripts.fonts that return GlyphPositioningTable.Value Modifier and Type Method Description GlyphPositioningTable.ValueGlyphPositioningTable.Anchor. getAlignmentAdjustment(GlyphPositioningTable.Anchor a)Obtain adjustment value required to align the specified anchor with this anchor.abstract GlyphPositioningTable.ValueGlyphPositioningTable.SingleSubtable. getValue(int ci, int gi)Obtain positioning value for coverage index.GlyphPositioningTable.ValueGlyphPositioningTable.SingleSubtableFormat1. getValue(int ci, int gi)Obtain positioning value for coverage index.GlyphPositioningTable.ValueGlyphPositioningTable.SingleSubtableFormat2. getValue(int ci, int gi)Obtain positioning value for coverage index.GlyphPositioningTable.ValueGlyphPositioningTable.PairValues. getValue1()GlyphPositioningTable.ValueGlyphPositioningTable.PairValues. getValue2()private GlyphPositioningTable.ValueOTFAdvancedTypographicTableReader. readPosValue(long subtableOffset, int valueFormat)Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.Value Modifier and Type Method Description booleanGlyphPositioningState. adjust(GlyphPositioningTable.Value v)Perform adjustments at current position index.booleanGlyphPositioningState. adjust(GlyphPositioningTable.Value v, int offset)Perform adjustments at specified offset from current position index.Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.Value Constructor Description PairValues(int glyph, GlyphPositioningTable.Value value1, GlyphPositioningTable.Value value2)Instantiate a PairValues.
-