|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.ull.cgunay.plots.MatLab.PatternIterator
If multiple datasets are plotted on same axis, cycle through these (only required for stupid Matlab). Also associate plot handles for each data set to be able to properly form a legend string.
| Field Summary | |
(package private) int |
handleId
Form unique plot handle variables for properly forming legend identifiers. |
(package private) Iterator |
it
To iterate on lineColorSpecs. |
(package private) String[] |
lineColorSpecs
Possible patterns. |
| Constructor Summary | |
(package private) |
MatLab.PatternIterator()
|
| Method Summary | |
void |
newAxis()
Reset iterators for at the beginning of each axis. |
String |
nextHandle()
Describe nextHandle method here. |
String |
nextPattern()
Get the next pattern string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
String[] lineColorSpecs
int handleId
Iterator it
lineColorSpecs.
| Constructor Detail |
MatLab.PatternIterator()
| Method Detail |
public void newAxis()
public String nextPattern()
String valuepublic String nextHandle()
nextHandle method here.
String value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||