Interface Edges

All Superinterfaces:
Serializable
All Known Implementing Classes:
EdgesImpl

public interface Edges extends Serializable
The Interface Edges.
  • Method Details

    • getAll

      Edge getAll()
      Gets the all.
      Returns:
      the all
      See Also:
    • setAll

      void setAll(Edge all)
      Sets the all.
      Parameters:
      all - the new all
      See Also:
    • getLeftTop

      Edge getLeftTop()
      Gets the left top.
      Returns:
      the left top
      See Also:
    • setLeftTop

      void setLeftTop(Edge leftTop)
      Sets the left top.
      Parameters:
      leftTop - the new left top
      See Also:
    • getRightTop

      Edge getRightTop()
      Gets the right top.
      Returns:
      the right top
      See Also:
    • setRightTop

      void setRightTop(Edge rightTop)
      Sets the right top.
      Parameters:
      rightTop - the new right top
      See Also:
    • getLeftBottom

      Edge getLeftBottom()
      Gets the left bottom.
      Returns:
      the left bottom
      See Also:
    • setLeftBottom

      void setLeftBottom(Edge leftBottom)
      Sets the left bottom.
      Parameters:
      leftBottom - the new left bottom
      See Also:
    • getRightBottom

      Edge getRightBottom()
      Gets the right bottom.
      Returns:
      the right bottom
      See Also:
    • setRightBottom

      void setRightBottom(Edge rightBottom)
      Sets the right bottom.
      Parameters:
      rightBottom - the new right bottom
      See Also: