Public Member Functions | |
TrendDemo () | |
TrendDemo (String title) | |
Static Public Member Functions | |
void | main (java.lang.String[] args) |
Private Member Functions | |
BaseChart | getChart () |
javax.swing.JPanel | getJFrameContentPane () |
void | handleException (java.lang.Throwable exception) |
void | initialize () |
Private Attributes | |
BaseChart | ivjChart = null |
javax.swing.JPanel | ivjJFrameContentPane = null |
TrendChartArea | trend |
|
TrendDemo constructor. |
|
TrendDemo constructor that takes title as an argument.
|
|
Return the Chart property value.
|
|
Return the JFrameContentPane property value.
|
|
Called whenever the part throws an exception.
|
|
Initialize the class. |
|
main entrypoint - starts the part when it is run as an application
|
|
|
|
|
|
|