|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExportContext | |
---|---|
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 ExportContext in sk.uniba.euromath.gene |
---|
Methods in sk.uniba.euromath.gene with parameters of type ExportContext | |
---|---|
void |
ICoordinator.alterContext(IExporter exporter,
ExportContext context,
NamespacePath path)
May be called anytime during the export process. |
void |
ExportContext.assignFrom(ExportContext other)
Assigns all data from given context. |
void |
IExporter.export(Source source,
Result result,
ExportContext context)
Exports (transforms) the document from a single namespace and writes it to the result. |
void |
XsltExporterBase.export(Source source,
Result result,
ExportContext context)
|
protected static void |
XsltExporterBase.fillParameters(Transformer transformer,
ExportContext context)
Fills the transformer with all neccesary parameters. |
Constructors in sk.uniba.euromath.gene with parameters of type ExportContext | |
---|---|
ExportContext(ExportContext other)
Copy-constructor. |
Uses of ExportContext in sk.uniba.euromath.gene.builtin |
---|
Methods in sk.uniba.euromath.gene.builtin with parameters of type ExportContext | |
---|---|
void |
XHTMLCoordinator.alterContext(IExporter exporter,
ExportContext context,
NamespacePath path)
|
void |
LaTeXCoordinator.alterContext(IExporter exporter,
ExportContext context,
NamespacePath path)
|
void |
ImageToPngExporter.export(Source source,
Result result,
ExportContext context)
|
Uses of ExportContext in sk.uniba.euromath.gene.controller |
---|
Constructors in sk.uniba.euromath.gene.controller with parameters of type ExportContext | |
---|---|
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 ExportContext in sk.uniba.euromath.gene.rendereradapter |
---|
Methods in sk.uniba.euromath.gene.rendereradapter with parameters of type ExportContext | |
---|---|
void |
ExporterAdapter.export(Source source,
Result result,
ExportContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |