Uses of Package
com.davisor.data.stream

Packages that use com.davisor.data.stream
com.davisor.data.stream This package extends the data framework package with tools for working with data streams and buffers containing data framework data objects and arbitrary data objects.  
com.davisor.graphics.chart This package defines a powerful dynamic graphical chart generation and data visualization framework.  
 

Classes in com.davisor.data.stream used by com.davisor.data.stream
CollectionDataSource
          CollectionDataSource represents a data source that uses a standard Java collection to implement a source of DataValue elements.
DataBuffer
          DataBuffer defines an interface for data sources that can provide full random access to the elements they contain.
DataSource
          DataSource defines an interface for classes that can express their content as data streams.
DataStream
          DataStream represents a stream of data elements of some specific type.
EnumDataBufferType
          EnumIndexType defines a data type that provides mapping from integer indexes to DataBuffer values.
EnumeratorDataStream
          EnumeratorDataStream represents a data stream that uses a standard Java enumerator to implement a stream of elements.
IndirectDataBuffer
          IndirectDataBuffer is an abstract base class for DataBuffers which are implemented on top of other DataBuffers.
IteratorDataStream
          IteratorDataStream represents a data stream that uses a standard Java iterator to implement stream elements.
ListDataBuffer
          ListDataBuffer represents a data buffer that uses a standard Java list to implement a buffer of DataValue elements.
StreamDataSource
          A StreamDataSource makes a reuseable data source out of a data stream that can be read only once.
 

Classes in com.davisor.data.stream used by com.davisor.graphics.chart
DataBuffer
          DataBuffer defines an interface for data sources that can provide full random access to the elements they contain.
DataSource
          DataSource defines an interface for classes that can express their content as data streams.
DataStream
          DataStream represents a stream of data elements of some specific type.
JoinedDataBuffer
          A JoinedDataBuffer makes a data buffer out of several parallel buffers.
StreamDataSource
          A StreamDataSource makes a reuseable data source out of a data stream that can be read only once.
 



Copyright © 2001-2004 Davisor Oy. All Rights Reserved.