Class AbstractImageExporter<T>
- java.lang.Object
-
- org.neotropic.kuwaiba.core.apis.integration.modules.views.AbstractImageExporter<T>
-
- Type Parameters:
T
- The type of data source that will be used to be exported
- Direct Known Subclasses:
MxGraphJpgExporter
public abstract class AbstractImageExporter<T> extends Object
Defines the methods for exporting views as image in different formats.- Author:
- Orlando Paz <orlando.paz@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description AbstractImageExporter()
-
-
-
Method Detail
-
export
public abstract byte[] export(T data)
-
-