edu.ull.cgunay.plots
Class MatLab.Axis

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.AbstractSequentialList
                    |
                    +--java.util.LinkedList
                          |
                          +--edu.ull.cgunay.plots.Grapher.Axis
                                |
                                +--edu.ull.cgunay.plots.MatLab.Axis
All Implemented Interfaces:
Cloneable, Collection, HasAxisLabels, List, Serializable
Enclosing class:
MatLab

class MatLab.Axis
extends Grapher.Axis

Overriding original Axis definition.


Field Summary
(package private)  Grapher.Data data
          Shortcut to the single data.
 
Fields inherited from class edu.ull.cgunay.plots.Grapher.Axis
fontSize, range, title, xLabel, yLabel
 
Fields inherited from class java.util.LinkedList
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
(package private) MatLab.Axis()
           
 
Method Summary
(package private)  String getDataPreamble(Grapher.Data data)
          Handle preamble of single data set.
(package private)  String getString()
          Matlab style plot description for given sets of data.
 
Methods inherited from class edu.ull.cgunay.plots.Grapher.Axis
addData, getFontSize, getRange, getTitle, getXLabel, getYLabel, setFontSize, setRange, setTitle, setXLabel, setYLabel
 
Methods inherited from class java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, remove, remove, removeFirst, removeLast, set, size, toArray, toArray
 
Methods inherited from class java.util.AbstractSequentialList
iterator
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
 

Field Detail

data

Grapher.Data data
Shortcut to the single data. Why do we need this?

Constructor Detail

MatLab.Axis

MatLab.Axis()
Method Detail

getString

String getString()
Matlab style plot description for given sets of data.

Specified by:
getString in class Grapher.Axis
Returns:
a String value

getDataPreamble

String getDataPreamble(Grapher.Data data)
Handle preamble of single data set.

Parameters:
data - a Data value
Returns:
a String value