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::PointCollector Class Reference

Collaboration diagram for com::cosylab::gui::components::r2::chart::PointCollector:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PointCollector ()
 PointCollector (int capacity)
void finalize ()
Point newPoint ()
Point newPoint (double x, double y)
void recyclePoint (Point point)
void setCapacity (int capacity)

Private Attributes

java.lang.ref.ReferenceQueue queue = new java.lang.ref.ReferenceQueue()
Point first = null
Point last = null
int recycled = 0
int created = 0
int size = 0
int capacity = 10

Detailed Description

Insert the type's description here. Creation date: (31.03.2001 23:35:40)
Author:
:


Constructor & Destructor Documentation

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

PointCollector constructor with no arguments.

com::cosylab::gui::components::r2::chart::PointCollector::PointCollector int  capacity  )  [inline]
 

PointCollector constructor with no arguments.


Member Function Documentation

void com::cosylab::gui::components::r2::chart::PointCollector::finalize  )  [inline]
 

Point com::cosylab::gui::components::r2::chart::PointCollector::newPoint double  x,
double  y
[inline]
 

Insert the method's description here. Creation date: (31.03.2001 23:38:04)

Returns:
si.ijs.kgb.chart.Point

Point com::cosylab::gui::components::r2::chart::PointCollector::newPoint  )  [inline]
 

Insert the method's description here. Creation date: (31.03.2001 23:38:04)

Returns:
si.ijs.kgb.chart.Point

void com::cosylab::gui::components::r2::chart::PointCollector::recyclePoint Point  point  )  [inline]
 

Insert the method's description here. Creation date: (31.03.2001 23:46:49)

Parameters:
point si.ijs.kgb.chart.Point

void com::cosylab::gui::components::r2::chart::PointCollector::setCapacity int  capacity  )  [inline]
 

Sets capacity of catch. If catch contains more point than new capacity, they will not be released until recycled.


Member Data Documentation

int com::cosylab::gui::components::r2::chart::PointCollector::capacity = 10 [private]
 

int com::cosylab::gui::components::r2::chart::PointCollector::created = 0 [private]
 

Point com::cosylab::gui::components::r2::chart::PointCollector::first = null [private]
 

Point com::cosylab::gui::components::r2::chart::PointCollector::last = null [private]
 

java.lang.ref.ReferenceQueue com::cosylab::gui::components::r2::chart::PointCollector::queue = new java.lang.ref.ReferenceQueue() [private]
 

int com::cosylab::gui::components::r2::chart::PointCollector::recycled = 0 [private]
 

int com::cosylab::gui::components::r2::chart::PointCollector::size = 0 [private]
 


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