|
TinyLine v2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tinyline.svg.SVGRect
The SVGRect class implements the basic type 'rectangle'.
Rectangles are defined as consisting of a (x,y) coordinate pair identifying a minimum X value, a minimum Y value, and a width and height, which are usually constrained to be non-negative.
| Field Summary | |
int |
height
The height of the SVGRect. |
int |
width
The width of the SVGRect. |
int |
x
The x coordinate of the SVGRect. |
int |
y
The y coordinate of the SVGRect. |
| Constructor Summary | |
SVGRect()
Constructs a new SVGRect. |
|
SVGRect(SVGRect rect)
Constructs a copy of the given SVGRect. |
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int x
public int y
public int width
public int height
| Constructor Detail |
public SVGRect()
public SVGRect(SVGRect rect)
|
TinyLine v2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||