com.citygrid
Class CGSize

java.lang.Object
  extended by com.citygrid.CGSize

public class CGSize
extends Object


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

height

private float height

width

private float width
Constructor Detail

CGSize

public CGSize(float height,
              float width)
Method Detail

getHeight

public float getHeight()

getWidth

public float getWidth()


Copyright © 2011. All Rights Reserved.