|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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
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 |
Grapher.Data data
| Constructor Detail |
MatLab.Axis()
| Method Detail |
String getString()
getString in class Grapher.AxisString valueString getDataPreamble(Grapher.Data data)
data - a Data value
String value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||