Uses of Interface
sk.uniba.euromath.gene.IExporter

Packages that use IExporter
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.controller The core of the GENE framework. 
sk.uniba.euromath.gene.rendereradapter Encapsulates all known renderers into the IExporter interface. 
 

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

Methods in sk.uniba.euromath.document.export that return IExporter
 IExporter ExporterFactoryImpl.produce(String id, ExportHelper helper)
           
 

Uses of IExporter in sk.uniba.euromath.gene
 

Classes in sk.uniba.euromath.gene that implement IExporter
 class XsltExporterBase
          Serves as the base class for XSLT exporters.
 

Fields in sk.uniba.euromath.gene declared as IExporter
 IExporter TransformationInfo.exporter
          Exporter that executes the transformation.
 

Methods in sk.uniba.euromath.gene that return IExporter
 IExporter ExporterInfo.newExporter(ExportHelper helper)
          Produces new instance of this exporter.
 IExporter IExporterFactory.produce(String id, ExportHelper helper)
          Produces an instance of exporter denoted by given ID.
 

Methods in sk.uniba.euromath.gene with parameters of type IExporter
 void ICoordinator.alterContext(IExporter exporter, ExportContext context, NamespacePath path)
           May be called anytime during the export process.
 

Constructors in sk.uniba.euromath.gene with parameters of type IExporter
TransformationInfo(IExporter exporter, SourceEnum sourceType, String sourceNamespaceURI, ResultEnum resultType, Map<String,TransformationInfo> targets)
          Contains information about single transformation.
 

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

Classes in sk.uniba.euromath.gene.builtin that implement IExporter
 class ImageToPngExporter
          Convert the Graphics object to an PNG file format.
 

Methods in sk.uniba.euromath.gene.builtin that return IExporter
 IExporter ImageExporterFactory.produce(String id, ExportHelper helper)
           
 

Methods in sk.uniba.euromath.gene.builtin with parameters of type IExporter
 void XHTMLCoordinator.alterContext(IExporter exporter, ExportContext context, NamespacePath path)
           
 void LaTeXCoordinator.alterContext(IExporter exporter, ExportContext context, NamespacePath path)
           
 

Uses of IExporter in sk.uniba.euromath.gene.controller
 

Constructors in sk.uniba.euromath.gene.controller with parameters of type IExporter
ExporterThread(ThreadGroup group, IExporter exporter, Source source, StreamResult result, ExportContext context, sk.uniba.euromath.tools.ExceptionRegistry registry, ICoordinator coordinator, NamespacePath path)
          Constructs new thread instance.
 

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

Classes in sk.uniba.euromath.gene.rendereradapter that implement IExporter
 class ExporterAdapter
          Wraps an IRenderer instance as an exporter instance.
 

Methods in sk.uniba.euromath.gene.rendereradapter that return IExporter
 IExporter RendererAdapterFactory.produce(String id, ExportHelper helper)
           
 



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