Uses of Class
org.apache.fop.complexscripts.util.CharAssociation
Packages that use CharAssociation
-
Uses of CharAssociation in org.apache.fop.complexscripts.fonts
Methods in org.apache.fop.complexscripts.fonts that return CharAssociationModifier and TypeMethodDescriptionGlyphProcessingState.getAssociation()
Obtain character association of glyph at current position.GlyphProcessingState.getAssociation
(int offset) Obtain character association of glyph at specified offset from current position.GlyphProcessingState.getAssociations
(int offset, int count) Obtaincount
character associations of glyphs starting at specified offset from current position.GlyphProcessingState.getAssociations
(int offset, int count, boolean reverseOrder, GlyphTester ignoreTester, CharAssociation[] associations, int[] counts) Obtaincount
character associations of glyphs starting at specified offset from current position.GlyphProcessingState.getIgnoredAssociations
(int offset, int count) Obtaincount
character associations of ignored glyphs starting at specified offset from current position.GlyphProcessingState.getIgnoredAssociations
(int offset, int count, boolean reverseOrder, GlyphTester ignoreTester, CharAssociation[] associations, int[] counts) Obtaincount
character associations of ignored glyphs starting at specified offset from current position.Methods in org.apache.fop.complexscripts.fonts with parameters of type CharAssociationModifier and TypeMethodDescriptionGlyphProcessingState.getAssociations
(int offset, int count, boolean reverseOrder, GlyphTester ignoreTester, CharAssociation[] associations, int[] counts) Obtaincount
character associations of glyphs starting at specified offset from current position.GlyphProcessingState.getIgnoredAssociations
(int offset, int count, boolean reverseOrder, GlyphTester ignoreTester, CharAssociation[] associations, int[] counts) Obtaincount
character associations of ignored glyphs starting at specified offset from current position.void
GlyphSubstitutionState.putGlyph
(int glyph, CharAssociation a, Object predication) Put (write) glyph into glyph output buffer.void
GlyphSubstitutionState.putGlyphs
(int[] glyphs, CharAssociation[] associations, Object predication) Put (write) array of glyphs into glyph output buffer. -
Uses of CharAssociation in org.apache.fop.complexscripts.util
Methods in org.apache.fop.complexscripts.util that return CharAssociationModifier and TypeMethodDescriptionGlyphSequence.getAssociation
(int index) Obtain association at specified index.GlyphSequence.getAssociations
(int offset, int count) Obtain count associations starting at offset.static CharAssociation
CharAssociation.join
(CharAssociation[] aa) Join (merge) multiple associations into a single, potentially disjoint association.static CharAssociation[]
CharAssociation.replicate
(CharAssociation a, int repeat) Replicate association to formrepeat
new associations.Methods in org.apache.fop.complexscripts.util with parameters of type CharAssociationModifier and TypeMethodDescriptionstatic List
GlyphSequence.concatAssociations
(CharAssociation[] baa, CharAssociation[] iaa, CharAssociation[] laa) Concatenante association arrays.static CharAssociation
CharAssociation.join
(CharAssociation[] aa) Join (merge) multiple associations into a single, potentially disjoint association.void
CharAssociation.mergePredications
(CharAssociation ca) Merge predications from another CA.static CharAssociation[]
CharAssociation.replicate
(CharAssociation a, int repeat) Replicate association to formrepeat
new associations.Constructors in org.apache.fop.complexscripts.util with parameters of type CharAssociationModifierConstructorDescriptionGlyphSequence
(GlyphSequence gs, int[] bga, int[] iga, int[] lga, CharAssociation[] bal, CharAssociation[] ial, CharAssociation[] lal) Instantiate a glyph sequence using an existing glyph sequence, where the new glyph sequence shares the character array of the existing sequence (but not the buffer object), but uses the specified backtrack, input, and lookahead glyph arrays to populate the glyphs, and uses the specified of glyphs buffer and association list.