Uses of Class
uk.ac.vamsas.objects.core.Glyph

Packages that use Glyph
uk.ac.vamsas.objects   
uk.ac.vamsas.objects.core   
 

Uses of Glyph in uk.ac.vamsas.objects
 

Methods in uk.ac.vamsas.objects with parameters of type Glyph
 void EmptyDocumentUpdater.update(Glyph vobj)
           
 void IDocumentUpdater.update(Glyph vobj)
           
 

Uses of Glyph in uk.ac.vamsas.objects.core
 

Methods in uk.ac.vamsas.objects.core that return Glyph
 Glyph AnnotationElement.getGlyph(int index)
          Method getGlyph.
 Glyph[] AnnotationElement.getGlyph()
          Method getGlyph.Returns the contents of the collection in an Array.
 Glyph AnnotationElement.removeGlyphAt(int index)
          Method removeGlyphAt.
static Glyph Glyph.unmarshal(java.io.Reader reader)
          Method unmarshal.
 

Methods in uk.ac.vamsas.objects.core with parameters of type Glyph
 void AnnotationElement.addGlyph(Glyph vGlyph)
           
 void AnnotationElement.addGlyph(int index, Glyph vGlyph)
           
 boolean AnnotationElement.removeGlyph(Glyph vGlyph)
          Method removeGlyph.
 void AnnotationElement.setGlyph(int index, Glyph vGlyph)
           
 void AnnotationElement.setGlyph(Glyph[] vGlyphArray)