SORTIE Java Interface
1
|
Ensures consistent behavior across graph windows. More...
Public Member Functions | |
ModelInternalFrame (String sTitle, JInternalFrame jLegend) | |
Constructor. More... | |
void | setChartFrameInfo (ChartFrameInfo oInfo) |
Set the chart frame information object for this frame. More... | |
ChartFrameInfo | getChartFrameInfo () |
Get the chart frame information object for this frame. More... | |
JInternalFrame | getLegend () |
Get the legend for this frame. More... | |
Private Attributes | |
JInternalFrame | m_jLegend |
This window's legend. More... | |
ChartFrameInfo | m_oChartInfo |
Chart information associated with this frame. More... | |
Ensures consistent behavior across graph windows.
Copyright: Copyright (c) Charles D. Canham 2012 Company: Cary Institute of Ecosystem Studies
sortie.datavisualizer.ModelInternalFrame.ModelInternalFrame | ( | String | sTitle, |
JInternalFrame | jLegend | ||
) |
Constructor.
Creates a window that is iconifiable, resizable, and closeable.
sTitle | String Title string. |
jLegend | JInternalFrame Legend for this frame. |
ChartFrameInfo sortie.datavisualizer.ModelInternalFrame.getChartFrameInfo | ( | ) |
Get the chart frame information object for this frame.
JInternalFrame sortie.datavisualizer.ModelInternalFrame.getLegend | ( | ) |
Get the legend for this frame.
void sortie.datavisualizer.ModelInternalFrame.setChartFrameInfo | ( | ChartFrameInfo | oInfo | ) |
Set the chart frame information object for this frame.
oInfo | Chart frame information object. |
|
private |
This window's legend.
|
private |
Chart information associated with this frame.