synergynetframework.jme.cursorsystem.fixutils
Class FixLocationStatus

java.lang.Object
  extended by synergynetframework.jme.cursorsystem.fixutils.FixLocationStatus

public class FixLocationStatus
extends java.lang.Object

The Class FixLocationStatus.


Constructor Summary
FixLocationStatus(java.awt.Point location)
          Instantiates a new fix location status.
 
Method Summary
 java.awt.Point getLocation()
          Gets the location.
 java.util.List<java.lang.Object> getOccupiedObjects()
          Gets the occupied objects.
 int getOccupiedObjectsCount()
          Gets the occupied objects count.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixLocationStatus

public FixLocationStatus(java.awt.Point location)
Instantiates a new fix location status.

Parameters:
location - the location
Method Detail

getLocation

public java.awt.Point getLocation()
Gets the location.

Returns:
the location

getOccupiedObjects

public java.util.List<java.lang.Object> getOccupiedObjects()
Gets the occupied objects.

Returns:
the occupied objects

getOccupiedObjectsCount

public int getOccupiedObjectsCount()
Gets the occupied objects count.

Returns:
the occupied objects count