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

Packages that use Output
es.unex.sextante.core   
es.unex.sextante.gui.grass   
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.gui.grass
 

Methods in es.unex.sextante.gui.grass with parameters of type Output
static void GrassUtils.writeColorTable(Output out)
           
 

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()
           
 Output OutputRasterLayer.getNewInstance()
           
 Output OutputVectorLayer.getNewInstance()
           
 

Methods in es.unex.sextante.outputs with parameters of type Output
 void Output.setObjectData(Output output)
          Sets the data objects (output channel, name, output object, etc) of this objects from another Output object
 void OutputRasterLayer.setObjectData(Output output)
           
 void OutputVectorLayer.setObjectData(Output output)