|
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.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 AnchorGroup class. |
Method Summary | |
---|---|
void |
draw(PageWriter writer)
Draws the anchor group to the given PageWriter object. |
Align |
getAlign()
Gets the Align enumeration that specifies horizontal alignment
of the anchor group. |
AnchorTo |
getAnchorTo()
Gets the AnchorTo enumeration that specifies anchor type
of the anchor group. |
float |
getHeight()
Gets the height of the anchor group. |
VAlign |
getVAlign()
Gets the VAlign enumeration that specifies vertical alignment
of the anchor group. |
float |
getWidth()
Gets the width of the anchor group. |
void |
setAlign(Align value)
Sets the Align enumeration that specifies horizontal alignment
of the anchor group. |
void |
setAnchorTo(AnchorTo value)
Sets the AnchorTo enumeration 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 VAlign enumeration 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 Group
writer
- PageWriter
object to receive the anchor group's output.PageWriter
public 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.
Align
public void setAlign(Align value)
Align
enumeration that specifies horizontal alignment
of the anchor group.
value
- the horizontal alignment of the anchor group.Align
public VAlign getVAlign()
VAlign
enumeration that specifies vertical alignment
of the anchor group.
VAlign
public void setVAlign(VAlign value)
VAlign
enumeration that specifies vertical alignment
of the anchor group.
value
- the vertical alignment of the anchor group.VAlign
public AnchorTo getAnchorTo()
AnchorTo
enumeration that specifies anchor type
of the anchor group.
AnchorTo
public 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 |