|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.PageElement com.cete.dynamicpdf.pageelements.Group com.cete.dynamicpdf.pageelements.AreaGroup
public class AreaGroup
This class can be used to collect many page elements together and add them to the page all at once. Every page element that you add to the group will be added to the page when the group is added to the page.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
AreaGroup(float width,
float height)
Initializes a new instance of the AreaGroup class. |
Method Summary | |
---|---|
float |
getHeight()
Gets the height of the area group. |
float |
getWidth()
Gets the width of the area group. |
float |
getX()
Gets the X coordinate of the area group. |
float |
getY()
Gets the Y coordinate of the area group. |
void |
setHeight(float height)
Sets the height of the area group. |
void |
setWidth(float width)
Sets the width of the area group. |
void |
setX(float x)
Sets the X coordinate of the area group. |
void |
setY(float y)
Sets the Y coordinate of the area group. |
Methods inherited from class com.cete.dynamicpdf.pageelements.Group |
---|
add, draw, getEnumerator, getPageElement, getPageElement, getPageElementByID, hasElements, hasPageElements, insert, size |
Methods inherited from class com.cete.dynamicpdf.PageElement |
---|
getRequiredLicenseLevel, getStrID, setRequiredLicenseLevel, setStrID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AreaGroup(float width, float height)
AreaGroup
class.
width
- Width of the area group.height
- Height of the area group.Method Detail |
---|
public float getX()
getX
in interface ICoordinate
public void setX(float x)
setX
in interface ICoordinate
GeneratorException
- If X be set to an Area Group.x
- float X coordinate of the area group.public float getY()
getY
in interface ICoordinate
public void setY(float y)
setY
in interface ICoordinate
GeneratorException
- If Y be set to an Area Group.y
- float Y coordinate of the area group.public float getWidth()
getWidth
in interface IArea
public void setWidth(float width)
setWidth
in interface IArea
width
- float width of the area group.public float getHeight()
getHeight
in interface IArea
public void setHeight(float height)
setHeight
in interface IArea
height
- float height of the area group.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |