Uses of Interface
org.palo.api.ExportContext

Packages that use ExportContext
org.palo.api   
 

Uses of ExportContext in org.palo.api
 

Methods in org.palo.api that return ExportContext
 ExportContext Cube.getExportContext()
          Returns the default IExportContext which effects all cube elements.
 ExportContext Cube.getExportContext(Element[][] area)
          Returns an IExportContext which effects only the cube elements which are specified by the given area paramter
 

Methods in org.palo.api with parameters of type ExportContext
 ExportDataset Cube.getDataExport(ExportContext context)
          Exports the dataset using given ExportContext.