C# Class PeriodicSystem.Commands.MoveAtomCommand

Inheritance: IUndoRedoCommand
Mostrar archivo Open project: MrKimberwood/Gruppe6

Public Methods

Method Description
MoveAtomCommand ( Atom atom, double newX, double newY ) : System
execute ( ) : void
unexecute ( ) : void

Method Details

MoveAtomCommand() public method

public MoveAtomCommand ( Atom atom, double newX, double newY ) : System
atom Model.Atom
newX double
newY double
return System

execute() public method

public execute ( ) : void
return void

unexecute() public method

public unexecute ( ) : void
return void