|
|||||||||
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)
value
- the minimum X value.void setY(float value)
value
- the minimum Y value.void setWidth(float value)
value
- the rectangle width value.void setHeight(float value)
value
- the rectangle height value.float getX()
float getY()
float getWidth()
float getHeight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |