GUI class, creates the GUI making a JFrame visible and adding the different components to the frame.
More...
|
static void | main (String[] args) |
| main method creates a new GUI and sets it visible
|
|
GUI class, creates the GUI making a JFrame visible and adding the different components to the frame.
- Returns
- m_Chart - returns the Chart
Chart GUI.GetChartBottom |
( |
| ) |
|
- Returns
- m_Chartbottom - returns the Chart
String GUI.GetColourScheme |
( |
| ) |
|
- Returns
- m_ChosenScheme - returns the currently selected colour scheme
String GUI.GetHostAuthor |
( |
| ) |
|
- Returns
- m_AuthorField - returns the Author for the chart
String GUI.GetHostDescr |
( |
| ) |
|
- Returns
- m_DescriptionField - returns the Description of the graph
String GUI.GetHostTitle |
( |
| ) |
|
- Returns
- m_Titlefield - returns the title for the chart
String GUI.GetHostXAxis |
( |
| ) |
|
- Returns
- m_XAxisField - returns the X Axis title for the chart
String GUI.GetHostYAxis |
( |
| ) |
|
- Returns
- m_YAxisField - returns the Y Axis title for the chart
ChartPanel GUI.GetM_ChartPanel |
( |
| ) |
|
ChartPanel GUI.GetM_ChartPanelBottom |
( |
| ) |
|
- Returns
- the m_ChartPanelBottom
Boolean GUI.GetPaused |
( |
| ) |
|
- Returns
- ChartData - uses user selected rows and colums to return the data that charts use
- Returns
- ChartData - uses user selected rows and colums to return the data that charts use
String [][] GUI.GetTableData |
( |
| ) |
|
- Returns
- m_TableData - returns the data for the table
String [][] GUI.GetTableDataLeft |
( |
| ) |
|
- Returns
- m_TableDataLeft - returns the data for the table
String [] GUI.GetTableHeadings |
( |
| ) |
|
- Returns
- m_TableHeadings - returns the headings for the columns in the, table
String [] GUI.GetTableHeadingsLeft |
( |
| ) |
|
- Returns
- m_TableHeadingsLeft - returns the headings for the columns in the, table
ArrayList<Color> GUI.GetUserDefinedScheme |
( |
| ) |
|
- Returns
- m_UserDefinedColourList - returns the user defined colour list
void GUI.SetChart |
( |
Chart |
chart | ) |
|
- Parameters
-
chart | - sets the current chart |
void GUI.SetChartBottom |
( |
Chart |
chart | ) |
|
- Parameters
-
chartBotttom | - sets the current chart |
void GUI.SetChartOnPanel |
( |
Chart |
createdChart | ) |
|
- Parameters
-
createdChart | - sets the chart on the left panel and refreshes the GUI |
void GUI.SetColourScheme |
( |
String |
chosenScheme | ) |
|
- Parameters
-
chosenScheme | - sets the colour scheme |
void GUI.SetHostAuthor |
( |
String |
author | ) |
|
- Parameters
-
author | - sets the author of the chart |
void GUI.SetHostDescr |
( |
String |
descr | ) |
|
- Parameters
-
descr | - sets the description of the chart |
void GUI.SetHostTitle |
( |
String |
title | ) |
|
- Parameters
-
title | - sets the Title of the chart |
void GUI.SetHostXAxis |
( |
String |
xAxis | ) |
|
- Parameters
-
xAxis | - sets the x Axis label |
void GUI.SetHostYAxis |
( |
String |
yAxis | ) |
|
- Parameters
-
yAxis | - sets the y Axis label |
void GUI.SetInterval |
( |
int |
interval | ) |
|
- Parameters
-
interval | the interval to set |
void GUI.SetM_ChartPanel |
( |
ChartPanel |
m_ChartPanel | ) |
|
- Parameters
-
m_ChartPanel | the m_ChartPanel to set |
void GUI.SetM_ChartPanelBottom |
( |
ChartPanel |
m_ChartPanelBottom | ) |
|
- Parameters
-
m_ChartPanelBottom | the m_ChartPanelBottom to set |
void GUI.SetOptionsOnToolbar |
( |
Boolean |
axisEditable | ) |
|
- Parameters
-
axisEditable | - sets the editable preferences enabling the settings panel and ok button and refreshing the UI |
void GUI.SetTableData |
( |
String |
tableData[][] | ) |
|
- Parameters
-
tableData | - sets the data for the table |
void GUI.SetTableDataLeft |
( |
String |
tableData[][] | ) |
|
- Parameters
-
tableData | - sets the data for the table |
void GUI.SetTableHeadings |
( |
String[] |
headings | ) |
|
- Parameters
-
headings | - sets the coloum titles |
void GUI.SetTableHeadingsLeft |
( |
String[] |
headings | ) |
|
- Parameters
-
headings | - sets the coloum titles |
void GUI.SetUserColourScheme |
( |
ArrayList< Color > |
userList | ) |
|
- Parameters
-
userList | - sets the user defined colour list |
void GUI.SsetPaused |
( |
Boolean |
paused | ) |
|
The documentation for this class was generated from the following file: