edu.ull.cgunay.plots
Class MatLab.MatLabDataType
java.lang.Object
|
+--edu.ull.cgunay.plots.Grapher.DataType
|
+--edu.ull.cgunay.plots.MatLab.MatLabDataType
- Direct Known Subclasses:
- MatLab.DefaultDataType, MatLab.ErrorDataType, MatLab.ImpulseDataType
- Enclosing class:
- MatLab
- abstract class MatLab.MatLabDataType
- extends Grapher.DataType
| 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.MatLabDataType
MatLab.MatLabDataType(String name,
String commandName)
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.