IAction
, IntegratorAction
public class IntegratorReset extends IntegratorActionAdapter
integrator
Constructor | Description |
---|---|
IntegratorReset() |
|
IntegratorReset(Integrator integrator,
boolean ignoreOverlap) |
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed() |
Completes the action defined by the class implementing this interface.
|
boolean |
isIgnoreOverlap() |
|
void |
setIgnoreOverlap(boolean ignoreOverlap) |
getIntegrator, setIntegrator
public IntegratorReset()
public IntegratorReset(Integrator integrator, boolean ignoreOverlap)
public void actionPerformed()
IAction
public boolean isIgnoreOverlap()
public void setIgnoreOverlap(boolean ignoreOverlap)
ignoreOverlap
- The ignoreOverlap to set.