public interface RenderOptions
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Generated ID for serialisation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
dataEdgesVisible()
Gets whether data edges of the process template should be rendered.
|
boolean |
dataElementsVisible()
Gets whether data elements of the process template should be rendered.
|
boolean |
dataFlowLaneVisible()
Gets whether the data flow lane (part displaying data elements and edges) is visible.
|
boolean |
decisionDataEdgesVisible()
Gets whether edges of decision data elements of the process template should
be rendered.
|
boolean |
decisionDataElementsVisible()
Gets whether decision data elements of the process template should be
rendered.
|
java.util.Map<java.lang.String,java.lang.String> |
getAdvancedOptions()
Gets advanced options for rendering the image.
|
int |
getHeight()
Gets the desired height for the returned image.
|
java.lang.String |
getType()
Gets the type of the image to create.
|
Rectangle |
getViewPort()
Gets the part of the rendered image that is to be returned.
|
int |
getWidth()
Gets the desired width for the returned image.
|
boolean |
hiddenNodesVisible()
Gets whether hidden nodes of the process template should be
rendered.
|
boolean |
syncEdgesVisible()
Gets whether synchronisation edges of the process template should be
rendered.
|
boolean |
systemDataEdgesVisible()
Gets whether system data edges of the process template should be rendered.
|
boolean |
systemDataElementsVisible()
Gets whether system data elements of the process template should be
rendered.
|
static final long serialVersionUID
java.lang.String getType()
ImageTypesint getWidth()
int getHeight()
Rectangle getViewPort()
null for retrieving the
complete rendered image.null for the complete image.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> getAdvancedOptions()