|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.core.provisional.BoundsImpl
Concrete class of the IBounds interface.
IBounds| Field Summary | |
|---|---|
protected double |
height
|
protected double |
width
|
| Constructor Summary | |
|---|---|
BoundsImpl()
|
|
| Method Summary | |
|---|---|
double |
getHeight()
Returns the height of the bound. |
double |
getWidth()
Returns the width of the bound. |
void |
setHeight(double height)
Sets the height of the bound |
void |
setWidth(double width)
Sets the width of the bound |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected double width
protected double height
| Constructor Detail |
public BoundsImpl()
| Method Detail |
public double getHeight()
IBounds
getHeight in interface IBoundspublic void setHeight(double height)
IBounds
setHeight in interface IBoundsheight - the height of the boundpublic double getWidth()
IBounds
getWidth in interface IBoundspublic void setWidth(double width)
IBounds
setWidth in interface IBoundswidth - the width of the bound
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||