Public Member Functions | |
String[] | GetTableHeadings () |
String[][] | GetTableData () |
String[] | GetTableHeadingsLeft () |
String[][] | GetTableDataLeft () |
String | GetColourScheme () |
Chart | GetChart () |
Chart | GetChartBottom () |
String | GetHostTitle () |
String | GetHostAuthor () |
String | GetHostXAxis () |
String | GetHostYAxis () |
String | GetHostDescr () |
ChartData | GetSelectedTableData () |
ChartData | GetSelectedTableDataLeft () |
ArrayList< Color > | GetUserDefinedScheme () |
void | SetHostTitle (String title) |
void | SetHostAuthor (String author) |
void | SetHostXAxis (String xAxis) |
void | SetHostYAxis (String yAxis) |
void | SetHostDescr (String descr) |
void | SetChart (Chart chart) |
void | SetChartBottom (Chart chart) |
void | SetUserColourScheme (ArrayList< Color > userList) |
void | SetColourScheme (String chosenScheme) |
void | SetTableHeadings (String[] headings) |
void | SetTableData (String[][] tableData) |
void | SetTableHeadingsLeft (String[] headings) |
void | SetTableDataLeft (String[][] tableData) |
void | SetChartOnPanel (Chart createdChart) |
void | SetChartOnPanelBottom (Chart createdChart) |
void | SetOptionsOnToolbar (Boolean axisEditable) |
void | ClearSettings () |
void | closeChartDialog () |
void | closeColourDialog () |
GUI () | |
ChartPanel | GetM_ChartPanel () |
void | SetM_ChartPanel (ChartPanel m_ChartPanel) |
ChartPanel | GetM_ChartPanelBottom () |
void | SetM_ChartPanelBottom (ChartPanel m_ChartPanelBottom) |
Boolean | GetPaused () |
void | SsetPaused (Boolean paused) |
int | GetInterval () |
void | SetInterval (int interval) |
Static Public Member Functions | |
static void | main (String[] args) |
GUI class, creates the GUI making a JFrame visible and adding the different components to the frame.
|
inline |
constructs a GUI using initComponents
|
inline |
clears the editbale settings for the charts
|
inline |
closes the chart type chooser pop out
|
inline |
closes the colour chooser pop out
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
main method creates a new GUI and sets it visible
|
inline |
chart | - sets the current chart |
|
inline |
chartBotttom | - sets the current chart |
|
inline |
createdChart | - sets the chart on the left panel and refreshes the GUI |
|
inline |
chosenScheme | - sets the colour scheme |
|
inline |
author | - sets the author of the chart |
|
inline |
descr | - sets the description of the chart |
|
inline |
title | - sets the Title of the chart |
|
inline |
xAxis | - sets the x Axis label |
|
inline |
yAxis | - sets the y Axis label |
|
inline |
interval | the interval to set |
|
inline |
m_ChartPanel | the m_ChartPanel to set |
|
inline |
m_ChartPanelBottom | the m_ChartPanelBottom to set |
|
inline |
axisEditable | - sets the editable preferences enabling the settings panel and ok button and refreshing the UI |
|
inline |
tableData | - sets the data for the table |
|
inline |
tableData | - sets the data for the table |
|
inline |
headings | - sets the coloum titles |
|
inline |
headings | - sets the coloum titles |
|
inline |
userList | - sets the user defined colour list |
|
inline |
paused | the paused to set |