Class CometPageTemplate.BBox

java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.entity.CometEntity
com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplate.BBox
All Implemented Interfaces:
Serializable
Enclosing class:
CometPageTemplate

@CometTypeConstraints(calculateIds=false) public static class CometPageTemplate.BBox extends CometEntity
The Class BBox.
See Also:
  • Constructor Details

    • BBox

      public BBox()
      Instantiates a new b box.
  • Method Details

    • getBottom

      public Double getBottom()
      Gets the bottom.
      Returns:
      the bottom
    • getLeft

      public Double getLeft()
      Gets the left.
      Returns:
      the left
    • getRight

      public Double getRight()
      Gets the right.
      Returns:
      the right
    • getTop

      public Double getTop()
      Gets the top.
      Returns:
      the top
    • setBottom

      public void setBottom(Double bottom)
      Sets the bottom.
      Parameters:
      bottom - the new bottom
    • setLeft

      public void setLeft(Double left)
      Sets the left.
      Parameters:
      left - the new left
    • setRight

      public void setRight(Double right)
      Sets the right.
      Parameters:
      right - the new right
    • setTop

      public void setTop(Double top)
      Sets the top.
      Parameters:
      top - the new top