Uses of Class
org.foray.core.OutputConfig

Packages that use OutputConfig
org.foray.app Application classes used for running FOray both on the command line and embedded in other applications. 
 

Uses of OutputConfig in org.foray.app
 

Methods in org.foray.app that return OutputConfig
 OutputConfig Starter.getOutputConfig()
          Returns the output configuration.
 OutputConfig CommandLineOptions.getRendererOptions()
          Returns the renderer options.
 

Methods in org.foray.app with parameters of type OutputConfig
static org.axsl.output.OutputTarget OutputTargetFactory.makeOutputTarget(OutputTargetType rendererType, OutputConfig outputOptions, OutputStream outputStream, org.apache.commons.logging.Log logger, org.axsl.graphic.GraphicServer graphicServer)
          Factory method that makes a new Renderer instance for the standard renderers.
 

Constructors in org.foray.app with parameters of type OutputConfig
AWTStarter(SessionConfig sessionConfig, OutputConfig renderConfig, CommandLineOptions commandLineOptions)
          Constructor.
CommandLineStarter(SessionConfig sessionConfig, OutputConfig outputConfig, CommandLineOptions commandLineOptions)
          Constructor.
Options(SessionConfig sessionConfig, OutputConfig renderConfig)
          Constructor for case when the user configuration file is not known.
Options(SessionConfig sessionConfig, OutputConfig renderConfig, URL userConfigFile)
          Constructor for case when the user configuration file is known.
PrintStarter(SessionConfig sessionConfig, OutputConfig renderConfig, CommandLineOptions options)
          Constructor.
Starter(org.apache.commons.logging.Log logger, SessionConfig sessionConfig, OutputConfig renderConfig)
          Constructor.
 



Copyright © 2017. All rights reserved.