Class PageTemplate.BBox

All Implemented Interfaces:
Serializable
Enclosing class:
PageTemplate

public static class PageTemplate.BBox extends Comet3Entity
The type B box.
See Also:
  • Constructor Details

    • BBox

      public BBox()
      Instantiates a new B box.
    • BBox

      public BBox(CometPageTemplate.BBox bbox)
      Instantiates a new B box.
      Parameters:
      bbox - the bbox
  • Method Details

    • getLeft

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

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

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

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

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

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

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

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

      public boolean entityEquals(CometPageTemplate.BBox other)
      Entity equals boolean.
      Parameters:
      other - the other
      Returns:
      the boolean
    • toCometBBox

      public CometPageTemplate.BBox toCometBBox()
      To comet b box comet page template . b box.
      Returns:
      the comet page template . b box