es.unex.sextante.outputs
Class OutputChart

java.lang.Object
  extended by es.unex.sextante.outputs.Output
      extended by es.unex.sextante.outputs.OutputChart

public class OutputChart
extends Output

An output representing a chart

Author:
volaya

Constructor Summary
OutputChart()
           
 
Method Summary
 java.lang.String getCommandLineParameter()
          Returns the output as a command-line parameter
 java.lang.String getTypeDescription()
          returns a human-readable description of the type of output
 void setOutputObject(java.lang.Object obj)
          Sets a new value for the output object
 
Methods inherited from class es.unex.sextante.outputs.Output
getDescription, getName, getNewInstance, getOutputChannel, getOutputObject, setDescription, setName, setObjectData, setOutputChannel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputChart

public OutputChart()
Method Detail

getCommandLineParameter

public java.lang.String getCommandLineParameter()
Description copied from class: Output
Returns the output as a command-line parameter

Specified by:
getCommandLineParameter in class Output
Returns:
the output as a string, to save it as a command-line parameter

setOutputObject

public void setOutputObject(java.lang.Object obj)
Description copied from class: Output
Sets a new value for the output object

Specified by:
setOutputObject in class Output
Parameters:
obj - the new value for the output object

getTypeDescription

public java.lang.String getTypeDescription()
Description copied from class: Output
returns a human-readable description of the type of output

Specified by:
getTypeDescription in class Output
Returns:
a human-readable description of the type of output