|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlyphException | |
---|---|
org.proteinshader.graphics.adapter | Holds the StructureToGraphics class, which is used to manage the use of the drawing classes and OpenGL display lists. |
org.proteinshader.graphics.exceptions | Holds the exception classes needed by org.proteinshader.graphics and its subpackages. |
org.proteinshader.graphics.typography | Holds the classes needed for applying text labels to the curved surfaces of tubes and ribbons. |
Uses of GlyphException in org.proteinshader.graphics.adapter |
---|
Methods in org.proteinshader.graphics.adapter that throw GlyphException | |
---|---|
void |
StructureToGraphics.readGlyphSet()
Obtains a set of glyphs by using the default '.conf' configuration file in the fonts directory. |
Uses of GlyphException in org.proteinshader.graphics.exceptions |
---|
Subclasses of GlyphException in org.proteinshader.graphics.exceptions | |
---|---|
class |
GlyphConfigException
To report errors that occur while creating a Glyph. |
class |
GlyphImageException
To report errors that occur while creating a Glyph. |
Uses of GlyphException in org.proteinshader.graphics.typography |
---|
Methods in org.proteinshader.graphics.typography that throw GlyphException | |
---|---|
void |
TextLabelFactory.readGlyphSet()
Obtains a set of glyphs by using the default '.conf' configuration file in the fonts directory. |
void |
TextLabelManager.readGlyphSet()
Obtains a set of glyphs by using the default '.conf' configuration file in the fonts directory. |
GlyphSet |
GlyphSetFactory.readGlyphSet(Properties p)
Reads information from a source and constructs a GlyphSet object. |
GlyphSet |
GLF2GlyphSetFactory.readGlyphSet(Properties p)
Reads information from a '.glf' file and constructs a GlyphSet object. |
void |
TextLabelFactory.readGlyphSet(String config)
Reads the config file given as an argument and use the info to create a GlyphSet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |