DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Interface IArea

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

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

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

Parameters:
width - the float width of the area.

getWidth

float getWidth()
Gets the width of the area.

Returns:
the float width of the area.

setHeight

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

Parameters:
height - the float height of the area.

getHeight

float getHeight()
Gets the height of the area.

Returns:
the float height of the area.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software