|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SVGPoint
This interface represents an "SVGPoint" datatype, identifiend by its x and y components.
Method Summary | ||
---|---|---|
float |
getX()
Returns the x component of the point. |
|
float |
getY()
Returns the y component of the point. |
|
void |
setX(float value)
Sets the x component of the point to the specified float value. |
|
void |
setY(float value)
Sets the y component of the point to the specified float value. |
Method Detail |
---|
void setX(float value)
Sets the x component of the point to the specified float value.
value
- the x component valuevoid setY(float value)
Sets the y component of the point to the specified float value.
value
- the y component valuefloat getX()
Returns the x component of the point.
float getY()
Returns the y component of the point.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal