DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Interface IArea

All Superinterfaces:
ICoordinate
All Known Implementing Classes:
AreaGroup, FormattedTextArea, HtmlTextArea, Image, ImportedPageArea, Label, Link, List, Note, PageNumberingLabel, Rectangle, Table, TextArea, TransformationGroup

public interface IArea
extends ICoordinate

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

setWidth

public void setWidth(float width)
Sets the width of the area.

Parameters:
width - the float width of the area.

getWidth

public float getWidth()
Gets the width of the area.

Returns:
the float width of the area.

setHeight

public void setHeight(float height)
Sets the height of the area.

Parameters:
height - the float height of the area.

getHeight

public float getHeight()
Gets the height of the area.

Returns:
the float height of the area.

DynamicPDF by ceTe Software

API Reference for DynamicPDFTM v4.0.1 for Java generated on October 06, 2006
© Copyright 2006, ceTe Software