| Package | Description |
|---|---|
| de.aristaflow.adept2.core.processimagerenderer | |
| de.aristaflow.adept2.model.graphical |
| Modifier and Type | Method and Description |
|---|---|
ProcessImageData |
ProcessImageRenderer.getInstance(SessionToken session,
java.util.UUID instanceID,
RenderOptions options)
Gets the designated process instance from the process manager as rendered
image.
|
ProcessImageData |
ProcessImageRenderer.getTemplate(SessionToken session,
java.util.UUID templateID,
RenderOptions options)
Gets the designated process template from the process manager as rendered
image.
|
ProcessImageData |
ProcessImageRenderer.renderInstance(SessionToken session,
Instance instance,
RenderOptions options)
Gets the designated process instance as rendered image.
|
ProcessImageData |
ProcessImageRenderer.renderTemplate(SessionToken session,
Template template,
RenderOptions options)
Gets the designated process template as rendered image.
|
| Modifier and Type | Method and Description |
|---|---|
RenderOptions |
GraphicalModelFactory.createRenderOptions(java.lang.String type,
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 for the complete and unscaled image.
|
RenderOptions |
GraphicalModelFactory.createRenderOptions(java.lang.String type,
int width,
int height,
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 for the complete image.
|
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.
|