SORTIE Java Interface  1
Public Member Functions | Private Attributes | List of all members
sortie.datavisualizer.ModelInternalFrame Class Reference

Ensures consistent behavior across graph windows. More...

Inheritance diagram for sortie.datavisualizer.ModelInternalFrame:

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...
 

Detailed Description

Ensures consistent behavior across graph windows.

Copyright: Copyright (c) Charles D. Canham 2012 Company: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0
Edit history:
---------------—
December 8, 2011: Wiped the slate clean for version 7 (LEM)

Constructor & Destructor Documentation

◆ ModelInternalFrame()

sortie.datavisualizer.ModelInternalFrame.ModelInternalFrame ( String  sTitle,
JInternalFrame  jLegend 
)

Constructor.

Creates a window that is iconifiable, resizable, and closeable.

Parameters
sTitleString Title string.
jLegendJInternalFrame Legend for this frame.

Member Function Documentation

◆ getChartFrameInfo()

ChartFrameInfo sortie.datavisualizer.ModelInternalFrame.getChartFrameInfo ( )

Get the chart frame information object for this frame.

Returns
Chart frame information object.

◆ getLegend()

JInternalFrame sortie.datavisualizer.ModelInternalFrame.getLegend ( )

Get the legend for this frame.

Returns
Legend.

◆ setChartFrameInfo()

void sortie.datavisualizer.ModelInternalFrame.setChartFrameInfo ( ChartFrameInfo  oInfo)

Set the chart frame information object for this frame.

Parameters
oInfoChart frame information object.

Member Data Documentation

◆ m_jLegend

JInternalFrame sortie.datavisualizer.ModelInternalFrame.m_jLegend
private

This window's legend.

◆ m_oChartInfo

ChartFrameInfo sortie.datavisualizer.ModelInternalFrame.m_oChartInfo
private

Chart information associated with this frame.


The documentation for this class was generated from the following file: