Uses of Class
sk.uniba.euromath.gene.ExporterInfo

Packages that use ExporterInfo
sk.uniba.euromath.document.export Factory that produces GENE Exporters from all XSLT transformations registered in the emConfig.xml file. 
sk.uniba.euromath.gene Provides GENE (Graph Export Engine) export functionality. 
sk.uniba.euromath.gene.builtin Built-in exporters and coordinators. 
sk.uniba.euromath.gene.exportgraph Classes that allows you to build export graphs. 
sk.uniba.euromath.gene.rendereradapter Encapsulates all known renderers into the IExporter interface. 
 

Uses of ExporterInfo in sk.uniba.euromath.document.export
 

Methods in sk.uniba.euromath.document.export that return types with arguments of type ExporterInfo
 Map<String,ExporterInfo> ExporterFactoryImpl.getSupportedExporters()
           
 

Uses of ExporterInfo in sk.uniba.euromath.gene
 

Fields in sk.uniba.euromath.gene declared as ExporterInfo
protected  ExporterInfo XsltExporterBase.info
          Info object.
 

Methods in sk.uniba.euromath.gene that return ExporterInfo
 ExporterInfo IExporter.getInfo()
          Returns information about the exporter.
 ExporterInfo XsltExporterBase.getInfo()
           
 

Methods in sk.uniba.euromath.gene that return types with arguments of type ExporterInfo
 List<ExporterInfo> InstanceProvider.getExportersForNamespace(String namespace)
          Returns all registered exporters that are able to process given namespace.
 List<ExporterInfo> InstanceProvider.getExportersForNamespace(String namespace, EnumSet<ResultEnum> resultTypes)
          Returns all registered exporters that are able to process given namespace with given source type.
 Map<String,ExporterInfo> IExporterFactory.getSupportedExporters()
          Returns map that maps ID of an exporter to the information about that exporter.
 

Methods in sk.uniba.euromath.gene with parameters of type ExporterInfo
static XsltExporterBase XsltExporterBase.newFromConfig(ExportHelper helper, sk.uniba.euromath.config.bind.StylesheetType xslt, ExporterInfo info)
          Constructs exporter from given config item.
static XsltExporterBase XsltExporterBase.newIdentity(ExportHelper helper, ExporterInfo info)
          Constructs identity exporter.
 

Constructors in sk.uniba.euromath.gene with parameters of type ExporterInfo
XsltExporterBase(ExportHelper helper, String xsltUri, ExporterInfo info)
          The constructor.
XsltExporterBase(ExportHelper helper, Transformer transformer, ExporterInfo info)
          The constructor.
 

Uses of ExporterInfo in sk.uniba.euromath.gene.builtin
 

Methods in sk.uniba.euromath.gene.builtin that return ExporterInfo
 ExporterInfo ImageToPngExporter.getInfo()
           
 

Methods in sk.uniba.euromath.gene.builtin that return types with arguments of type ExporterInfo
 Map<String,ExporterInfo> ImageExporterFactory.getSupportedExporters()
           
 

Constructors in sk.uniba.euromath.gene.builtin with parameters of type ExporterInfo
ImageToPngExporter(ExporterInfo info)
          Constructor.
 

Uses of ExporterInfo in sk.uniba.euromath.gene.exportgraph
 

Fields in sk.uniba.euromath.gene.exportgraph declared as ExporterInfo
 ExporterInfo GraphNode.info
          Exporter that this node represents.
 

Fields in sk.uniba.euromath.gene.exportgraph with type parameters of type ExporterInfo
 Set<ExporterInfo> ExportGraphBuilder.preferred
          Sets priority of this exporter to 200, regardless of previous priority.
 

Methods in sk.uniba.euromath.gene.exportgraph with parameters of type ExporterInfo
static GraphNode GraphNode.newExporterNode(ExporterInfo info)
          Returns node that represents an exporter.
 

Constructor parameters in sk.uniba.euromath.gene.exportgraph with type arguments of type ExporterInfo
NewNodeGraphBuilder(Set<String> forbidden, Set<ExporterInfo> preferred, String sourceNamespace, EnumSet<ResultEnum> provides, INamespaceAcceptor requires)
          Constructs instance of the graph builder.
 

Uses of ExporterInfo in sk.uniba.euromath.gene.rendereradapter
 

Methods in sk.uniba.euromath.gene.rendereradapter that return ExporterInfo
static ExporterInfo ExporterAdapter.asExporterInfo(RendererInfo info, IExporterFactory factory)
          Converts renderer info instance to the exporter info.
 ExporterInfo ExporterAdapter.getInfo()
           
 

Methods in sk.uniba.euromath.gene.rendereradapter that return types with arguments of type ExporterInfo
 Map<String,ExporterInfo> RendererAdapterFactory.getSupportedExporters()
           
 



Copyright 2003-2003-2006 null. All Rights Reserved.