Uses of Interface
de.aristaflow.adept2.model.graphical.ProcessImageData
Packages that use ProcessImageData
Package
Description
-
Uses of ProcessImageData in de.aristaflow.adept2.core.processimagerenderer
Methods in de.aristaflow.adept2.core.processimagerenderer that return ProcessImageDataModifier 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 ProcessImageData in de.aristaflow.adept2.model.graphical
Methods in de.aristaflow.adept2.model.graphical that return ProcessImageDataModifier and TypeMethodDescriptionGraphicalModelFactory.createProcessImageData(String type, byte[] image, int width, int height) Creates image data for the designated image having the designated values without node and data element areas and no user attributes and no plugin data.GraphicalModelFactory.createProcessImageData(String type, byte[] image, int width, int height, Map<Integer, Rectangle> nodeArea, Map<Integer, Rectangle> dataElementArea) Creates image data for the designated image having the designated values and no user attributes and no plugin data.GraphicalModelFactory.createProcessImageData(String type, byte[] image, int width, int height, Map<Integer, Rectangle> nodeArea, Map<Integer, Rectangle> dataElementArea, Map<String, Set<String>> supportedPlugins, Map<String, PluginData> pluginData, Map<String, String> userAttributes) Creates image data for the designated image having the designated values. -
Uses of ProcessImageData in de.aristaflow.ilm.model.graphical
Methods in de.aristaflow.ilm.model.graphical that return ProcessImageDataModifier and TypeMethodDescriptionstatic ProcessImageDataTransformation.fromIlm(GraphicalModelFactory gmf, ProcessImageData ipid) Methods in de.aristaflow.ilm.model.graphical with parameters of type ProcessImageDataModifier and TypeMethodDescriptionstatic ProcessImageDataTransformation.toIlm(ProcessImageData pid)