|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citygrid.CGSize
public class CGSize
Field Summary | |
---|---|
private float |
height
|
private float |
width
|
Constructor Summary | |
---|---|
CGSize(float height,
float width)
|
Method Summary | |
---|---|
float |
getHeight()
|
float |
getWidth()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private float height
private float width
Constructor Detail |
---|
public CGSize(float height, float width)
Method Detail |
---|
public float getHeight()
public float getWidth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |