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


Field Summary
(package private)  String axisHandle
           
(package private)  String dataHandle
           
 
Fields inherited from class edu.ull.cgunay.plots.Grapher.DataType
axisCommand, name, propertyName
 
Constructor Summary
(package private) MatLab.MatLabDataType(String name, String commandName)
           
 
Method Summary
 String getAxisHandle()
          Get the AxisHandle value.
 String getDataHandle()
           
 void setAxisHandle(String newAxisHandle)
          Set the AxisHandle value.
 
Methods inherited from class edu.ull.cgunay.plots.Grapher.DataType
plotCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataHandle

String dataHandle

axisHandle

String axisHandle
Constructor Detail

MatLab.MatLabDataType

MatLab.MatLabDataType(String name,
                      String commandName)
Method Detail

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.