| Package | Description |
|---|---|
| de.aristaflow.adept2.model.graphical |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
ProcessImageData.getImageSize()
Gets the size of the image in pixels.
|
Rectangle |
RenderOptions.getViewPort()
Gets the part of the rendered image that is to be returned.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Integer,Rectangle> |
ProcessImageData.getDataElementArea()
Gets the areas in pixels where the data elements are located in the image.
|
java.util.Map<java.lang.Integer,Rectangle> |
ProcessImageData.getNodeArea()
Gets the areas in pixels where the nodes are located in the image.
|
| Modifier and Type | Method and Description |
|---|---|
RenderOptions |
GraphicalModelFactory.createRenderOptions(java.lang.String type,
int width,
int height,
Rectangle viewPort,
boolean dataEdgesVisible,
boolean dataElementsVisible,
boolean systemDataEdgesVisible,
boolean systemDataElementsVisible,
boolean decisionDataEdgesVisible,
boolean decisionDataElementsVisible,
boolean dataFlowLaneVisible,
boolean syncEdgesVisible,
boolean hiddenNodesVisible,
java.util.Map<java.lang.String,java.lang.String> advancedOptions)
Creates render options with the designated values.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessImageData |
GraphicalModelFactory.createProcessImageData(java.lang.String type,
byte[] image,
int width,
int height,
java.util.Map<java.lang.Integer,Rectangle> nodeArea,
java.util.Map<java.lang.Integer,Rectangle> dataElementArea)
Creates image data for the designated image having the designated values
and no user attributes and no plugin data.
|
ProcessImageData |
GraphicalModelFactory.createProcessImageData(java.lang.String type,
byte[] image,
int width,
int height,
java.util.Map<java.lang.Integer,Rectangle> nodeArea,
java.util.Map<java.lang.Integer,Rectangle> dataElementArea)
Creates image data for the designated image having the designated values
and no user attributes and no plugin data.
|
ProcessImageData |
GraphicalModelFactory.createProcessImageData(java.lang.String type,
byte[] image,
int width,
int height,
java.util.Map<java.lang.Integer,Rectangle> nodeArea,
java.util.Map<java.lang.Integer,Rectangle> dataElementArea,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> supportedPlugins,
java.util.Map<java.lang.String,PluginData> pluginData,
java.util.Map<java.lang.String,java.lang.String> userAttributes)
Creates image data for the designated image having the designated values.
|
ProcessImageData |
GraphicalModelFactory.createProcessImageData(java.lang.String type,
byte[] image,
int width,
int height,
java.util.Map<java.lang.Integer,Rectangle> nodeArea,
java.util.Map<java.lang.Integer,Rectangle> dataElementArea,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> supportedPlugins,
java.util.Map<java.lang.String,PluginData> pluginData,
java.util.Map<java.lang.String,java.lang.String> userAttributes)
Creates image data for the designated image having the designated values.
|