edu.ull.cgunay.plots
Class MatLab.ImpulseDataType
java.lang.Object
|
+--edu.ull.cgunay.plots.Grapher.DataType
|
+--edu.ull.cgunay.plots.MatLab.MatLabDataType
|
+--edu.ull.cgunay.plots.MatLab.ImpulseDataType
- Enclosing class:
- MatLab
- class MatLab.ImpulseDataType
- extends MatLab.MatLabDataType
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataHandle
String dataHandle
axisHandle
String axisHandle
MatLab.ImpulseDataType
MatLab.ImpulseDataType()
plotCommand
public String plotCommand(Grapher.Data data)
- TODO: Unify this with
DefaultDataType.
- Specified by:
plotCommand in class Grapher.DataType
- Parameters:
data - a Grapher.Data value
- Returns:
- a
String value
getDataHandle
public String getDataHandle()
getAxisHandle
public String getAxisHandle()
- Get the AxisHandle value.
- Returns:
- the AxisHandle value.
setAxisHandle
public void setAxisHandle(String newAxisHandle)
- Set the AxisHandle value.
- Parameters:
newAxisHandle - The new AxisHandle value.