com.incrediblesoft.redjey
Class Dimension

java.lang.Object
  extended by com.incrediblesoft.redjey.Dimension

public class Dimension
extends java.lang.Object

Author:
Yevgen Krapiva
Homepage: http://code.google.com/p/redjey/
Feedback: ykrapiva@gmail.com
Copyright (C) 2008 Yevgen Krapiva

Field Summary
 int height
           
 int width
           
 
Constructor Summary
Dimension()
           
Dimension(int width, int height)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public int width

height

public int height
Constructor Detail

Dimension

public Dimension()

Dimension

public Dimension(int width,
                 int height)