org.w3c.dom.svg
Interface SVGPoint


public interface SVGPoint

This interface represents an "SVGPoint" datatype, identifiend by its x and y components.

Since:
BlackBerry API 4.6.0

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

setX

void setX(float value)

Sets the x component of the point to the specified float value.

Parameters:
value - the x component value
Since:
BlackBerry API 4.6.0

setY

void setY(float value)

Sets the y component of the point to the specified float value.

Parameters:
value - the y component value
Since:
BlackBerry API 4.6.0

getX

float getX()

Returns the x component of the point.

Returns:
the x component of the point.
Since:
BlackBerry API 4.6.0

getY

float getY()

Returns the y component of the point.

Returns:
the y component of the point.
Since:
BlackBerry API 4.6.0





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