com::cosylab::gui::components::r2::chart::TrendDemo Class Reference

Collaboration diagram for com::cosylab::gui::components::r2::chart::TrendDemo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TrendDemo ()
 TrendDemo (String title)

Static Public Member Functions

static 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

Detailed Description

This is chart demo that present sine function.


Constructor & Destructor Documentation

com::cosylab::gui::components::r2::chart::TrendDemo::TrendDemo (  )  [inline]

TrendDemo constructor.

References initialize().

Referenced by main().

com::cosylab::gui::components::r2::chart::TrendDemo::TrendDemo ( String  title  )  [inline]

TrendDemo constructor that takes title as an argument.

Parameters:
title java.lang.String

Member Function Documentation

BaseChart com::cosylab::gui::components::r2::chart::TrendDemo::getChart (  )  [inline, private]

Return the Chart property value.

Returns:
si.ijs.kgb.chart.BaseChart

References com::cosylab::gui::components::r2::chart::BaseChart::BaseChart(), handleException(), and ivjChart.

Referenced by getJFrameContentPane(), and initialize().

javax.swing.JPanel com::cosylab::gui::components::r2::chart::TrendDemo::getJFrameContentPane (  )  [inline, private]

Return the JFrameContentPane property value.

Returns:
javax.swing.JPanel

References getChart(), handleException(), and ivjJFrameContentPane.

Referenced by initialize().

void com::cosylab::gui::components::r2::chart::TrendDemo::handleException ( java.lang.Throwable  exception  )  [inline, private]

Called whenever the part throws an exception.

Parameters:
exception java.lang.Throwable

Referenced by getChart(), getJFrameContentPane(), and initialize().

void com::cosylab::gui::components::r2::chart::TrendDemo::initialize (  )  [inline, private]
static void com::cosylab::gui::components::r2::chart::TrendDemo::main ( java.lang.String[]  args  )  [inline, static]

main entrypoint - starts the part when it is run as an application

Parameters:
args java.lang.String[]

References TrendDemo().


Member Data Documentation

Referenced by getChart().

Referenced by getJFrameContentPane().

Referenced by initialize().


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

Generated by  doxygen 1.6.2