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 FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic 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 © 2016. All rights reserved.