Java API for embedding Dia-based diagrams in web pages in a Servlet environment.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://aoindustries.com/contact
public final class DiaImpl extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
DIMENSION_SEPARATOR |
static char |
EMPTY_SIZE |
static String |
PNG_EXTENSION |
static char |
SIZE_SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
static DiaExport |
exportDiagram(com.semanticcms.core.model.PageRef pageRef,
Integer width,
Integer height,
File tmpDir) |
static void |
writeDiaImpl(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Appendable out,
com.semanticcms.dia.model.Dia dia) |
public static final char SIZE_SEPARATOR
public static final char EMPTY_SIZE
public static final char DIMENSION_SEPARATOR
public static final String PNG_EXTENSION
public static DiaExport exportDiagram(com.semanticcms.core.model.PageRef pageRef, Integer width, Integer height, File tmpDir) throws InterruptedException, FileNotFoundException, IOException
public static void writeDiaImpl(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Appendable out,
com.semanticcms.dia.model.Dia dia)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionCopyright © 2013–2016 AO Industries, Inc.. All rights reserved.