|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.type.BoundingBox
public class BoundingBox
Container for a BoundingBox.
| Constructor Summary | |
|---|---|
BoundingBox(Dimen lx,
Dimen ly,
Dimen rx,
Dimen ry)
Create a new object. |
|
| Method Summary | |
|---|---|
Dimen |
getLlx()
Returns the llx. |
Dimen |
getLly()
Returns the lly. |
Dimen |
getUrx()
Returns the urx. |
Dimen |
getUry()
Returns the ury. |
void |
setLlx(Dimen lx)
|
void |
setLly(Dimen ly)
|
void |
setUrx(Dimen rx)
|
void |
setUry(Dimen ry)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoundingBox(Dimen lx,
Dimen ly,
Dimen rx,
Dimen ry)
lx - the llxly - the llyrx - the urxry - the ury| Method Detail |
|---|
public Dimen getLlx()
public void setLlx(Dimen lx)
lx - The llx to set.public Dimen getLly()
public void setLly(Dimen ly)
ly - The lly to set.public Dimen getUrx()
public void setUrx(Dimen rx)
rx - The urx to set.public Dimen getUry()
public void setUry(Dimen ry)
ry - The ury to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||