Uses of Class
standup.symbol.SymbolException

Packages that use SymbolException
standup.lexicon This package provides classes and interfaces that handle access and manipulation of the STANDUP lexicon. 
standup.symbol Provides classes and interfaces that handle loading and rendering of the various AAC/literacy symbol sets, e.g. 
 

Uses of SymbolException in standup.lexicon
 

Methods in standup.lexicon that throw SymbolException
 List<String> Topic.getImageFile(SymbolType[] symbolSet)
          This method returns the path and filename for the symbol representing this Topic, if one has been specified.
 List<String> Lexeme.getImageFile(SymbolType[] symbolSet)
           
 

Uses of SymbolException in standup.symbol
 

Methods in standup.symbol that throw SymbolException
private static List<String> SymbolManager.getSymbolFilenames(String[] imgFiles, SymbolType[] symbolSet)
          Given a list of symbol filenames and a SymbolType[] indicating a preference for symbol sets, returns an ordered (sub)list of the symbol filenames according to the preference.
static List<String> SymbolManager.getSymbolFilenames(String realConceptCode, SymbolType[] symbolSet)
          Given a 'real' Widgit conceptcode, and a SymbolType[] indicating a preference for symbol sets, returns a list of symbol filenames that are ordered by preference.
static BufferedImage SymbolManager.getSymbolImage(String filename)
          Attempts to load and render/transcode a symbol with the given filename at its default resolution.
static BufferedImage SymbolManager.getSymbolImage(String filename, int height)
          Attempts to load and render/transcode a symbol with the given filename at a resolution such that the resulting bitmap is as tall as the given height argument.