Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

com::cosylab::gui::components::r2::chart::BaseChart::ChartUpdater Class Reference

Collaboration diagram for com::cosylab::gui::components::r2::chart::BaseChart::ChartUpdater:

Collaboration graph
[legend]
List of all members.

Public Member Functions

synchronized void queueRequest (ChartUpdateRequest r)
void run ()
int getFrames ()
synchronized void setFrames (int frames)

Private Member Functions

synchronized ChartUpdateRequest pull ()

Private Attributes

int frames = 30
long rate = (long) (1000.0 / 30.0)
ChartUpdateRequest request
Runnable later

Member Function Documentation

int com::cosylab::gui::components::r2::chart::BaseChart::ChartUpdater::getFrames  )  [inline]
 

synchronized ChartUpdateRequest com::cosylab::gui::components::r2::chart::BaseChart::ChartUpdater::pull  )  [inline, private]
 

synchronized void com::cosylab::gui::components::r2::chart::BaseChart::ChartUpdater::queueRequest ChartUpdateRequest  r  )  [inline]
 

void com::cosylab::gui::components::r2::chart::BaseChart::ChartUpdater::run  )  [inline]
 

synchronized void com::cosylab::gui::components::r2::chart::BaseChart::ChartUpdater::setFrames int  frames  )  [inline]
 


Member Data Documentation

int com::cosylab::gui::components::r2::chart::BaseChart::ChartUpdater::frames = 30 [private]
 

Runnable com::cosylab::gui::components::r2::chart::BaseChart::ChartUpdater::later [private]
 

Initial value:

new Runnable() { public void run() { repaint(); } }

long com::cosylab::gui::components::r2::chart::BaseChart::ChartUpdater::rate = (long) (1000.0 / 30.0) [private]
 

ChartUpdateRequest com::cosylab::gui::components::r2::chart::BaseChart::ChartUpdater::request [private]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:12:34 2009 for ACS Java API by doxygen 1.3.8