Class CometPageTemplate.BBox

    • Constructor Detail

      • BBox

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

      • getBottom

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

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

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

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

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

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

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

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