|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICoordinate
Interface defines a contract requiring an X and Y coordinate.
Method Summary | |
---|---|
float |
getX()
Gets the X coordinate. |
float |
getY()
Gets the Y coordinate. |
void |
setX(float value)
Sets the X coordinate. |
void |
setY(float value)
Sets the Y coordinate. |
Method Detail |
---|
void setX(float value)
value
- the X coordinate.float getX()
void setY(float value)
value
- the Y coordinate.float getY()
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |