_global_
Class Dimension

java.lang.Object
  extended by _global_.Map
      extended by _global_.Dimension

public class Dimension
extends Map

A dimension.

Author:
tomyeh
See Also:
Map

Field Summary
 int height
          The height.
 int left
          The left coordinate.
 int top
          The top coordinate.
 int width
          The width.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public int left
The left coordinate.


top

public int top
The top coordinate.


width

public int width
The width.


height

public int height
The height.



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo