|
|||||||||
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)
value
- the x component valuevoid setY(float value)
value
- the y component valuefloat getX()
float getY()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |