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 ProcessImageDataProcessImageRenderer. getInstance(SessionToken session, UUID instanceID, RenderOptions options)Gets the designated process instance from the process manager as rendered image.ProcessImageDataProcessImageRenderer. getTemplate(SessionToken session, UUID templateID, RenderOptions options)Gets the designated process template from the process manager as rendered image.ProcessImageDataProcessImageRenderer. renderInstance(SessionToken session, Instance instance, RenderOptions options)Gets the designated process instance as rendered image.ProcessImageDataSimpleProcessImageRenderer. renderInstance(Instance instance, RenderOptions options)Gets the designated process instance as rendered image.ProcessImageDataProcessImageRenderer. renderTemplate(SessionToken session, Template template, RenderOptions options)Gets the designated process template as rendered image.ProcessImageDataSimpleProcessImageRenderer. 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 RenderOptionsGraphicalModelFactory. 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.RenderOptionsGraphicalModelFactory. 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.RenderOptionsGraphicalModelFactory. 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 RenderOptionsTransformation. fromIlm(GraphicalModelFactory gmf, RenderOptions ro)Methods in de.aristaflow.ilm.model.graphical with parameters of type RenderOptions Modifier and Type Method Description static RenderOptionsTransformation. toIlm(RenderOptions ro)
-