|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.web.ext.gwt.Size
public class Size
The Size class represents a rectangle's size.
| Field Summary | |
|---|---|
int |
height
the height. |
int |
width
the width. |
| Constructor Summary | |
|---|---|
Size()
Creates a new instance of Size. |
|
Size(int pWidth,
int pHeight)
Creates a new instance of Size. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int width
public int height
| Constructor Detail |
|---|
public Size()
Size.
Only for serialization.
public Size(int pWidth,
int pHeight)
Size.
pWidth - the widthpHeight - the height| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||