edu.ull.cgunay.plots
Class MatLab.DefaultDataType

java.lang.Object
  |
  +--edu.ull.cgunay.plots.Grapher.DataType
        |
        +--edu.ull.cgunay.plots.MatLab.MatLabDataType
              |
              +--edu.ull.cgunay.plots.MatLab.DefaultDataType
Enclosing class:
MatLab

class MatLab.DefaultDataType
extends MatLab.MatLabDataType

Simple plot command type.


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.DefaultDataType()
           
 
Method Summary
 String getAxisHandle()
          Get the AxisHandle value.
 String getDataHandle()
           
 String plotCommand(Grapher.Data data)
          Process the data for MatLab.
 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.DefaultDataType

MatLab.DefaultDataType()
Method Detail

plotCommand

public String plotCommand(Grapher.Data data)
Process the data for MatLab.

Specified by:
plotCommand in class Grapher.DataType
Parameters:
data - a 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.