Uses of Class
de.aristaflow.ilm.model.graphical.Rectangle
-
Packages that use Rectangle Package Description de.aristaflow.ilm.model.graphical -
-
Uses of Rectangle in de.aristaflow.ilm.model.graphical
Fields in de.aristaflow.ilm.model.graphical declared as Rectangle Modifier and Type Field Description @NotNull @Valid Rectangle
ProcessImageData. imageSize
@Valid Rectangle
RenderOptions. viewPort
Fields in de.aristaflow.ilm.model.graphical with type parameters of type Rectangle Modifier and Type Field Description Map<@NotNull Integer,@Valid Rectangle>
ProcessImageData. dataElementArea
Map<@NotNull Integer,@Valid Rectangle>
ProcessImageData. nodeArea
Methods in de.aristaflow.ilm.model.graphical that return Rectangle Modifier and Type Method Description static Rectangle
Transformation. toIlm(Rectangle r)
Methods in de.aristaflow.ilm.model.graphical with parameters of type Rectangle Modifier and Type Method Description static Rectangle
Transformation. fromIlm(Rectangle r)
-