Uses of Class
scg.SCGConfig

Packages that use SCGConfig
scg   
 

Uses of SCGConfig in scg
 

Methods in scg that return SCGConfig
static SCGConfig SCGConfig.getDefaultSCGConfig()
           
 SCGConfig Config.getScgCfg()
          Getter for field Config.scgCfg
static SCGConfig SCGConfig.parse(java.io.InputStream inpt)
          Parse an instance of SCGConfig from the given Stream
static SCGConfig SCGConfig.parse(java.io.Reader inpt)
          Parse an instance of SCGConfig from the given Reader
static SCGConfig SCGConfig.parse(java.lang.String inpt)
          Parse an instance of SCGConfig from the given String
 

Methods in scg with parameters of type SCGConfig
 void Config.setScgCfg(SCGConfig _scgCfg)
          Setter for field Config.scgCfg
 

Constructors in scg with parameters of type SCGConfig
Config(SCGConfig scgConfig, DomainConfigI domainConfig)
           
Config(SCGConfig scgCfg, scg.RWrap<DomainConfigI> domainConfigWrapper)
          Construct a(n) Config Instance