Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PeriodicSystem
Commands
MoveAtomCommand
C# Class PeriodicSystem.Commands.MoveAtomCommand
Inheritance:
IUndoRedoCommand
Datei anzeigen
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