com.partnersoft.v3x.apps.MapBrowser
Class DummyTester

java.lang.Object
  extended by com.partnersoft.v3x.apps.MapBrowser.DummyTester
All Implemented Interfaces:
MapBoundsTester, java.io.Serializable

public class DummyTester
extends java.lang.Object
implements MapBoundsTester, java.io.Serializable

An simple no-op MapBoundsTester, handy for debugging map configuration files. Always returns true.

See Also:
Serialized Form

Constructor Summary
DummyTester()
           
 
Method Summary
 boolean pointExists(Coord3D coord)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyTester

public DummyTester()
Method Detail

pointExists

public boolean pointExists(Coord3D coord)
Specified by:
pointExists in interface MapBoundsTester