Uses of Package
com.davisor.graphics.chart

Packages that use com.davisor.graphics.chart
com.davisor.ejb.chart   
com.davisor.graphics.chart This package defines a powerful dynamic graphical chart generation and data visualization framework.  
 

Classes in com.davisor.graphics.chart used by com.davisor.ejb.chart
Chart
          Chart represents some form of a result generated by a chart factory.
ChartException
          ChartException is thrown when something goes wrong with chart generation.
 

Classes in com.davisor.graphics.chart used by com.davisor.graphics.chart
AbstractChart
          AbstractChart represents a base class for all concrete implementations of the Chart interface.
AbstractTableRenderer
          AbstractTableRenderer provides a base class for all TableFactory table renderers.
AreaFactory
          AreaFactory implements a area chart producer that can make polyline area charts from one-dimensional multichannel data.
AxisAttributes
          AxisAttributes represents chart coordinate axis attributes that may be shared among axes in the same axis group.
AxisFactory
          AxisFactory implements an abstract base class for charts that render data into one-, two-, or three-dimensional coordinate systems.
AxisFactory.AxisContext
          AxisContext holds the state of one particular axis chart while it is being constructed.
AxisFactory.AxisMetrics
          AxisMetrics is an AxisFactory internal info container that carries axis chart manufacturing parameters.
AxisMarker
          AxisMarker represents one marker line or area positioned in an ChartAxis.
AxisRenderAttributes
          AxisRenderAttributes represents rendering attributes for chart axes.
BackRenderAttributes
          BackRenderAttributes represents chart background rendering attributes.
BarFactory
          BarFactory is a base class for chart producers that can make bar charts out of one- or multidimensional data.
BufferedChart
          BufferedChart represents a drawable chart, based on a buffered image.
ChannelAttributes
          ChannelAttributes represents a set of chart channel attributes that describe the interpretation rules and default render attributes for channel and sub-channel data elements.
Chart
          Chart represents some form of a result generated by a chart factory.
ChartAttributes
          Chart attributes.
ChartAttributesFactory
          ChartAttributesFactory is used to create objects that implement ChartAttributes interface.
ChartAttributesMap
          ChartAttributesMap is a map for storing ChartAttributes parsed from XML documents with the ChartXMLDocumentHandler.
ChartAxes
          ChartAxes represents a set of ChartAxis that define the coordinate space of a chart.
ChartAxis
          ChartAxis represents one chart coordinate axis that is a member of a group of ChartAxes.
ChartData
          Chart data.
ChartDataSummary
          Summary represents summary data gathered over a set of number valued channels.
ChartException
          ChartException is thrown when something goes wrong with chart generation.
ChartFactory
          Chart factories.
ChartFactory.ChartContext
          ChartContext is a base class for chart factory context information.
ChartFactory.ChartMetrics
          ChartMetrics provides common interface for all chart factories to store chart and chart component size information, and to resize charts.
ChartObjectAttributes
          ChartObjectAttributes implements a chart attribute set where the attribute values are stored in corresponding object member variables.
ChartStringAttributes
          ChartStringAttributes implements a chart attribute set where the attribute values are stored in a fixed XML string.
ChartXMLAttributes
          ChartXMLAttributes implements a SAX document handler that can read chart attributes from a XML document.
ChartXMLAttributesFactory
          ChartXMLAttributesFactory builds DocumentHandlers for ChartXMLDocumentHandler that construct ChartXMLAttributes.
ChartXMLDataBuffer
          ChartXMLDataBuffer implements a SAX document handler that can read and combine chart data from a XML document and an external data source.
ColumnBarFactory
          ColumnBarFactory implements a bar chart producer that can make vertical column bar charts from one-dimensional multichannel data.
ComboFactory
          ComboFactory implements a polymorphic axis chart that can combine different axis charts into one common coordinate system.
ComboFactory.ComboContext
          Combo context contains data neccessary to create a combo chart for a particular set of sub charts.
ComboFactory.ComboMetrics
          Combo metrics.
CSSTableRenderer
          CSSTableRenderer provides general Cascading Style Sheet (CSS) functionality for table renderers.
DataRenderAttributes
          DataRenderAttributes represents data formatting attributes for chart rendering.
DumpFactory
          DumpFactory implements a dump chart that produces XML markup dump of chart data and chart attributes.
FOTableRenderer
          FOTableRenderer implements a FO spesific TableFactory table renderer.
GridFactory
          Abstract base class for grid based axis charts.
ImageChart
          ImageChart represents an image chart.
LabelLegendFactory
          LabelLegendFactory implements a chart legend producer that can make legend charts out of one- or multidimensional data.
LayoutFactory
          LayoutFactory implements a chart that can combine different charts into one chart.
LegendAttributes
          LegendAttributes represents legend attributes including Legend rendering attributes (LegendRenderAttributes) margins around the legend gap around elements offset between legend labels orientation of the legend
LegendFactory
          Legend factory is super class for factories creating legends.
LegendRenderAttributes
          LegendRenderAttributes represents chart legend rendering attributes.
LineFactory
          LineFactory implements a line chart producer that can make polyline charts from one-dimensional multichannel data.
LineRenderAttributes
          LineRenderAttributes represents attributes for chart lines.
MarkerRenderAttributes
          MarkerRenderAttributes represents rendering attributes for chart axis markers.
PaintLegendFactory
          PaintLegendFactory implements a legend factory which describes the paint scales used in chart.
PieFactory
          PieFactory implements a pie chart producer that can make pie charts out of one-dimensional data.
PieFactory.PieContext
          Contains ready resolved values for metrics resolvation and rendering.
PieFactory.PieMetrics
          PieMetrics contains calculated values for size variables needed when drawing the pie.
PlotRenderAttributes
          PlotRenderAttributes represents attributes for chart plot area.
ScaleLegendFactory
          ScaleLegendFactory provides common functionality to legend factories that show scales in a legend.
ScatterFactory
          ScatterFactory implements a scatter chart producer that can make polyline charts from twoe-dimensional multichannel data.
ShapeFactory
          ShapeFactory is a base class for chart producers that can make shape charts out of one- or multidimensional data.
ShapeLegendFactory
          ShapeLegendFactory implements a legend factory which describes the shape scales used in chart.
StockChartFactory
          StockChartFactory is an abstract class for stock charts based on bar chart producer.
SVGChart
          SVGChart represents a chart generated by a chart factory as a SVG XML document.
TableFactory
          TableFactory implements a table chart that produces various XML markup table dumps of chart data.
TableRenderer
          TableRenderer defines the interface with which TableFactory instances can control different table rendering tool implementations.
 



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