Uses of Interface
com.davisor.data.Data

Packages that use Data
com.davisor.data This package defines a powerful parametrized data integration framework for exchanging information between different Java data objects, strings and SQL databases.  
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.  
com.davisor.graphics.data This package extends the data integration framework with graphics oriented data types that allow convenient information exchange between different Java graphics data objects, strings, and SQL databases.  
 

Uses of Data in com.davisor.data
 

Subinterfaces of Data in com.davisor.data
 interface DataValue
          DataValue defines a generic interface for data values.
 interface NumberValue
          NumberValue objects represents numerical data.
 interface SerializableData
          SerializableData represents a data instance that has some serializable, dupable byte stream representation.
 

Classes in com.davisor.data that implement Data
 class BigDecimalData
          BigDecimalData represents arbitrary precision decimal number data.
 class BigIntegerData
          BigIntegerData represents arbitrary precision integer number data.
 class BooleanData
          BooleanData objects represent boolean data values.
 class CalendarData
          CalendarData represents a calendar value.
 class CalendarFieldData
          CalendarFieldData represents the calendar field value.
 class CountData
          CountData objects represent non-negative integer values that have a special string representation.
 class DateData
          DateData represents a date, as opposed to time values that represent the time of day and timestamps that represent them both.
 class DoubleData
          DoubleData represents double valued number data.
 class EnumData
          An EnumData object represents enumerated data value.
 class FloatData
          FloatData represents float valued number data.
 class GenericValue
          GenericValue implements a generic base class for DataValue classes.
 class IntegerData
          IntegerData represents generic integer valued number data.
 class IntegerRangeData
          Restricted integer value.
 class LongData
          LongData represents long valued number data.
 class MomentData
          Moment is like a timestamp but when it is added to or subtracted from any other time/date value, the result will be the given moment.
 class ObjectValue
          ObjectValue implements a data value class for generic Java objects.
 class SimpleNumberValue
          SimpleNumberValue defines default implementations for NumberValue methods.
 class TextData
          The TextData object represents plain text data.
 class TimeData
          TimeData represents the time of day, as opposed to date values that represent dates and timestamps that represent them both.
 class TimestampData
          A TimestampData object represents a timestamp value.
 class TupleData
          TupleData defines a tuple data structure with elements defined by a tuple data type.
 class URLData
          A URLData object represents a URL address.
 class URLTextData
          URLTextData represents URL-encoded text data.
 class VoidData
          VoidData is an abstract base class for concrete Data classes.
 class VoidValue
          VoidValue represents an undefined value.
 

Uses of Data in com.davisor.data.stream
 

Subinterfaces of Data in com.davisor.data.stream
 interface DataBuffer
          DataBuffer defines an interface for data sources that can provide full random access to the elements they contain.
 interface DataSource
          DataSource defines an interface for classes that can express their content as data streams.
 interface DataStream
          DataStream represents a stream of data elements of some specific type.
 interface XMLDataStream
          Marker interface for streams of XML type
 

Classes in com.davisor.data.stream that implement Data
 class CollectionDataSource
          CollectionDataSource represents a data source that uses a standard Java collection to implement a source of DataValue elements.
 class EnumeratorDataStream
          EnumeratorDataStream represents a data stream that uses a standard Java enumerator to implement a stream of elements.
 class EnumeratorTypeStream
          EnumeratorTypeStream represents an enumerator data stream that enforces the common stream type over all stream elements.
 class IndirectDataBuffer
          IndirectDataBuffer is an abstract base class for DataBuffers which are implemented on top of other DataBuffers.
 class IteratorDataStream
          IteratorDataStream represents a data stream that uses a standard Java iterator to implement stream elements.
 class IteratorTypeStream
          IteratorTypeStream represents an iterator data stream that enforces the common stream type over all the stream elements.
 class JoinedDataBuffer
          A JoinedDataBuffer makes a data buffer out of several parallel buffers.
 class JoinedDataStream
          A JoinedDataStream makes a data stream out of several parallel streams.
 class LazyListDataBuffer
          LazyListDataBuffer implements a delayed initialization list data buffer.
 class ListDataBuffer
          ListDataBuffer represents a data buffer that uses a standard Java list to implement a buffer of DataValue elements.
 class ListIteratorDataStream
          ListIteratorDataStream represents a data stream that uses a standard Java list iterator to implement stream elements.
 class PivotDataStream
          PivotDataStream represents a data stream that has the processed results of PivotDataSource.
 class ProxyDataBuffer
          ProxyDataBuffer provides a single column view to a multi column buffer.
 class ProxyDataBuffer.ProxyDataStream
          ProxyDataStream implements a single column view to a multi column stream.
 class ResultSetDataStream
          A ResultSetDataStream makes a data stream out of a SQL result set.
 class ReversedDataBuffer
          ReversedDataBuffer implements a reversed view to the underlying data buffer.
 class SimpleDataBuffer
          SimpleDataBuffer is a DataBuffer implementation for single DataValues.
 class SortDataStream
          SortDataStream represents a data stream that has the processed results of SortDataSource.
 class StreamDataSource
          A StreamDataSource makes a reuseable data source out of a data stream that can be read only once.
 class TupleDataStream
          A TupleDataStream allows tuple elements in a tuple data stream to be rearranged at will, or to make ordinary data streams tuple streams.
 

Uses of Data in com.davisor.graphics.chart
 

Classes in com.davisor.graphics.chart that implement Data
 class ChartData
          Chart data.
 class ChartXMLDataBuffer
          ChartXMLDataBuffer implements a SAX document handler that can read and combine chart data from a XML document and an external data source.
 

Uses of Data in com.davisor.graphics.data
 

Subinterfaces of Data in com.davisor.graphics.data
 interface PaintValue
          PaintValue interface defines operations supported by generic paint data values.
 

Classes in com.davisor.graphics.data that implement Data
 class AnnotatedPaintValue
          AnnotatedPaintValue allows annotation information to be assosiated to paint values.
 class ColorData
          ColorData represents a concrete solid color.
 class FontData
          FontData objects represent a concrete font.
 class GradientData
          GradientData objects represent gradient paints that fade from one color towards another.
 class PaintData
          PaintData objects is an abstract base class for Java2D paint objects that are also data objects.
 class PaintsData
          PaintsData objects represent an ordered list of paints.
 class ShapeData
          ShapeData objects represent a concrete shape.
 class StretchedTextureData
          StretchedTextureData objects represent concrete texture paint allowing partial stretching or tiling of the texture.
 class StrokeData
          StrokeData objects represent a concrete stroke.
 class TextureData
          TextureData objects represent concrete texture paint.
 class TransformedShapeData
          TransformedShapeData objects represent a shape that undergoes dynamic transformations under the control of externally supplied values.
 



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