Parent Directory
|
Revision Log
|
Patch
revision 2060 by jpye, Wed Apr 29 03:38:10 2009 UTC | revision 2061 by jpye, Sat Jun 27 15:23:36 2009 UTC | |
---|---|---|
# | Line 41 Plot::getYLabel() const{ | Line 41 Plot::getYLabel() const{ |
41 | return getChild(PLOT_YLABEL).getValueAsString(); | return getChild(PLOT_YLABEL).getValueAsString(); |
42 | } | } |
43 | ||
44 | const int | |
45 | Plot::getLegendPosition() const{ | |
46 | return getChild(PLOT_LEGENDPOSITION).getIntValue(); | |
47 | } | |
48 | ||
49 | const bool | const bool |
50 | Plot::isXLog() const{ | Plot::isXLog() const{ |
51 | return getChild(PLOT_XLOG).getBoolValue(); | return getChild(PLOT_XLOG).getBoolValue(); |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |