Package de.laures.cewolf

Servlet based framework to render charts into a client's response stream.

See:
          Description

Interface Summary
CategoryItemLinkGenerator A link generator for category items.
ChartHolder An object of this type represents a full descritption of a chart.
ChartImage A special ChartHolder which also holds the image presentation of the chart.
ChartPostProcessor Postprocesses a generated chart instance.
DatasetProducer Produces a Dataset which will be rendered as a chart afterwards.
LinkGenerator This is the base interface of all link generating components which can be used to produce image maps.
PieSectionLinkGenerator A LinkGenerator for PieDatasets.
Storage Pluggable storage concept.
WebConstants Contains some base constants to avoid explicit dependancy to concrete chart implementation's constant values.
XYItemLinkGenerator A LinkGenerator for XYDatasets.
 

Class Summary
CewolfRenderer The rendering servlet of Cewolf.
Configuration This class represents the configuration of the Cewolf framework.
 

Exception Summary
CewolfException Base class of all Cewolf related exceptions
ChartRenderingException Thrown by a renderer if a problem during the rendering process occured.
ConfigurationException Thrown by an object which handles the production of a specific chart instance when detecting an incorrect or unconsistent configuration.
DatasetProduceException Thrown by a DatasetProducer if it has problems in creating a correct dataset.
PostProcessingException Thrown by a DatasetProducer if it has problems in creating a correct dataset.
 

Package de.laures.cewolf Description

Servlet based framework to render charts into a client's response stream.