Uses of Interface
de.aristaflow.adept2.model.graphical.ProcessImageData
-
Packages that use ProcessImageData Package Description de.aristaflow.adept2.core.processimagerenderer de.aristaflow.adept2.model.graphical de.aristaflow.ilm.model.graphical -
-
Uses of ProcessImageData in de.aristaflow.adept2.core.processimagerenderer
Methods in de.aristaflow.adept2.core.processimagerenderer that return ProcessImageData 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 ProcessImageData in de.aristaflow.adept2.model.graphical
Methods in de.aristaflow.adept2.model.graphical that return ProcessImageData Modifier and Type Method Description ProcessImageData
GraphicalModelFactory. 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.ProcessImageData
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.ProcessImageData
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 ProcessImageData Modifier and Type Method Description static ProcessImageData
Transformation. fromIlm(GraphicalModelFactory gmf, ProcessImageData ipid)
Methods in de.aristaflow.ilm.model.graphical with parameters of type ProcessImageData Modifier and Type Method Description static ProcessImageData
Transformation. toIlm(ProcessImageData pid)
-