|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IExporterFactory | |
---|---|
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.rendereradapter | Encapsulates all known renderers into the IExporter interface. |
Uses of IExporterFactory in sk.uniba.euromath.document.export |
---|
Classes in sk.uniba.euromath.document.export that implement IExporterFactory | |
---|---|
class |
ExporterFactoryImpl
Produces default exporters. |
Uses of IExporterFactory in sk.uniba.euromath.gene |
---|
Fields in sk.uniba.euromath.gene declared as IExporterFactory | |
---|---|
IExporterFactory |
ExporterInfo.factory
The factory that is able to produce this exporter. |
Constructors in sk.uniba.euromath.gene with parameters of type IExporterFactory | |
---|---|
ExporterInfo(String id,
String displayableName,
EnumSet<SourceEnum> sourceTypes,
String sourceNamespaceURI,
EnumSet<ResultEnum> resultTypes,
Set<String> targets,
int priority,
IExporterFactory factory)
Contains information about single exporter. |
Uses of IExporterFactory in sk.uniba.euromath.gene.builtin |
---|
Classes in sk.uniba.euromath.gene.builtin that implement IExporterFactory | |
---|---|
class |
ImageExporterFactory
Factory that produces image exporters. |
Uses of IExporterFactory in sk.uniba.euromath.gene.rendereradapter |
---|
Classes in sk.uniba.euromath.gene.rendereradapter that implement IExporterFactory | |
---|---|
class |
RendererAdapterFactory
Provides instances of adapters that wraps known renderers as exporters. |
Methods in sk.uniba.euromath.gene.rendereradapter with parameters of type IExporterFactory | |
---|---|
static ExporterInfo |
ExporterAdapter.asExporterInfo(RendererInfo info,
IExporterFactory factory)
Converts renderer info instance to the exporter info. |
Constructors in sk.uniba.euromath.gene.rendereradapter with parameters of type IExporterFactory | |
---|---|
ExporterAdapter(IRenderer renderer,
RendererInfo info,
IExporterFactory factory)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |