IAction
public final class AkimaSplineSmootherApp.PlotAction extends java.lang.Object implements IAction
Modifier and Type | Field | Description |
---|---|---|
protected DataDouble |
dd |
|
protected int |
nSubPoints |
|
protected double |
tilt |
Constructor | Description |
---|---|
PlotAction(int nSubPoints) |
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed() |
Completes the action defined by the class implementing this interface.
|
double |
getTilt() |
|
void |
setTilt(double newTilt) |
protected final DataDouble dd
protected final int nSubPoints
protected double tilt
public void actionPerformed()
IAction
actionPerformed
in interface IAction
public double getTilt()
public void setTilt(double newTilt)