|
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 | ||||||||||
Interface that specifies a width and height value. IBounds objects are used to define the chart dimensions during generation time.
| 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 |
| Method Detail |
public double getHeight()
public void setHeight(double height)
height - the height of the boundpublic double getWidth()
public void setWidth(double width)
width - 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 | ||||||||||