Uses of Class
org.igfay.jfig.JFig

Packages that use JFig
org.igfay.jfig   
 

Uses of JFig in org.igfay.jfig
 

Methods in org.igfay.jfig that return JFig
 JFig JFigParser.getConfig()
           
 

Methods in org.igfay.jfig with parameters of type JFig
 void JFigParser.setConfig(JFig config)
           
 

Constructors in org.igfay.jfig with parameters of type JFig
XMLJFigParser(JFig config, JFigLocatorIF jfigLocator)
           
JFigParser(JFig config, JFigLocatorIF jfigLocator)
          Constructor to allow user to override configFileName default.
IniJFigParser(JFig config, JFigLocatorIF jfigLocator)
          Constructor for IniConfigParser.