org.openstreetmap.josm.command
Class MoveCommand.OldState

java.lang.Object
  extended by org.openstreetmap.josm.command.MoveCommand.OldState
Enclosing class:
MoveCommand

public static class MoveCommand.OldState
extends java.lang.Object

Small helper for holding the interesting part of the old data state of the objects.


Field Summary
(package private)  EastNorth en
           
(package private)  LatLon latlon
           
(package private)  boolean modified
           
 
Constructor Summary
MoveCommand.OldState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

latlon

LatLon latlon

en

EastNorth en

modified

boolean modified
Constructor Detail

MoveCommand.OldState

public MoveCommand.OldState()


JOSM