1 | String getReceiveQueue() {↵ | | 1 | String getXLabel() {↵
|
2 | return getPropertyAsString(RECEIVE_QUEUE);↵ | | 2 | return getPropertyAsString(RE↵
|
3 | }↵ | | |
|
|
4 | public void setReceiveQueue↵ | | 3 | PORT_CHART_X_LABEL);↵
|
| | | 4 | }↵
|
| | | 5 | ↵
|
| | | 6 | /**↵
|
| | | 7 | * The X data labels should be either the filename, date or some↵
|
| | | 8 | * other series of values↵
|
| | | 9 | * @param label↵
|
| | | 10 | */↵
|
5 | (String name) {↵ | | 11 | public void setXLabel(String label) {↵
|
6 | setProperty(RECEIVE_QUEUE, name);↵ | | 12 | setProperty(RE↵
|
7 | }↵ | | |
|
|
8 | ↵ | | 13 | PORT_CHART_X_LABEL,label);↵
|
| | | 14 | }↵
|
| | | 15 | ↵
|
9 | public String getContent() {↵ | | 16 | public String getYLabel() {↵
|
10 | return getPropertyAsString(XML_DATA);↵ | | 17 | return getPropertyAsString(↵
|
11 | ↵ | | 18 | REPORT_CHART_Y_LABEL);↵
|
12 | } | | 19 | }
|