public class PageTemplateBbox
extends Object
-
Constructor Summary
Constructors
-
Method Summary
bottom coordinate of the bbox
int
left coordinate of the bbox
right coordinate of the bbox
top coordinate of the bbox
void
void
void
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PageTemplateBbox
public PageTemplateBbox()
-
Method Details
-
getLeft
left coordinate of the bbox
-
setLeft
public void setLeft(Double left)
-
getTop
top coordinate of the bbox
-
setTop
public void setTop(Double top)
-
getRight
right coordinate of the bbox
-
setRight
public void setRight(Double right)
-
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)