Public Member Functions | |
String | getQueryParam (String param) |
String | getHepId () |
String | getDsId () |
String | getYId () |
String | getXId () |
YAxis | getYAxis () |
void | setYAxis (YAxis y) |
List< YAxis > | getYAxes () |
Definition at line 16 of file YAxisAsText.java.
String getQueryParam | ( | String | param | ) |
Definition at line 25 of file YAxisAsText.java.
Referenced by YAxisAsText.getDsId(), YAxisAsText.getHepId(), YAxisAsText.getXId(), and YAxisAsText.getYId().
String getHepId | ( | ) |
Definition at line 29 of file YAxisAsText.java.
References YAxisAsText.getQueryParam().
00029 { 00030 return getQueryParam("hepid"); 00031 }
String getDsId | ( | ) |
Definition at line 33 of file YAxisAsText.java.
References YAxisAsText.getQueryParam().
00033 { 00034 return getQueryParam("dsid"); 00035 }
String getYId | ( | ) |
Definition at line 37 of file YAxisAsText.java.
References YAxisAsText.getQueryParam().
00037 { 00038 return getQueryParam("yid"); 00039 }
String getXId | ( | ) |
Definition at line 41 of file YAxisAsText.java.
References YAxisAsText.getQueryParam().
00041 { 00042 return getQueryParam("xid"); 00043 }
YAxis getYAxis | ( | ) |
void setYAxis | ( | YAxis | y | ) |
List<YAxis> getYAxes | ( | ) |