|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.f1j.ss.GRObjectPos
This class provides methods for obtaining the worksheet coordinates of a graphical object.
| Method Summary | |
double |
getX1()
Returns the horizontal starting position of a graphical object. |
double |
getX2()
Returns the horizontal ending position of a graphical object. |
double |
getY1()
Returns the vertical starting position of a graphical object. |
double |
getY2()
Returns the vertical ending position of a graphical object. |
| Method Detail |
public final double getX1()
The value is expressed in rows measured from the top edge of the worksheet. An integer indicates the edge of the object is on a row border. A fractional number indicates the object is placed between borders.
getX2(),
getY1(),
getY2()public final double getX2()
The value is expressed in rows measured from the top edge of the worksheet. An integer indicates the edge of the object is on a row border. A fractional number indicates the object is placed between borders.
getX1(),
getY1(),
getY2()public final double getY1()
The value is expressed in columns measured from the left edge of the worksheet. An integer indicates the edge of the object is on a column border. A fractional number indicates the object is placed between borders.
getX1(),
getX2(),
getY1()public final double getY2()
The value is expressed in columns measured from the left edge of the worksheet. An integer indicates the edge of the object is on a column border. A fractional number indicates the object is placed between borders.
getX1(),
getX2(),
getY1()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||