Uses of Class
org.igfay.jfig.JFigDictionary

Packages that use JFigDictionary
org.igfay.jfig   
 

Uses of JFigDictionary in org.igfay.jfig
 

Methods in org.igfay.jfig that return JFigDictionary
protected  JFigDictionary JFigParser.getConfigDictionary()
           
 JFigDictionary JFigIF.getConfigDictionary()
          return the ConfigurationDictionary Made public so we can access this from a jsp and show the configuration via html.
 JFigDictionary JFig.getConfigDictionary()
          return the ConfigurationDictionary Made public so we can access this from a jsp and show the configuration via html.
 

Methods in org.igfay.jfig with parameters of type JFigDictionary
protected  void JFig.setConfigDictionary(JFigDictionary configDictionary)
          Sets the configDictionary.