Uses of Class
es.unex.sextante.outputs.Output

Packages that use Output
es.unex.sextante.core   
es.unex.sextante.outputs   
 

Uses of Output in es.unex.sextante.core
 

Methods in es.unex.sextante.core that return Output
 Output OutputObjectsSet.getOutput(int iIndex)
          Returns an output of the set, identified by its index in it
 Output OutputObjectsSet.getOutput(java.lang.String sName)
          Returns an output of the set, identified by its name
 

Methods in es.unex.sextante.core with parameters of type Output
 void OutputObjectsSet.add(Output output)
          adds a new output to the set.
 java.lang.String OutputFactory.getTempFilename(Output out)
           
 boolean OutputObjectsSet.remove(Output out)
          Removes an output object from the set
 

Uses of Output in es.unex.sextante.outputs
 

Subclasses of Output in es.unex.sextante.outputs
 class OutputChart
          An output representing a chart
 class OutputRasterLayer
          An output representing a raster layer
 class OutputTable
          An output representing a table
 class OutputText
          An output representing a HTML-formatted text
 class OutputVectorLayer
          An output representing a vector layer
 

Methods in es.unex.sextante.outputs that return Output
 Output Output.getNewInstance()