Uses of Interface
de.aristaflow.adept2.model.graphical.RenderOptions
-
-
Uses of RenderOptions in de.aristaflow.adept2.core.processimagerenderer
Methods in de.aristaflow.adept2.core.processimagerenderer with parameters of type RenderOptions Modifier and Type Method Description ProcessImageData
ProcessImageRenderer. getInstance(SessionToken session, UUID instanceID, RenderOptions options)
Gets the designated process instance from the process manager as rendered image.ProcessImageData
ProcessImageRenderer. getTemplate(SessionToken session, 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
SimpleProcessImageRenderer. renderInstance(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.ProcessImageData
SimpleProcessImageRenderer. renderTemplate(Template template, RenderOptions options)
Gets the designated process template as rendered image. -
Uses of RenderOptions in de.aristaflow.adept2.model.graphical
Methods in de.aristaflow.adept2.model.graphical that return RenderOptions Modifier and Type Method Description RenderOptions
GraphicalModelFactory. createRenderOptions(String type, boolean dataEdgesVisible, boolean dataElementsVisible, boolean systemDataEdgesVisible, boolean systemDataElementsVisible, boolean decisionDataEdgesVisible, boolean decisionDataElementsVisible, boolean dataFlowLaneVisible, boolean syncEdgesVisible, boolean hiddenNodesVisible, Map<String,String> advancedOptions)
Creates render options with the designated values for the complete and unscaled image.RenderOptions
GraphicalModelFactory. createRenderOptions(String type, int width, int height, boolean dataEdgesVisible, boolean dataElementsVisible, boolean systemDataEdgesVisible, boolean systemDataElementsVisible, boolean decisionDataEdgesVisible, boolean decisionDataElementsVisible, boolean dataFlowLaneVisible, boolean syncEdgesVisible, boolean hiddenNodesVisible, Map<String,String> advancedOptions)
Creates render options with the designated values for the complete image.RenderOptions
GraphicalModelFactory. createRenderOptions(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, Map<String,String> advancedOptions)
Creates render options with the designated values. -
Uses of RenderOptions in de.aristaflow.adept2.ui.processvisualisation
Constructors in de.aristaflow.adept2.ui.processvisualisation with parameters of type RenderOptions Constructor Description UISettings(RenderOptions options)
Creates new UI settings for rendering process templates and instances. -
Uses of RenderOptions in de.aristaflow.ilm.model.graphical
Methods in de.aristaflow.ilm.model.graphical that return RenderOptions Modifier and Type Method Description static RenderOptions
Transformation. fromIlm(GraphicalModelFactory gmf, RenderOptions ro)
Methods in de.aristaflow.ilm.model.graphical with parameters of type RenderOptions Modifier and Type Method Description static RenderOptions
Transformation. toIlm(RenderOptions ro)
-