|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Element
An Element
object represents an item of the printing framework
and has the following characteristics:
Method Summary | |
---|---|
Point |
getLocation()
|
Dimension |
getSize()
The size is calculated in pixels, and represent coordinates on a page. |
void |
setLocation(Point value)
Sets the value of the ' Location ' attribute. |
void |
setSize(Dimension value)
Sets the value of the ' Size ' attribute. |
Method Detail |
---|
Point getLocation()
Point
void setLocation(Point value)
Location
' attribute.
Sets this element's location to the provided value
value
- the new value of the 'Location' attribute.getLocation()
Dimension getSize()
Dimension
void setSize(Dimension value)
Size
' attribute.
Set this element's size to the provided value
The size is expected in pixels, and represent coordinates on the page.
value
- the new value of the 'Size' attribute.getSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |