| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.PageElement
com.cete.dynamicpdf.pageelements.Group
com.cete.dynamicpdf.pageelements.AnchorGroup
public class AnchorGroup
Represents a group of elements that will be anchored.
Licensing:
This class is a DynamicPDF Generator Professional Edition
 feature. One of the following licenses is required for non-evaluation usage:
 
| Constructor Summary | |
|---|---|
| AnchorGroup(float width,
            float height,
            Align align,
            VAlign vAlign)Initializes a new instance of the AnchorGroupclass. | |
| Method Summary | |
|---|---|
|  void | draw(PageWriter writer)Draws the anchor group to the given PageWriterobject. | 
|  Align | getAlign()Gets the Alignenumeration that specifies horizontal alignment
 of the anchor group. | 
|  AnchorTo | getAnchorTo()Gets the AnchorToenumeration that specifies anchor type
 of the anchor group. | 
|  float | getHeight()Gets the height of the anchor group. | 
|  VAlign | getVAlign()Gets the VAlignenumeration that specifies vertical alignment
 of the anchor group. | 
|  float | getWidth()Gets the width of the anchor group. | 
|  void | setAlign(Align value)Sets the Alignenumeration that specifies horizontal alignment
 of the anchor group. | 
|  void | setAnchorTo(AnchorTo value)Sets the AnchorToenumeration that specifies anchor type
 of the anchor group. | 
|  void | setHeight(float height)Sets the height of the anchor group. | 
|  void | setVAlign(VAlign value)Sets the VAlignenumeration that specifies vertical alignment
 of the anchor group. | 
|  void | setWidth(float width)Sets the width of the anchor group. | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.Group | 
|---|
| add, 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 AnchorGroup(float width,
                   float height,
                   Align align,
                   VAlign vAlign)
AnchorGroup class.
width - Width of the anchor group.height - Height of the anchor group.align - Alignment of the anchor group.vAlign - Vertical Alignment of the anchor group.| Method Detail | 
|---|
public void draw(PageWriter writer)
PageWriter object.
draw in class Groupwriter - PageWriter object to receive the anchor group's output.PageWriterpublic float getWidth()
public void setWidth(float width)
width - float width of the anchor group.public float getHeight()
public void setHeight(float height)
height - float height of the anchor group.public Align getAlign()
Align enumeration that specifies horizontal alignment
 of the anchor group.
Alignpublic void setAlign(Align value)
Align enumeration that specifies horizontal alignment
 of the anchor group.
value - the horizontal alignment of the anchor group.Alignpublic VAlign getVAlign()
VAlign enumeration that specifies vertical alignment
 of the anchor group.
VAlignpublic void setVAlign(VAlign value)
VAlign enumeration that specifies vertical alignment
 of the anchor group.
value - the vertical alignment of the anchor group.VAlignpublic AnchorTo getAnchorTo()
AnchorTo enumeration that specifies anchor type
 of the anchor group.
AnchorTopublic void setAnchorTo(AnchorTo value)
AnchorTo enumeration that specifies anchor type
 of the anchor group.
value - the anchor type of the anchor group.AnchorTo| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||