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

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

List of all members.

Classes

class  HistoryIterator
class  PointInterceptor

Public Member Functions

 HistoryTrendPointService (ChartDataModel model, ChartService service, PointTransformerModel transform)
Point addPoint (Point point)
java.util.LinkedList getHistory ()
PointCollector getPointCollector ()
boolean isResetToHistory ()
void packHistory (double period)
void resetToHistory ()
int transform ()

Public Attributes

java.util.LinkedList history = new java.util.LinkedList()
PointCollector pointCollector = new PointCollector()
PointInterceptor interceptor = new PointInterceptor()
HistoryIterator historyInterator = new HistoryIterator()

Private Attributes

boolean resetToHistory = false

Detailed Description

Insert the type's description here. Creation date: (11.04.2001 16:56:22)

Author:
:

Constructor & Destructor Documentation

com::cosylab::gui::components::r2::chart::HistoryTrendPointService::HistoryTrendPointService ( ChartDataModel  model,
ChartService  service,
PointTransformerModel  transform 
) [inline]

HistoryTrendPointService constructor comment.

Parameters:
model si.ijs.kgb.chart.ChartDataModel
service si.ijs.kgb.chart.ChartService
transform si.ijs.kgb.chart.PointTransformerModel

Member Function Documentation

Point com::cosylab::gui::components::r2::chart::HistoryTrendPointService::addPoint ( Point  point  )  [inline]
java.util.LinkedList com::cosylab::gui::components::r2::chart::HistoryTrendPointService::getHistory (  )  [inline]

Insert the method's description here. Creation date: (11.04.2001 16:57:56)

Returns:
java.util.LinkedList

References history.

PointCollector com::cosylab::gui::components::r2::chart::HistoryTrendPointService::getPointCollector (  )  [inline]

Insert the method's description here. Creation date: (11.04.2001 17:02:03)

Returns:
si.ijs.kgb.chart.PointCollector

References pointCollector.

boolean com::cosylab::gui::components::r2::chart::HistoryTrendPointService::isResetToHistory (  )  [inline]

Insert the method's description here. Creation date: (12/10/01 8:25:57)

Returns:
boolean

References resetToHistory().

void com::cosylab::gui::components::r2::chart::HistoryTrendPointService::packHistory ( double  period  )  [inline]

Insert the method's description here. Creation date: (11.04.2001 17:12:29)

Parameters:
period double

References history.

Referenced by transform().

Insert the method's description here. Creation date: (12/10/01 8:25:57)

Parameters:
newResetToHistory boolean

Referenced by isResetToHistory(), and transform().

int com::cosylab::gui::components::r2::chart::HistoryTrendPointService::transform (  )  [inline]

Member Data Documentation

java.util.LinkedList com::cosylab::gui::components::r2::chart::HistoryTrendPointService::history = new java.util.LinkedList()

Referenced by transform().

Referenced by transform().

Referenced by addPoint(), and getPointCollector().


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

Generated by  doxygen 1.6.2