Uses of Class
de.aristaflow.adept2.model.graphical.Rectangle
-
Packages that use Rectangle Package Description de.aristaflow.adept2.model.graphical de.aristaflow.ilm.model.graphical -
-
Uses of Rectangle in de.aristaflow.adept2.model.graphical
Methods in de.aristaflow.adept2.model.graphical that return Rectangle Modifier and Type Method Description RectangleProcessImageData. getImageSize()Gets the size of the image in pixels.RectangleRenderOptions. getViewPort()Gets the part of the rendered image that is to be returned.Methods in de.aristaflow.adept2.model.graphical that return types with arguments of type Rectangle Modifier and Type Method Description Map<Integer,Rectangle>ProcessImageData. getDataElementArea()Gets the areas in pixels where the data elements are located in the image.Map<Integer,Rectangle>ProcessImageData. getNodeArea()Gets the areas in pixels where the nodes are located in the image.Methods in de.aristaflow.adept2.model.graphical with parameters of type Rectangle Modifier and Type Method Description 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.Method parameters in de.aristaflow.adept2.model.graphical with type arguments of type Rectangle Modifier and Type Method Description ProcessImageDataGraphicalModelFactory. 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.ProcessImageDataGraphicalModelFactory. 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 Rectangle in de.aristaflow.ilm.model.graphical
Methods in de.aristaflow.ilm.model.graphical that return Rectangle Modifier and Type Method Description static RectangleTransformation. fromIlm(Rectangle r)Methods in de.aristaflow.ilm.model.graphical with parameters of type Rectangle Modifier and Type Method Description static RectangleTransformation. toIlm(Rectangle r)
-