fop 1.1

Uses of Class
org.apache.fop.complexscripts.util.GlyphSequence.CharAssociation

Packages that use GlyphSequence.CharAssociation
org.apache.fop.complexscripts.fonts   
org.apache.fop.complexscripts.util   
 

Uses of GlyphSequence.CharAssociation in org.apache.fop.complexscripts.fonts
 

Methods in org.apache.fop.complexscripts.fonts that return GlyphSequence.CharAssociation
 GlyphSequence.CharAssociation GlyphProcessingState.getAssociation()
          Obtain character association of glyph at current position.
 GlyphSequence.CharAssociation GlyphProcessingState.getAssociation(int offset)
          Obtain character association of glyph at specified offset from current position.
 GlyphSequence.CharAssociation[] GlyphProcessingState.getAssociations(int offset, int count)
          Obtain count character associations of glyphs starting at specified offset from current position.
 GlyphSequence.CharAssociation[] GlyphProcessingState.getAssociations(int offset, int count, boolean reverseOrder, GlyphTester ignoreTester, GlyphSequence.CharAssociation[] associations, int[] counts)
          Obtain count character associations of glyphs starting at specified offset from current position.
 GlyphSequence.CharAssociation[] GlyphProcessingState.getIgnoredAssociations(int offset, int count)
          Obtain count character associations of ignored glyphs starting at specified offset from current position.
 GlyphSequence.CharAssociation[] GlyphProcessingState.getIgnoredAssociations(int offset, int count, boolean reverseOrder, GlyphTester ignoreTester, GlyphSequence.CharAssociation[] associations, int[] counts)
          Obtain count character associations of ignored glyphs starting at specified offset from current position.
 

Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphSequence.CharAssociation
 GlyphSequence.CharAssociation[] GlyphProcessingState.getAssociations(int offset, int count, boolean reverseOrder, GlyphTester ignoreTester, GlyphSequence.CharAssociation[] associations, int[] counts)
          Obtain count character associations of glyphs starting at specified offset from current position.
 GlyphSequence.CharAssociation[] GlyphProcessingState.getIgnoredAssociations(int offset, int count, boolean reverseOrder, GlyphTester ignoreTester, GlyphSequence.CharAssociation[] associations, int[] counts)
          Obtain count character associations of ignored glyphs starting at specified offset from current position.
 void GlyphSubstitutionState.putGlyph(int glyph, GlyphSequence.CharAssociation a, java.lang.Object predication)
          Put (write) glyph into glyph output buffer.
 void GlyphSubstitutionState.putGlyphs(int[] glyphs, GlyphSequence.CharAssociation[] associations, java.lang.Object predication)
          Put (write) array of glyphs into glyph output buffer.
 

Uses of GlyphSequence.CharAssociation in org.apache.fop.complexscripts.util
 

Methods in org.apache.fop.complexscripts.util that return GlyphSequence.CharAssociation
 GlyphSequence.CharAssociation GlyphSequence.getAssociation(int index)
          Obtain association at specified index.
 GlyphSequence.CharAssociation[] GlyphSequence.getAssociations(int offset, int count)
          Obtain count associations starting at offset.
static GlyphSequence.CharAssociation GlyphSequence.CharAssociation.join(GlyphSequence.CharAssociation[] aa)
          Join (merge) multiple associations into a single, potentially disjoint association.
static GlyphSequence.CharAssociation[] GlyphSequence.CharAssociation.replicate(GlyphSequence.CharAssociation a, int repeat)
          Replicate association to form repeat new associations.
 

Methods in org.apache.fop.complexscripts.util with parameters of type GlyphSequence.CharAssociation
static java.util.List GlyphSequence.concatAssociations(GlyphSequence.CharAssociation[] baa, GlyphSequence.CharAssociation[] iaa, GlyphSequence.CharAssociation[] laa)
          Concatenante association arrays.
static java.util.List GlyphSequence.concatAssociations(GlyphSequence.CharAssociation[] baa, GlyphSequence.CharAssociation[] iaa, GlyphSequence.CharAssociation[] laa)
          Concatenante association arrays.
static java.util.List GlyphSequence.concatAssociations(GlyphSequence.CharAssociation[] baa, GlyphSequence.CharAssociation[] iaa, GlyphSequence.CharAssociation[] laa)
          Concatenante association arrays.
static GlyphSequence.CharAssociation GlyphSequence.CharAssociation.join(GlyphSequence.CharAssociation[] aa)
          Join (merge) multiple associations into a single, potentially disjoint association.
 void GlyphSequence.CharAssociation.mergePredications(GlyphSequence.CharAssociation ca)
          Merge predications from another CA.
static GlyphSequence.CharAssociation[] GlyphSequence.CharAssociation.replicate(GlyphSequence.CharAssociation a, int repeat)
          Replicate association to form repeat new associations.
 

Constructors in org.apache.fop.complexscripts.util with parameters of type GlyphSequence.CharAssociation
GlyphSequence(GlyphSequence gs, int[] bga, int[] iga, int[] lga, GlyphSequence.CharAssociation[] bal, GlyphSequence.CharAssociation[] ial, GlyphSequence.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.
GlyphSequence(GlyphSequence gs, int[] bga, int[] iga, int[] lga, GlyphSequence.CharAssociation[] bal, GlyphSequence.CharAssociation[] ial, GlyphSequence.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.
GlyphSequence(GlyphSequence gs, int[] bga, int[] iga, int[] lga, GlyphSequence.CharAssociation[] bal, GlyphSequence.CharAssociation[] ial, GlyphSequence.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.
 


fop 1.1

Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.