IActionpublic final class AkimaSplineSmootherDyApp.PlotAction extends java.lang.Object implements IAction
| Modifier and Type | Field | Description |
|---|---|---|
protected DataDouble |
dd |
|
protected boolean |
doJustTilt |
|
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
protected boolean doJustTilt
public void actionPerformed()
IActionactionPerformed in interface IActionpublic double getTilt()
public void setTilt(double newTilt)