public class ProcessEdgeUtils extends ProcessObjectUtils
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EDGE_SHAPE_URI |
Constructor and Description |
---|
ProcessEdgeUtils(ProcessEdge edge) |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
addMetaXMLElement(org.w3c.dom.Document doc,
org.w3c.dom.Element parent,
java.lang.String prefix) |
void |
addPointsXML(org.w3c.dom.Document doc,
org.w3c.dom.Element parent) |
java.awt.image.BufferedImage |
getLabelPNGGraphics() |
JSONObject |
getMetaJSON(java.lang.String prefix) |
org.w3c.dom.Document |
getMetaXMLDocument(java.lang.String prefix) |
JSONArray |
getPointsJSON() |
applyPropertyChange, serialize
public static final java.lang.String EDGE_SHAPE_URI
public ProcessEdgeUtils(ProcessEdge edge)
public org.w3c.dom.Document getMetaXMLDocument(java.lang.String prefix)
public JSONArray getPointsJSON() throws JSONException
JSONException
public void addPointsXML(org.w3c.dom.Document doc, org.w3c.dom.Element parent)
public java.awt.image.BufferedImage getLabelPNGGraphics()
public org.w3c.dom.Element addMetaXMLElement(org.w3c.dom.Document doc, org.w3c.dom.Element parent, java.lang.String prefix)
public JSONObject getMetaJSON(java.lang.String prefix) throws JSONException
JSONException