|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArea
Represents a contract defining an area.
| Method Summary | |
|---|---|
float |
getHeight()
Gets the height of the area. |
float |
getWidth()
Gets the width of the area. |
void |
setHeight(float height)
Sets the height of the area. |
void |
setWidth(float width)
Sets the width of the area. |
| Methods inherited from interface com.cete.dynamicpdf.pageelements.ICoordinate |
|---|
getX, getY, setX, setY |
| Method Detail |
|---|
void setWidth(float width)
width - the float width of the area.float getWidth()
void setHeight(float height)
height - the float height of the area.float getHeight()
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||