de.fhpotsdam.unfolding.core
Class MapCenter

java.lang.Object
  extended by de.fhpotsdam.unfolding.core.MapCenter

public class MapCenter
extends java.lang.Object

Internal representaion of the center of the map. You probably won't use this class.


Field Summary
 Coordinate coordinate
           
 processing.core.PVector point
           
 
Constructor Summary
MapCenter(Coordinate coordinate, processing.core.PVector point)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coordinate

public Coordinate coordinate

point

public processing.core.PVector point
Constructor Detail

MapCenter

public MapCenter(Coordinate coordinate,
                 processing.core.PVector point)