Package de.laures.cewolf.jfree

Interface Summary
HeatMapDataset A dataset that represents a rectangular grid of (x, y, z) values.
 

Class Summary
DefaultHeatMapDataset A default implementation of the HeatMapDataset interface.
HeatMapUtilities A utility class for the HeatMapDataset.
ThermometerPlot A plot that displays a single value (from a ValueDataset) in a thermometer type display.
WaferMapPlot A wafer map plot.
WaferMapRenderer A renderer for wafer map plots.
XYBlockRenderer A renderer that represents data from an XYZDataset by drawing a color block at each (x, y) point, where the color is a function of the z-value from the dataset.
XYConditionRenderer A renderer that connects data points with lines and/or draws shapes at each data point.
XYSplineRenderer A renderer that connects data points with natural cubic splines and/or draws shapes at each data point.
 



cewolf tag library - web charts with JFreeChart