Class MxGraphJpgExporter
- java.lang.Object
 - 
- org.neotropic.kuwaiba.core.apis.integration.modules.views.AbstractImageExporter<com.neotropic.flow.component.mxgraph.MxGraph>
 - 
- org.neotropic.util.visual.mxgraph.exporters.MxGraphJpgExporter
 
 
 
- 
public class MxGraphJpgExporter extends AbstractImageExporter<com.neotropic.flow.component.mxgraph.MxGraph>
Implements the logic to export a formatted byte array of the given graph.- Author:
 - Orlando Paz <orlando.paz@kuwaiba.org>
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MxGraphJpgExporter(LoggingService log) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]export(com.neotropic.flow.component.mxgraph.MxGraph data) 
 - 
 
- 
- 
Constructor Detail
- 
MxGraphJpgExporter
public MxGraphJpgExporter(LoggingService log)
 
 - 
 
- 
Method Detail
- 
export
public byte[] export(com.neotropic.flow.component.mxgraph.MxGraph data)
- Specified by:
 exportin classAbstractImageExporter<com.neotropic.flow.component.mxgraph.MxGraph>
 
 - 
 
 -