Class PageTemplateBbox

java.lang.Object
com.priint.pubserverapi.pagetemplate.PageTemplateBbox

public class PageTemplateBbox extends Object
  • Constructor Details

    • PageTemplateBbox

      public PageTemplateBbox()
  • Method Details

    • getLeft

      public Double getLeft()
      left coordinate of the bbox
    • setLeft

      public void setLeft(Double left)
    • getTop

      public Double getTop()
      top coordinate of the bbox
    • setTop

      public void setTop(Double top)
    • getRight

      public Double getRight()
      right coordinate of the bbox
    • setRight

      public void setRight(Double right)
    • getBottom

      public Double getBottom()
      bottom coordinate of the bbox
    • setBottom

      public void setBottom(Double bottom)
    • getId

      public int getId()
      ID of the bbox
    • setId

      public void setId(int id)