Uses of Class
org.proteinshader.graphics.typography.Glyph

Packages that use Glyph
org.proteinshader.graphics.typography Holds the classes needed for applying text labels to the curved surfaces of tubes and ribbons. 
 

Uses of Glyph in org.proteinshader.graphics.typography
 

Methods in org.proteinshader.graphics.typography that return Glyph
 Glyph GlyphSet.getGlyph(String name)
          Returns the Glyph object for the name given as an argument (or null if it cannot be found).
 

Methods in org.proteinshader.graphics.typography that return types with arguments of type Glyph
 List<Glyph> GlyphSet.getGlyphs(String text)
          Returns a list of Glyph objects corresponding to the characters of the String given as an argument.
 Iterator<Glyph> GlyphSet.iteratorGlyphs()
          Returns an Iterator for the Glyphs.
 

Methods in org.proteinshader.graphics.typography with parameters of type Glyph
 void GlyphSet.addGlyph(Glyph glyph)
          Adds a Glyph object to this GlyphSet.
 



Copyright © 2007-2008