soccerclient.datamanager
Class Area

java.lang.Object
  |
  +--soccerclient.datamanager.Area
All Implemented Interfaces:
java.io.Serializable

public class Area
extends java.lang.Object
implements java.io.Serializable

Überschrift:

Beschreibung:

Copyright: Copyright (c) 2002

Organisation:

Author:
Christian Pantke, Michael Geisser
See Also:
Serialized Form

Constructor Summary
Area()
           
Area(double aMinX, double aMaxX, double aMinY, double aMaxY)
           
 
Method Summary
 double getMaxX()
           
 double getMaxY()
           
 double getMinX()
           
 double getMinY()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Area

public Area()

Area

public Area(double aMinX,
            double aMaxX,
            double aMinY,
            double aMaxY)
Method Detail

getMinX

public double getMinX()

getMaxX

public double getMaxX()

getMinY

public double getMinY()

getMaxY

public double getMaxY()