Uses of Class
de.aristaflow.adept2.model.graphical.Rectangle
Packages that use Rectangle
-
Uses of Rectangle in de.aristaflow.adept2.model.graphical
Methods in de.aristaflow.adept2.model.graphical that return RectangleModifier and TypeMethodDescriptionProcessImageData.getImageSize()Gets the size of the image in pixels.RenderOptions.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 RectangleModifier and TypeMethodDescriptionProcessImageData.getDataElementArea()Gets the areas in pixels where the data elements are located in the image.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 RectangleModifier and TypeMethodDescriptionGraphicalModelFactory.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 RectangleModifier and TypeMethodDescriptionGraphicalModelFactory.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 Rectangle in de.aristaflow.ilm.model.graphical
Methods in de.aristaflow.ilm.model.graphical that return RectangleMethods in de.aristaflow.ilm.model.graphical with parameters of type Rectangle