Class EdgesImpl

java.lang.Object
com.priint.pubserver.metadata.xml.note.EdgesImpl
All Implemented Interfaces:
Edges, Serializable

public class EdgesImpl extends Object implements Serializable, Edges
The type Edges.
See Also:
  • Constructor Details

    • EdgesImpl

      public EdgesImpl()
  • Method Details

    • getAll

      public Edge getAll()
      Description copied from interface: Edges
      Gets the all.
      Specified by:
      getAll in interface Edges
      Returns:
      the all
      See Also:
    • setAll

      public void setAll(Edge all)
      Description copied from interface: Edges
      Sets the all.
      Specified by:
      setAll in interface Edges
      Parameters:
      all - the new all
      See Also:
    • getLeftTop

      public Edge getLeftTop()
      Description copied from interface: Edges
      Gets the left top.
      Specified by:
      getLeftTop in interface Edges
      Returns:
      the left top
      See Also:
    • setLeftTop

      public void setLeftTop(Edge leftTop)
      Description copied from interface: Edges
      Sets the left top.
      Specified by:
      setLeftTop in interface Edges
      Parameters:
      leftTop - the new left top
      See Also:
    • getRightTop

      public Edge getRightTop()
      Description copied from interface: Edges
      Gets the right top.
      Specified by:
      getRightTop in interface Edges
      Returns:
      the right top
      See Also:
    • setRightTop

      public void setRightTop(Edge rightTop)
      Description copied from interface: Edges
      Sets the right top.
      Specified by:
      setRightTop in interface Edges
      Parameters:
      rightTop - the new right top
      See Also:
    • getLeftBottom

      public Edge getLeftBottom()
      Description copied from interface: Edges
      Gets the left bottom.
      Specified by:
      getLeftBottom in interface Edges
      Returns:
      the left bottom
      See Also:
    • setLeftBottom

      public void setLeftBottom(Edge leftBottom)
      Description copied from interface: Edges
      Sets the left bottom.
      Specified by:
      setLeftBottom in interface Edges
      Parameters:
      leftBottom - the new left bottom
      See Also:
    • getRightBottom

      public Edge getRightBottom()
      Description copied from interface: Edges
      Gets the right bottom.
      Specified by:
      getRightBottom in interface Edges
      Returns:
      the right bottom
      See Also:
    • setRightBottom

      public void setRightBottom(Edge rightBottom)
      Description copied from interface: Edges
      Sets the right bottom.
      Specified by:
      setRightBottom in interface Edges
      Parameters:
      rightBottom - the new right bottom
      See Also: