|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SVGRect
This interface represents an "SVGRect" datatype, consisting of a minimum X, minimum Y, width and height values.
Method Summary | ||
---|---|---|
float |
getHeight()
Returns the height for this SVGRect. |
|
float |
getWidth()
Returns the width for this SVGRect. |
|
float |
getX()
Returns the minimum X value for this SVGRect. |
|
float |
getY()
Returns the minimum Y value for this SVGRect. |
|
void |
setHeight(float value)
Sets the height of this SVGRect to the specified value. |
|
void |
setWidth(float value)
Sets the width of this SVGRect to the specified value. |
|
void |
setX(float value)
Sets the minimum X value of this SVGRect to the specified value. |
|
void |
setY(float value)
Sets the minimum Y value of this SVGRect to the specified value. |
Method Detail |
---|
void setX(float value)
Sets the minimum X value of this SVGRect to the specified value.
value
- the minimum X value.void setY(float value)
Sets the minimum Y value of this SVGRect to the specified value.
value
- the minimum Y value.void setWidth(float value)
Sets the width of this SVGRect to the specified value.
value
- the rectangle width value.void setHeight(float value)
Sets the height of this SVGRect to the specified value.
value
- the rectangle height value.float getX()
Returns the minimum X value for this SVGRect.
float getY()
Returns the minimum Y value for this SVGRect.
float getWidth()
Returns the width for this SVGRect.
float getHeight()
Returns the height for this SVGRect.
|
|||||||||
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