Uses of Interface
de.aristaflow.adept2.model.graphical.RenderOptions
Packages that use RenderOptions
Package
Description
-
Uses of RenderOptions in de.aristaflow.adept2.core.processimagerenderer
Methods in de.aristaflow.adept2.core.processimagerenderer with parameters of type RenderOptionsModifier and TypeMethodDescriptionProcessImageRenderer.getInstance(SessionToken session, UUID instanceID, RenderOptions options) Gets the designated process instance from the process manager as rendered image.ProcessImageRenderer.getTemplate(SessionToken session, UUID templateID, RenderOptions options) Gets the designated process template from the process manager as rendered image.ProcessImageRenderer.renderInstance(SessionToken session, Instance instance, RenderOptions options) Gets the designated process instance as rendered image.SimpleProcessImageRenderer.renderInstance(Instance instance, RenderOptions options) Gets the designated process instance as rendered image.ProcessImageRenderer.renderTemplate(SessionToken session, Template template, RenderOptions options) Gets the designated process template as rendered image.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 RenderOptionsModifier and TypeMethodDescriptionGraphicalModelFactory.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.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.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 RenderOptionsModifierConstructorDescriptionUISettings(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 RenderOptionsModifier and TypeMethodDescriptionstatic RenderOptionsTransformation.fromIlm(GraphicalModelFactory gmf, RenderOptions ro) Methods in de.aristaflow.ilm.model.graphical with parameters of type RenderOptions