Class ElementView

java.lang.Object
com.structurizr.view.ElementView

public final class ElementView extends Object
Represents an instance of an Element in a View.
  • Method Details

    • getElement

      public Element getElement()
    • getId

      public String getId()
      Gets the ID of the Element.
      Returns:
      the ID of the Element, as a String
    • getX

      public int getX()
      Gets the horizontal position of the element when rendered.
      Returns:
      the X coordinate, as an int
    • setX

      public void setX(int x)
    • getY

      public int getY()
      Gets the vertical position of the element when rendered.
      Returns:
      the Y coordinate, as an int
    • setY

      public void setY(int y)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object