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


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.ImpulseDataType()
           
 
Method Summary
 String getAxisHandle()
          Get the AxisHandle value.
 String getDataHandle()
           
 String plotCommand(Grapher.Data data)
          TODO: Unify this with DefaultDataType.
 void setAxisHandle(String newAxisHandle)
          Set the AxisHandle value.
 
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.ImpulseDataType

MatLab.ImpulseDataType()
Method Detail

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.