A B C D E F G H I K L M N O P R S T U V W X Y Z

A

AbstractChartDefinition - Class in de.laures.cewolf.taglib
Serializable implementaton of a ChartDefinition.
AbstractChartDefinition() - Constructor for class de.laures.cewolf.taglib.AbstractChartDefinition
 
AbstractChartTag - Class in de.laures.cewolf.taglib.tags
Root tag <chart> of a chart definition.
AbstractChartTag() - Constructor for class de.laures.cewolf.taglib.tags.AbstractChartTag
 
AbstractHTMLBaseTag - Class in de.laures.cewolf.taglib.html
Abstract base class which holds attribbutes common for all HTML 4.0 tags.
AbstractHTMLBaseTag() - Constructor for class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
 
AbstractObjectTag - Class in de.laures.cewolf.taglib.tags
Abstract base class for all tags referencing a scripting variable by its ID.
AbstractObjectTag() - Constructor for class de.laures.cewolf.taglib.tags.AbstractObjectTag
 
AbstractParameterizedObjectTag - Class in de.laures.cewolf.taglib.tags
Abstract base class for all tags referencing a scripting variable by its ID which they want to parameterize further.
AbstractParameterizedObjectTag() - Constructor for class de.laures.cewolf.taglib.tags.AbstractParameterizedObjectTag
 
AbstractSessionStorage - Class in de.laures.cewolf.storage
 
AbstractSessionStorage() - Constructor for class de.laures.cewolf.storage.AbstractSessionStorage
 
addChartPostProcessor(ChartPostProcessor, Map<String, String>) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
 
addEntry(String, Map, Date) - Method in class de.laures.cewolf.taglib.util.DatasetProductionTimeStore
 
addParameter(String, String, Object) - Method in class de.laures.cewolf.taglib.tags.AbstractParameterizedObjectTag
 
addParameter(String, String, Object) - Method in interface de.laures.cewolf.taglib.tags.Parameterized
 
addPlot(PlotDefinition) - Method in class de.laures.cewolf.taglib.CombinedChartDefinition
 
addPlot(PlotDefinition) - Method in class de.laures.cewolf.taglib.OverlaidChartDefinition
 
addPlot(PlotDefinition) - Method in interface de.laures.cewolf.taglib.PlotContainer
 
addPlot(PlotDefinition) - Method in class de.laures.cewolf.taglib.tags.CombinedChartTag
 
addPlot(PlotDefinition) - Method in class de.laures.cewolf.taglib.tags.OverlaidChartTag
 
addPoint(int, int, Color) - Method in class de.laures.cewolf.taglib.tags.GradientTag
 
addPoint(int, int, Color) - Method in interface de.laures.cewolf.taglib.tags.Pointed
 
addPostProcessor(ChartPostProcessor, Map<String, String>) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
 
align - Variable in class de.laures.cewolf.taglib.html.HTMLImgTag
Holds value of property align.
alt - Variable in class de.laures.cewolf.taglib.html.HTMLImgTag
Holds value of property alt.
AMPERSAND - Static variable in interface de.laures.cewolf.WebConstants
Escape of an Ampersand in HTML
ANCHOR_EAST - Static variable in interface de.laures.cewolf.taglib.TaglibConstants
 
ANCHOR_NORTH - Static variable in interface de.laures.cewolf.taglib.TaglibConstants
 
ANCHOR_SOUTH - Static variable in interface de.laures.cewolf.taglib.TaglibConstants
 
ANCHOR_WEST - Static variable in interface de.laures.cewolf.taglib.TaglibConstants
 
AnnotationProcessor - Class in de.laures.cewolf.cpp
A postprocessor for adding annotation to an X/Y or Category plot.
AnnotationProcessor() - Constructor for class de.laures.cewolf.cpp.AnnotationProcessor
 
appendAttributeDeclaration(Writer, String, String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
 
appendAttributeDeclaration(Writer, int, String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
 
appendAttributeDeclaration(Writer, float, String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
 
AREA - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
AREA - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
AREA_XY - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
Assert - Class in de.laures.cewolf.util
Simple assertion class.
Assert() - Constructor for class de.laures.cewolf.util.Assert
 
AttributeValidationException - Exception in de.laures.cewolf.taglib
 
AttributeValidationException(String, String) - Constructor for exception de.laures.cewolf.taglib.AttributeValidationException
 
AXIS_GAP - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
The axis gap.
AXIS_TYPE_CATEGORY - Static variable in interface de.laures.cewolf.taglib.AxisConstants
 
AXIS_TYPE_DATE - Static variable in interface de.laures.cewolf.taglib.AxisConstants
 
AXIS_TYPE_NUMBER - Static variable in interface de.laures.cewolf.taglib.AxisConstants
 
AxisConstants - Interface in de.laures.cewolf.taglib
Constants for axis attributes.
AxisFactory - Class in de.laures.cewolf.taglib
 
AxisFactory() - Constructor for class de.laures.cewolf.taglib.AxisFactory
 
AxisTypes - Class in de.laures.cewolf.taglib
Contains the list of all possible axis type string values which can be used in the type attribute of a <plot> tag.

B

BarRendererProcessor - Class in de.laures.cewolf.cpp
A postprocessor for setting/removing the bar outline (default: false), the item margin for 2D and 3D bar charts (default: 0.2%), whether or not item labels are visible (default: no), the color to use for item labels (default: black) and their font size (default: 12).
BarRendererProcessor() - Constructor for class de.laures.cewolf.cpp.BarRendererProcessor
 
border - Variable in class de.laures.cewolf.taglib.html.HTMLImgTag
Holds value of property border.
borderVisible - Variable in class de.laures.cewolf.taglib.AbstractChartDefinition
 
BrowserDetection - Class in de.laures.cewolf.taglib.util
 
BrowserDetection() - Constructor for class de.laures.cewolf.taglib.util.BrowserDetection
 
BUBBLE - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
buildImgURL(String, PageContext, String, int, int, String, boolean, boolean) - Static method in class de.laures.cewolf.taglib.tags.ChartImgTag
Build the image url
BULB - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
A constant for the value label position (in the thermometer bulb).

C

CANDLE_STICK - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
CANDLESTICK - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
CategoryItemLinkGenerator - Interface in de.laures.cewolf.links
A link generator for category items.
CategoryToolTipGenerator - Interface in de.laures.cewolf.tooltips
 
CewolfBodyTag - Class in de.laures.cewolf.taglib.tags
 
CewolfBodyTag() - Constructor for class de.laures.cewolf.taglib.tags.CewolfBodyTag
 
CewolfChartFactory - Class in de.laures.cewolf.taglib
Chart factory creates Jfreechart instances.
CewolfChartFactory(String) - Constructor for class de.laures.cewolf.taglib.CewolfChartFactory
Creates a new instance of ChartFactory
CewolfException - Exception in de.laures.cewolf
Base class of all Cewolf related exceptions
CewolfException() - Constructor for exception de.laures.cewolf.CewolfException
Creates a new instance of CewolfException without detail message.
CewolfException(String) - Constructor for exception de.laures.cewolf.CewolfException
Constructs an instance of CewolfException with the specified detail message.
CewolfException(String, Exception) - Constructor for exception de.laures.cewolf.CewolfException
Constructs exception with causing exception
CewolfRenderer - Class in de.laures.cewolf
The rendering servlet of Cewolf.
CewolfRenderer() - Constructor for class de.laures.cewolf.CewolfRenderer
 
CewolfRendererMBean - Interface in de.laures.cewolf
 
CewolfRootTag - Interface in de.laures.cewolf.taglib.tags
A root tag always holds a chart ID as it always is assigne dto a chart.
CewolfTag - Class in de.laures.cewolf.taglib.tags
 
CewolfTag() - Constructor for class de.laures.cewolf.taglib.tags.CewolfTag
 
ChartConstants - Interface in de.laures.cewolf.taglib
Contains some base constants to avoid explicit dependancy to concrete chart implementation's constant values.
chartDefinition - Variable in class de.laures.cewolf.taglib.tags.AbstractChartTag
 
ChartHolder - Interface in de.laures.cewolf
An object of this type represents a full description of a chart.
ChartImage - Interface in de.laures.cewolf
A special ChartHolder which also holds the image presentation of the chart.
ChartImageDefinition - Class in de.laures.cewolf.taglib
Serializable implementaton of a ChartImage.
ChartImageDefinition(ChartHolder, int, int, int, String, int) - Constructor for class de.laures.cewolf.taglib.ChartImageDefinition
Constructor for ChartImage
ChartImageRenderListener - Interface in de.laures.cewolf.event
Event listener called back after the image is rendered.
ChartImgTag - Class in de.laures.cewolf.taglib.tags
This is the tag implementation of the <img> tag.
ChartImgTag() - Constructor for class de.laures.cewolf.taglib.tags.ChartImgTag
 
ChartImgURLTag - Class in de.laures.cewolf.taglib.tags
This tag only renders the image URL instead of a full <img> tag.
ChartImgURLTag() - Constructor for class de.laures.cewolf.taglib.tags.ChartImgURLTag
 
ChartImgURLTagEI - Class in de.laures.cewolf.taglib.tags
TagExxtraInfo for the ChartImgURLTag
ChartImgURLTagEI() - Constructor for class de.laures.cewolf.taglib.tags.ChartImgURLTagEI
 
ChartMapTag - Class in de.laures.cewolf.taglib.tags
Tag <map> which defines the tooltip and link tags.
ChartMapTag() - Constructor for class de.laures.cewolf.taglib.tags.ChartMapTag
 
ChartPostProcessor - Interface in de.laures.cewolf
Postprocesses a generated chart instance.
ChartPostProcessorTag - Class in de.laures.cewolf.taglib.tags
Tag to define a post processor.
ChartPostProcessorTag() - Constructor for class de.laures.cewolf.taglib.tags.ChartPostProcessorTag
 
ChartRenderingException - Exception in de.laures.cewolf
Thrown by a renderer if a problem during the rendering process occured.
ChartRenderingException() - Constructor for exception de.laures.cewolf.ChartRenderingException
Creates a new instance of ChartRenderingException without detail message.
ChartRenderingException(String) - Constructor for exception de.laures.cewolf.ChartRenderingException
Constructs an instance of ChartRenderingException with the specified detail message.
ChartRenderingException(String, Exception) - Constructor for exception de.laures.cewolf.ChartRenderingException
Constructor with cause exception
chartType - Variable in class de.laures.cewolf.taglib.CewolfChartFactory
 
ChartTypes - Class in de.laures.cewolf.taglib
Contains the list of all possible chart type string values which can be used in the type attribute of a <chart> tag.
chartUsed(String) - Static method in class de.laures.cewolf.CewolfRenderer
 
ChartValidationException - Exception in de.laures.cewolf
 
ChartValidationException(String) - Constructor for exception de.laures.cewolf.ChartValidationException
 
check(Dataset, Class, String) - Static method in class de.laures.cewolf.taglib.CewolfChartFactory
Helper to check if the given dataset is the expected type.
check(Dataset, Class, int) - Method in class de.laures.cewolf.taglib.PlotDefinition
 
check(boolean, String) - Static method in class de.laures.cewolf.util.Assert
 
clazz - Variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Holds value of property clazz.
cleanup() - Method in class de.laures.cewolf.storage.SessionStorageGroup
Clean up (remove) all expired charts from this storage group.
clone() - Method in class de.laures.cewolf.cpp.LinearPaintScale
 
clone() - Method in class de.laures.cewolf.jfree.DefaultHeatMapDataset
Returns an independent copy of this dataset.
clone(double[][]) - Static method in class de.laures.cewolf.jfree.DefaultHeatMapDataset
Returns a clone of the specified array.
clone() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns a clone of the plot.
clone() - Method in class de.laures.cewolf.jfree.XYBlockRenderer
Returns a clone of this renderer.
ClusterableSessionStorage - Class in de.laures.cewolf.storage
 
ClusterableSessionStorage() - Constructor for class de.laures.cewolf.storage.ClusterableSessionStorage
 
Colored - Interface in de.laures.cewolf.taglib.tags
Tags implementing this interface can nest a <color> tag.
ColorHelper - Class in de.laures.cewolf.taglib.util
 
ColorTag - Class in de.laures.cewolf.taglib.tags
Tag <color> which sets the color of its parent tag.
ColorTag() - Constructor for class de.laures.cewolf.taglib.tags.ColorTag
 
COMBINED_XY - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
CombinedChartDefinition - Class in de.laures.cewolf.taglib
Chart definition subclass to handle combined charts
CombinedChartDefinition() - Constructor for class de.laures.cewolf.taglib.CombinedChartDefinition
 
CombinedChartTag - Class in de.laures.cewolf.taglib.tags
Chart tag subclass to handle combined charts
CombinedChartTag() - Constructor for class de.laures.cewolf.taglib.tags.CombinedChartTag
 
COMPASS - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
CompassEnhancer - Class in de.laures.cewolf.cpp
A postprocessor for changing details of a Compass plot.
CompassEnhancer() - Constructor for class de.laures.cewolf.cpp.CompassEnhancer
 
Configuration - Class in de.laures.cewolf
This class represents the configuration of the Cewolf framework.
Configuration(ServletContext) - Constructor for class de.laures.cewolf.Configuration
package protected constructor triggered by servlet
ConfigurationException - Exception in de.laures.cewolf
Thrown by an object which handles the production of a specific chart instance when detecting an incorrect or unconsistent configuration.
ConfigurationException() - Constructor for exception de.laures.cewolf.ConfigurationException
Creates a new instance of ConfigurationException without detail message.
ConfigurationException(String) - Constructor for exception de.laures.cewolf.ConfigurationException
Constructs an instance of ConfigurationException with the specified detail message.
contains(ChartImage, PageContext) - Method in class de.laures.cewolf.storage.AbstractSessionStorage
 
contains(ChartImage, PageContext) - Method in class de.laures.cewolf.storage.FileStorage
see de.laures.cewolf.Storage#contains(ChartImage, PageContext)
containsEntry(String, Map) - Method in class de.laures.cewolf.taglib.util.DatasetProductionTimeStore
 
cppUsed(ChartPostProcessor) - Static method in class de.laures.cewolf.CewolfRenderer
 
createAxis(int, int, String) - Method in class de.laures.cewolf.taglib.AxisFactory
 
createChartDefinition() - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
 
createChartDefinition() - Method in class de.laures.cewolf.taglib.tags.CombinedChartTag
 
createChartDefinition() - Method in class de.laures.cewolf.taglib.tags.OverlaidChartTag
 
createChartDefinition() - Method in class de.laures.cewolf.taglib.tags.SimpleChartTag
 
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class de.laures.cewolf.taglib.tags.SerializableGradientPaint
 
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class de.laures.cewolf.taglib.tags.SerializableTexturePaint
 
createHeatMapImage(HeatMapDataset, PaintScale) - Static method in class de.laures.cewolf.jfree.HeatMapUtilities
Creates an image that displays the values from the specified dataset.
createImage(int, int) - Static method in class de.laures.cewolf.util.RenderingHelper
 
createScatterPlot(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class de.laures.cewolf.taglib.CewolfChartFactory
Creates a scatter plot with default settings.
createSplineChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class de.laures.cewolf.taglib.CewolfChartFactory
Creates a spline chart (based on an XYDataset) with default settings.
createXYLineChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class de.laures.cewolf.taglib.CewolfChartFactory
Creates a line chart (based on an XYDataset) with default settings.
CRITICAL - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
A constant for the 'critical' range.

D

data - Variable in class de.laures.cewolf.util.RenderedImage
 
DataAware - Interface in de.laures.cewolf.taglib
 
DataContainer - Class in de.laures.cewolf.taglib
 
DataContainer() - Constructor for class de.laures.cewolf.taglib.DataContainer
 
datasetChanged(DatasetChangeEvent) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Checks to see if a new value means the axis range needs adjusting.
DatasetProduceException - Exception in de.laures.cewolf
Thrown by a DatasetProducer if it has problems in creating a correct dataset.
DatasetProduceException() - Constructor for exception de.laures.cewolf.DatasetProduceException
Creates a new instance of DatasetProduceException without detail message.
DatasetProduceException(String) - Constructor for exception de.laures.cewolf.DatasetProduceException
Constructs an instance of DatasetProduceException with the specified detail message.
DatasetProduceException(String, Exception) - Constructor for exception de.laures.cewolf.DatasetProduceException
Constructs an instance of DatasetProduceException with the specified detail message and the underlying exception
DatasetProducer - Interface in de.laures.cewolf
Produces a Dataset which will be rendered as a chart afterwards.
DatasetProductionTimeStore - Class in de.laures.cewolf.taglib.util
 
DatasetProductionTimeStore() - Constructor for class de.laures.cewolf.taglib.util.DatasetProductionTimeStore
 
DataSourceXYDatasetProducer - Class in de.laures.cewolf.dp
 
DataSourceXYDatasetProducer() - Constructor for class de.laures.cewolf.dp.DataSourceXYDatasetProducer
 
DataSourceXYSeries - Class in de.laures.cewolf.dp
Data source for xy series
DataSourceXYSeries(String, String) - Constructor for class de.laures.cewolf.dp.DataSourceXYSeries
Constructor for DataSourceXYSeries.
DataTag - Class in de.laures.cewolf.taglib.tags
Tag <data> which nests the data definition of the chart.
DataTag() - Constructor for class de.laures.cewolf.taglib.tags.DataTag
 
de.laures.cewolf - package de.laures.cewolf
Servlet based framework to render charts into a client's response stream.
de.laures.cewolf.cpp - package de.laures.cewolf.cpp
 
de.laures.cewolf.dp - package de.laures.cewolf.dp
Custom DatasetProducer.
de.laures.cewolf.event - package de.laures.cewolf.event
 
de.laures.cewolf.jfree - package de.laures.cewolf.jfree
 
de.laures.cewolf.links - package de.laures.cewolf.links
 
de.laures.cewolf.storage - package de.laures.cewolf.storage
 
de.laures.cewolf.taglib - package de.laures.cewolf.taglib
Framework classes for the tag library implementation.
de.laures.cewolf.taglib.html - package de.laures.cewolf.taglib.html
Value objects to hold HTML attributes.
de.laures.cewolf.taglib.tags - package de.laures.cewolf.taglib.tags
Implementation of the specific tags.
de.laures.cewolf.taglib.util - package de.laures.cewolf.taglib.util
Utility classes for the tag library.
de.laures.cewolf.tooltips - package de.laures.cewolf.tooltips
 
de.laures.cewolf.util - package de.laures.cewolf.util
Utility classes used by Cewolf.
DEFAULT_BULB_RADIUS - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
The default bulb radius.
DEFAULT_COLUMN_RADIUS - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
The default column radius.
DEFAULT_GAP - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
The default gap between the outlines representing the thermometer.
DEFAULT_LOWER_BOUND - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
The default lower bound.
DEFAULT_UPPER_BOUND - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
The default upper bound.
DefaultHeatMapDataset - Class in de.laures.cewolf.jfree
A default implementation of the HeatMapDataset interface.
DefaultHeatMapDataset(int, int, double, double, double, double) - Constructor for class de.laures.cewolf.jfree.DefaultHeatMapDataset
Creates a new dataset where all the z-values are initially 0.
destroy() - Method in class de.laures.cewolf.CewolfRenderer
 
DIAL - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
DialEnhancer - Class in de.laures.cewolf.cpp
A postprocessor for changing details of a Dial plot.
DialEnhancer() - Constructor for class de.laures.cewolf.cpp.DialEnhancer
 
dir - Variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Holds value of property dir.
DISPLAY_HIGH - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
Index for display high value in subrangeInfo matrix.
DISPLAY_LOW - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
Index for display low value in subrangeInfo matrix.
doAfterBody() - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
doAfterEndTag(int) - Method in class de.laures.cewolf.taglib.tags.CewolfBodyTag
 
doAfterEndTag(int) - Method in class de.laures.cewolf.taglib.tags.CewolfTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.tags.CewolfBodyTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.tags.CewolfTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.tags.ChartImgURLTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.tags.ChartMapTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.tags.ChartPostProcessorTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.tags.ColorTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.tags.GradientTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.tags.LegendTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.tags.ParamTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.tags.PlotTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.tags.PointTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.tags.ProducerTag
 
doEndTag() - Method in class de.laures.cewolf.taglib.tags.TextureTag
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class de.laures.cewolf.CewolfRenderer
Processes HTTP GET request.
DOMAIN - Static variable in interface de.laures.cewolf.taglib.LayoutConstants
 
doStartTag() - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
 
doStartTag() - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
 
doStartTag() - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
doStartTag() - Method in class de.laures.cewolf.taglib.tags.ChartMapTag
 
doStartTag() - Method in class de.laures.cewolf.taglib.tags.DataTag
 
doStartTag() - Method in class de.laures.cewolf.taglib.tags.GradientTag
 
doStartTag() - Method in class de.laures.cewolf.taglib.tags.LegendTag
 
doStartTag() - Method in class de.laures.cewolf.taglib.tags.PlotTag
 
draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo) - Method in class de.laures.cewolf.jfree.WaferMapPlot
Draws the wafermap view.
drawChipGrid(Graphics2D, Rectangle2D) - Method in class de.laures.cewolf.jfree.WaferMapPlot
Calculates and draws the chip locations on the wafer.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class de.laures.cewolf.jfree.XYBlockRenderer
Draws the block representing the specified item.
drawPrimaryLineAsPath(XYItemRendererState, Graphics2D, XYPlot, XYDataset, int, int, int, ValueAxis, ValueAxis, Rectangle2D) - Method in class de.laures.cewolf.jfree.XYSplineRenderer
Draws the item (first pass).
drawWaferEdge(Graphics2D, Rectangle2D) - Method in class de.laures.cewolf.jfree.WaferMapPlot
Draws the waferedge, including the notch.

E

enableMapping() - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
enableMapping() - Method in interface de.laures.cewolf.taglib.tags.Mapped
 
enableToolTips(Writer, boolean) - Method in class de.laures.cewolf.taglib.tags.ChartMapTag
 
equal(double[][], double[][]) - Static method in class de.laures.cewolf.jfree.DefaultHeatMapDataset
Tests two arrays for equality.
equals(Object) - Method in class de.laures.cewolf.cpp.LinearPaintScale
Tests this LinearPaintScale instance for equality with an arbitrary object.
equals(Object) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Tests this plot for equality with another object.
equals(Object) - Method in class de.laures.cewolf.jfree.WaferMapPlot
Tests this plot for equality with another object.
equals(Object) - Method in class de.laures.cewolf.jfree.XYConditionRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class de.laures.cewolf.jfree.XYSplineRenderer
Tests this renderer for equality with an arbitrary object.
eval(String, Map<String, Double>) - Static method in class de.laures.cewolf.util.Expr
 
Expr - Class in de.laures.cewolf.util
 
Expr() - Constructor for class de.laures.cewolf.util.Expr
 
extractColumnFromHeatMapDataset(HeatMapDataset, int, Comparable) - Static method in class de.laures.cewolf.jfree.HeatMapUtilities
Returns a dataset containing one series that holds a copy of the (y, z) data from one column (x-index) of the specified dataset.
extractRowFromHeatMapDataset(HeatMapDataset, int, Comparable) - Static method in class de.laures.cewolf.jfree.HeatMapUtilities
Returns a dataset containing one series that holds a copy of the (x, z) data from one row (y-index) of the specified dataset.

F

FileStorage - Class in de.laures.cewolf.storage
Storage for storing images as files in the web application directory as files _chart-XXXXX.
FileStorage() - Constructor for class de.laures.cewolf.storage.FileStorage
 
findDomainBounds(XYDataset) - Method in class de.laures.cewolf.jfree.XYBlockRenderer
Returns the lower and upper bounds (range) of the x-values in the specified dataset.
findRangeBounds(XYDataset) - Method in class de.laures.cewolf.jfree.XYBlockRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRoot(Tag, PageContext) - Static method in class de.laures.cewolf.taglib.util.PageUtils
 
fixAbsolutURL(String, HttpServletRequest) - Static method in class de.laures.cewolf.taglib.tags.ChartImgTag
Fix an absolute url given as attribute by adding the full application url path to it.
fixAbsolutURL(String, PageContext) - Static method in class de.laures.cewolf.taglib.tags.ChartImgTag
Same as the other fixAbsolutURL, convinience only.
forceSessionId - Variable in class de.laures.cewolf.taglib.html.HTMLImgTag
Add or not JSESSIONID

G

GANTT - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
generateKey(Serializable) - Static method in class de.laures.cewolf.taglib.util.KeyGenerator
 
generateLink(Object, int, Object) - Method in interface de.laures.cewolf.links.CategoryItemLinkGenerator
Generates a link for a specific dataset/series/category triple.
generateLink(Object, Object) - Method in interface de.laures.cewolf.links.PieSectionLinkGenerator
Generate a link for a PieDataset and a category.
generateLink(Object, int, int) - Method in interface de.laures.cewolf.links.XYItemLinkGenerator
Generate a link for a XYDataset, series and item.
generateToolTip(CategoryDataset, int, int) - Method in interface de.laures.cewolf.tooltips.CategoryToolTipGenerator
 
generateToolTip(PieDataset, Comparable, int) - Method in interface de.laures.cewolf.tooltips.PieToolTipGenerator
Generates a tool tip text item for a particular category in the dataset.
generateToolTip(XYDataset, int, int) - Method in interface de.laures.cewolf.tooltips.XYToolTipGenerator
Generates a tool tip text item for a particular item within a series.
get(Object) - Method in class de.laures.cewolf.storage.SessionStorageGroup
Get the storage for a chart
getAnchorValueD() - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
getAnchorValueR() - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
getAxisLocation() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the axis location.
getBlockAnchor() - Method in class de.laures.cewolf.jfree.XYBlockRenderer
Returns the anchor point used to align a block at its (x, y) location.
getBlockHeight() - Method in class de.laures.cewolf.jfree.XYBlockRenderer
Returns the block height, in data/axis units.
getBlockWidth() - Method in class de.laures.cewolf.jfree.XYBlockRenderer
Returns the block width, in data/axis units.
getBrowser(HttpServletRequest) - Static method in class de.laures.cewolf.taglib.util.BrowserDetection
 
getBulbDiameter() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the bulb diameter, which is always twice the value returned by ThermometerPlot.getBulbRadius().
getBulbRadius() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the bulb radius, in Java2D units.
getBytes() - Method in interface de.laures.cewolf.ChartImage
Writes out a cached image to an outputstream.
getBytes() - Method in class de.laures.cewolf.storage.SerializableChartImage
 
getBytes() - Method in class de.laures.cewolf.taglib.ChartImageDefinition
 
getCacheObject(ChartImage) - Method in class de.laures.cewolf.storage.AbstractSessionStorage
 
getCacheObject(ChartImage) - Method in class de.laures.cewolf.storage.ClusterableSessionStorage
 
getCacheObject(ChartImage) - Method in class de.laures.cewolf.storage.TransientSessionStorage
 
getChart() - Method in interface de.laures.cewolf.ChartHolder
Returns a chart.
getChart() - Method in class de.laures.cewolf.storage.SessionStorageItem
 
getChart() - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
This method triggers the dataset and chart production.
getChart() - Method in class de.laures.cewolf.taglib.ChartImageDefinition
 
getChartHolder(String, PageContext) - Static method in class de.laures.cewolf.taglib.util.PageUtils
 
getChartHolder(Tag, PageContext) - Static method in class de.laures.cewolf.taglib.util.PageUtils
 
getChartId() - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
 
getChartId() - Method in interface de.laures.cewolf.taglib.tags.CewolfRootTag
Method getChartId.
getChartId() - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
getChartid() - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
getChartId() - Method in class de.laures.cewolf.taglib.tags.LegendTag
 
getChartImage(String, HttpServletRequest) - Method in class de.laures.cewolf.storage.AbstractSessionStorage
 
getChartImage(String, HttpServletRequest) - Method in class de.laures.cewolf.storage.FileStorage
 
getChartImage(String, HttpServletRequest) - Method in interface de.laures.cewolf.Storage
Retrieves a chart image.
getChartImage(String, HttpServletRequest) - Method in class de.laures.cewolf.storage.LongTermSessionStorage
 
getChartInstance(String, String, String, Dataset) - Method in class de.laures.cewolf.taglib.CewolfChartFactory
Callback when the chart instance to be created.
getChartInstance(String, String, String, String, Dataset, boolean) - Static method in class de.laures.cewolf.taglib.CewolfChartFactory
 
getChartUsageDetails() - Method in class de.laures.cewolf.CewolfRenderer
 
getChartUsageDetails() - Method in interface de.laures.cewolf.CewolfRendererMBean
 
getChipColor(Number) - Method in class de.laures.cewolf.jfree.WaferMapRenderer
Returns the paint for a given chip value.
getCid() - Method in class de.laures.cewolf.storage.SessionStorageItem
 
getColor() - Method in class de.laures.cewolf.taglib.tags.ColorTag
 
getColor(String) - Static method in class de.laures.cewolf.taglib.util.ColorHelper
 
getColumnDiameter() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the column diameter, which is always twice the value returned by ThermometerPlot.getColumnRadius().
getColumnRadius() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the column radius, in Java2D units.
getCombinedChartInstance(String, String, String, String, List, String, boolean) - Static method in class de.laures.cewolf.taglib.CewolfChartFactory
 
getCppUsageDetails() - Method in class de.laures.cewolf.CewolfRenderer
 
getCppUsageDetails() - Method in interface de.laures.cewolf.CewolfRendererMBean
 
getDataRange(ValueAxis) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the data range.
getDataset() - Method in interface de.laures.cewolf.ChartHolder
Returns the dataset produced when using this definition.
getDataset() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the dataset for the plot.
getDataset() - Method in class de.laures.cewolf.jfree.WaferMapPlot
Returns the dataset
getDataset() - Method in class de.laures.cewolf.taglib.ChartImageDefinition
 
getDataset() - Method in class de.laures.cewolf.taglib.CombinedChartDefinition
 
getDataset() - Method in class de.laures.cewolf.taglib.DataContainer
 
getDataset() - Method in class de.laures.cewolf.taglib.OverlaidChartDefinition
 
getDataset() - Method in class de.laures.cewolf.taglib.PlotDefinition
 
getDataset() - Method in class de.laures.cewolf.taglib.SimpleChartDefinition
 
getDataset(String, PageContext) - Static method in class de.laures.cewolf.taglib.util.PageUtils
 
getDataSource() - Method in class de.laures.cewolf.dp.DataSourceXYSeries
 
getDebug() - Method in class de.laures.cewolf.CewolfRenderer
 
getDebug() - Method in interface de.laures.cewolf.CewolfRendererMBean
 
getDrawingSupplier() - Method in class de.laures.cewolf.jfree.WaferMapRenderer
Returns the drawing supplier from the plot.
getExtensionForMimeType(String) - Static method in class de.laures.cewolf.taglib.util.MIMEExtensionHelper
 
getFollowDataInSubranges() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns a flag that controls whether or not the thermometer axis zooms to display the subrange within which the data value falls.
getGap() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the gap, in Java2D units, between the two outlines that represent the thermometer.
getHeight() - Method in interface de.laures.cewolf.ChartImage
Returns the height of the chart image in pixel.
getHeight() - Method in class de.laures.cewolf.storage.SerializableChartImage
 
getHeight() - Method in class de.laures.cewolf.taglib.ChartImageDefinition
Returns the height.
getHeight() - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
getID() - Method in interface de.laures.cewolf.util.StateDescriptor
 
getImgURL() - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
To enable further server side scriptings on JSP output the session ID is always encoded into the image URL even if cookies are enabled on the client side.
getImgURL() - Method in class de.laures.cewolf.taglib.tags.LegendTag
To enable further server side scriptings on JSP output the session ID is always encoded into the image URL even if cookies are enabled on the client side.
getInstance(ServletContext) - Static method in class de.laures.cewolf.Configuration
Factory method.
getInstance() - Static method in class de.laures.cewolf.taglib.AxisFactory
 
getInstance() - Static method in class de.laures.cewolf.taglib.util.DatasetProductionTimeStore
 
getItemShapeFilled(int, int) - Method in class de.laures.cewolf.jfree.XYConditionRenderer
Returns the flag used to control whether or not the shape for an item is filled.
getItemShapeVisible(int, int) - Method in class de.laures.cewolf.jfree.XYConditionRenderer
Returns the flag used to control whether or not the shape for an item is visible.
getKey(ChartImage) - Method in class de.laures.cewolf.storage.AbstractSessionStorage
 
getKey(ChartImage) - Method in class de.laures.cewolf.storage.FileStorage
see de.laures.cewolf.Storage#getKey(ChartImage)
getKey(ChartImage) - Method in class de.laures.cewolf.storage.LongTermSessionStorage
 
getLegend() - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
 
getLegend(JFreeChart) - Static method in class de.laures.cewolf.util.Renderer
 
getLegendCollection() - Method in class de.laures.cewolf.jfree.WaferMapRenderer
Builds the list of legend entries.
getLegendItems() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the legend items for the plot.
getLegendItems() - Method in class de.laures.cewolf.jfree.WaferMapPlot
Return the legend items from the renderer.
getLowerBound() - Method in class de.laures.cewolf.cpp.LinearPaintScale
 
getLowerBound() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the lower bound for the thermometer.
getLowerColor() - Method in class de.laures.cewolf.cpp.LinearPaintScale
 
getLowerDomainValD() - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
getLowerDomainValN() - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
getLowerRangeVal() - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
getMaxImageHeight() - Method in class de.laures.cewolf.Configuration
 
getMaxImageWidth() - Method in class de.laures.cewolf.Configuration
 
getMaximumXValue() - Method in class de.laures.cewolf.jfree.DefaultHeatMapDataset
Returns the highest x-value represented in this dataset.
getMaximumXValue() - Method in interface de.laures.cewolf.jfree.HeatMapDataset
Returns the highest x-value represented in this dataset.
getMaximumYValue() - Method in class de.laures.cewolf.jfree.DefaultHeatMapDataset
Returns the highest y-value represented in this dataset.
getMaximumYValue() - Method in interface de.laures.cewolf.jfree.HeatMapDataset
Returns the highest y-value represented in this dataset.
getMercuryPaint() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the default mercury paint.
getMimeType() - Method in interface de.laures.cewolf.ChartImage
Returns the MIME type of this image.
getMimeType() - Method in class de.laures.cewolf.storage.SerializableChartImage
 
getMimeType() - Method in class de.laures.cewolf.taglib.ChartImageDefinition
Returns the mimeType.
getMimeType() - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
getMinimumXValue() - Method in class de.laures.cewolf.jfree.DefaultHeatMapDataset
Returns the lowest x-value represented in this dataset.
getMinimumXValue() - Method in interface de.laures.cewolf.jfree.HeatMapDataset
Returns the lowest x-value represented in this dataset.
getMinimumYValue() - Method in class de.laures.cewolf.jfree.DefaultHeatMapDataset
Returns the lowest y-value represented in this dataset.
getMinimumYValue() - Method in interface de.laures.cewolf.jfree.HeatMapDataset
Returns the lowest y-value represented in this dataset.
getNumberChartPostProcessorsUsed() - Method in class de.laures.cewolf.CewolfRenderer
 
getNumberChartPostProcessorsUsed() - Method in interface de.laures.cewolf.CewolfRendererMBean
 
getNumberChartsRendered() - Method in class de.laures.cewolf.CewolfRenderer
 
getNumberChartsRendered() - Method in interface de.laures.cewolf.CewolfRendererMBean
 
getObject() - Method in class de.laures.cewolf.taglib.tags.AbstractObjectTag
 
getOrientation() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the orientation of the plot.
getOverlaidChartInstance(String, String, String, String, int, int, List, boolean) - Static method in class de.laures.cewolf.taglib.CewolfChartFactory
 
getOverlibURL() - Method in class de.laures.cewolf.Configuration
Returns the location of the overlib.js relative to webapp's root.
getPadding() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the padding for the thermometer.
getPaint(double) - Method in class de.laures.cewolf.cpp.LinearPaintScale
 
getPaintScale() - Method in class de.laures.cewolf.jfree.XYBlockRenderer
Returns the paint scale used by the renderer.
getParameters() - Method in class de.laures.cewolf.Configuration
Get the initialization parameters from Cewolf servlet.
getParameters() - Method in class de.laures.cewolf.taglib.tags.AbstractParameterizedObjectTag
 
getPlot() - Method in class de.laures.cewolf.jfree.WaferMapRenderer
Returns the plot.
getPlot(int) - Method in class de.laures.cewolf.taglib.PlotDefinition
 
getPlotType() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class de.laures.cewolf.jfree.WaferMapPlot
Returns the plot type as a string.
getPrecision() - Method in class de.laures.cewolf.jfree.XYSplineRenderer
Get the resolution of splines.
getProducerId() - Method in interface de.laures.cewolf.DatasetProducer
Tis method returns a unique ID for a DatasetProducer from this class.
getProducerId() - Method in class de.laures.cewolf.dp.DataSourceXYDatasetProducer
 
getProducerId() - Method in class de.laures.cewolf.dp.MovingAverageDatasetProducer
 
getProductionTime(String, Map) - Method in class de.laures.cewolf.taglib.util.DatasetProductionTimeStore
 
getRangeAxis() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the range axis.
getRenderer() - Method in class de.laures.cewolf.jfree.WaferMapPlot
Returns the renderer for the primary dataset.
getRenderer(int) - Static method in class de.laures.cewolf.taglib.PlotTypes
Create a renderer for the given type index.
getRenderer() - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
getRendererIndex(String) - Static method in class de.laures.cewolf.taglib.PlotTypes
Get the renderer index for the given plot type.
getRenderingEnabled() - Method in class de.laures.cewolf.CewolfRenderer
 
getRenderingEnabled() - Method in interface de.laures.cewolf.CewolfRendererMBean
 
getRenderingInfo() - Method in class de.laures.cewolf.taglib.ChartImageDefinition
 
getRenderingInfo() - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
getRenderingInfo() - Method in interface de.laures.cewolf.taglib.tags.Mapped
 
getSerializablePostProcessor() - Method in interface de.laures.cewolf.NonSerializableChartPostProcessor
Must be implemented if the class that implements ChartPostProcessorTag is not serializable.
getSerializablePostProcessor() - Method in class de.laures.cewolf.taglib.tags.ColorTag
 
getShapeFilledCondition() - Method in class de.laures.cewolf.jfree.XYConditionRenderer
 
getShapeVisibleCondition() - Method in class de.laures.cewolf.jfree.XYConditionRenderer
 
getSize() - Method in interface de.laures.cewolf.ChartImage
Returns the size of the image in bytes.
getSize() - Method in class de.laures.cewolf.storage.SerializableChartImage
 
getSize() - Method in class de.laures.cewolf.taglib.ChartImageDefinition
 
getStartup() - Method in class de.laures.cewolf.CewolfRenderer
 
getStartup() - Method in interface de.laures.cewolf.CewolfRendererMBean
 
getState(Object) - Method in interface de.laures.cewolf.util.StateDescriptor
 
getStateParameters() - Method in interface de.laures.cewolf.util.StateDescriptor
 
getStateTable(StateDescriptor) - Static method in class de.laures.cewolf.util.HTMLStateTable
 
getStorage() - Method in class de.laures.cewolf.Configuration
 
getStringParameters() - Method in class de.laures.cewolf.taglib.tags.AbstractParameterizedObjectTag
 
getSubrangeIndicatorsVisible() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns a flag that controls whether or not the subrange indicators are drawn.
getSubrangePaint(int) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Gets the paint used for a particular subrange.
getTag() - Method in exception de.laures.cewolf.taglib.TagValidationException
 
getTagName() - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
 
getTagName() - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
 
getTagName() - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
getThermometerPaint() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the paint used to draw the thermometer outline.
getThermometerStroke() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the stroke used to draw the thermometer outline.
getTimeout() - Method in class de.laures.cewolf.storage.SessionStorageItem
 
getTimeout() - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
getTimeout() - Method in class de.laures.cewolf.taglib.tags.LegendTag
 
getTimeoutTime() - Method in interface de.laures.cewolf.ChartImage
 
getTimeoutTime() - Method in class de.laures.cewolf.storage.SerializableChartImage
 
getTimeoutTime() - Method in class de.laures.cewolf.taglib.ChartImageDefinition
 
getTransparency() - Method in class de.laures.cewolf.taglib.tags.SerializableGradientPaint
 
getTransparency() - Method in class de.laures.cewolf.taglib.tags.SerializableTexturePaint
 
getType() - Method in interface de.laures.cewolf.ChartImage
Returns the type of the chart image.
getType() - Method in class de.laures.cewolf.storage.SerializableChartImage
 
getType() - Method in class de.laures.cewolf.taglib.ChartImageDefinition
 
getType() - Method in class de.laures.cewolf.taglib.PlotDefinition
Gets the type.
getUnits() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns a code indicating the unit display type.
getUpperBound() - Method in class de.laures.cewolf.cpp.LinearPaintScale
 
getUpperBound() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns the upper bound for the thermometer.
getUpperColor() - Method in class de.laures.cewolf.cpp.LinearPaintScale
 
getUpperDomainValD() - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
getUpperDomainValN() - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
getUpperRangeVal() - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
getUseSubrangePaint() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns a flag that controls whether or not the mercury color changes for each subrange.
getValueFont() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Gets the font used to display the current value.
getValueLocation() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns a code indicating the location at which the value label is displayed.
getValuePaint() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Gets the paint used to display the current value.
getVar() - Method in class de.laures.cewolf.taglib.tags.ChartImgURLTag
Returns the var.
getVariableInfo(TagData) - Method in class de.laures.cewolf.taglib.tags.ChartImgURLTagEI
 
getWaferEdge(Rectangle2D) - Method in class de.laures.cewolf.jfree.WaferMapPlot
Calculates the location of the waferedge.
getWidth() - Method in interface de.laures.cewolf.ChartImage
Returns the width of the chart image in pixel.
getWidth() - Method in class de.laures.cewolf.storage.SerializableChartImage
 
getWidth() - Method in class de.laures.cewolf.taglib.ChartImageDefinition
Returns the width.
getWidth() - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
getXaxislabel() - Method in class de.laures.cewolf.taglib.PlotDefinition
Gets the y-axis label.
getXSampleCount() - Method in class de.laures.cewolf.jfree.DefaultHeatMapDataset
Returns the number of x values across the width of the dataset.
getXSampleCount() - Method in interface de.laures.cewolf.jfree.HeatMapDataset
Returns the number of x values across the width of the dataset.
getXValue(int) - Method in class de.laures.cewolf.jfree.DefaultHeatMapDataset
A convenience method that returns the x-value for the given index.
getXValue(int) - Method in interface de.laures.cewolf.jfree.HeatMapDataset
A convenience method that returns the x-value for the given index.
getYaxislabel() - Method in class de.laures.cewolf.taglib.PlotDefinition
Sets the x-axis label [tb]
getYSampleCount() - Method in class de.laures.cewolf.jfree.DefaultHeatMapDataset
Returns the number of y values (or samples) for the dataset.
getYSampleCount() - Method in interface de.laures.cewolf.jfree.HeatMapDataset
Returns the number of y values (or samples) for the dataset.
getYValue(int) - Method in class de.laures.cewolf.jfree.DefaultHeatMapDataset
A convenience method that returns the y-value for the given index.
getYValue(int) - Method in interface de.laures.cewolf.jfree.HeatMapDataset
A convenience method that returns the y-value for the given index.
getZ(int, int) - Method in class de.laures.cewolf.jfree.DefaultHeatMapDataset
Returns the z-value at the specified sample position in the dataset.
getZ(int, int) - Method in interface de.laures.cewolf.jfree.HeatMapDataset
Returns the z-value at the specified sample position in the dataset.
getZoomFactor() - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
getZValue(int, int) - Method in class de.laures.cewolf.jfree.DefaultHeatMapDataset
Returns the z-value at the specified sample position in the dataset.
getZValue(int, int) - Method in interface de.laures.cewolf.jfree.HeatMapDataset
Returns the z-value at the specified sample position in the dataset.
GradientTag - Class in de.laures.cewolf.taglib.tags
Tag <gradient-paint> which defines a paint of type gradient.
GradientTag() - Constructor for class de.laures.cewolf.taglib.tags.GradientTag
 

H

hasBody() - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
 
hasBody() - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
 
hasExpired(Map, Date) - Method in interface de.laures.cewolf.DatasetProducer
This method is called by the Cewolf framework to check if a formerly produced data can be reused.
hasExpired(Map, Date) - Method in class de.laures.cewolf.dp.DataSourceXYDatasetProducer
 
hasExpired(Map, Date) - Method in class de.laures.cewolf.dp.MovingAverageDatasetProducer
 
hashCode() - Method in class de.laures.cewolf.cpp.LinearPaintScale
 
hashCode() - Method in class de.laures.cewolf.jfree.ThermometerPlot
 
hashCode() - Method in class de.laures.cewolf.jfree.WaferMapPlot
 
hashCode() - Method in class de.laures.cewolf.jfree.XYConditionRenderer
 
hashCode() - Method in class de.laures.cewolf.jfree.XYSplineRenderer
 
HEATMAP - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
HeatMapDataset - Interface in de.laures.cewolf.jfree
A dataset that represents a rectangular grid of (x, y, z) values.
HeatmapEnhancer - Class in de.laures.cewolf.cpp
A postprocessor for changing details of a Compass plot.
HeatmapEnhancer() - Constructor for class de.laures.cewolf.cpp.HeatmapEnhancer
 
HeatMapUtilities - Class in de.laures.cewolf.jfree
A utility class for the HeatMapDataset.
HeatMapUtilities() - Constructor for class de.laures.cewolf.jfree.HeatMapUtilities
 
height - Variable in class de.laures.cewolf.taglib.html.HTMLImgTag
Holds value of property height.
HEIGHT_PARAM - Static variable in interface de.laures.cewolf.WebConstants
The key for the height of the image.
HIGH_LOW - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
HIGH_LOW - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
HISTOGRAM - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
HORIZONTAL_BAR - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
HORIZONTAL_BAR_3D - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
hSpace - Variable in class de.laures.cewolf.taglib.html.HTMLImgTag
Holds value of property hSpace.
HTMLImgTag - Class in de.laures.cewolf.taglib.html
HTML img tag.
HTMLImgTag() - Constructor for class de.laures.cewolf.taglib.html.HTMLImgTag
 
HTMLStateTable - Class in de.laures.cewolf.util
Renders the state of a StateDescriptor as an HTML table.
HTMLStateTable() - Constructor for class de.laures.cewolf.util.HTMLStateTable
 

I

IMG_PARAM - Static variable in interface de.laures.cewolf.WebConstants
The image parameter key.
IMG_TYPE_CHART - Static variable in interface de.laures.cewolf.ChartImage
 
IMG_TYPE_LEGEND - Static variable in interface de.laures.cewolf.ChartImage
 
IncompatibleDatasetException - Exception in de.laures.cewolf.taglib
This exception is thrown if a chart is created with an incompatible dataset.
IncompatibleDatasetException(String) - Constructor for exception de.laures.cewolf.taglib.IncompatibleDatasetException
Constructor for IncompatibleDatasetException.
init(ServletConfig) - Method in class de.laures.cewolf.CewolfRenderer
 
init(ServletContext) - Method in class de.laures.cewolf.storage.AbstractSessionStorage
 
init(ServletContext) - Method in class de.laures.cewolf.storage.FileStorage
 
init(ServletContext) - Method in interface de.laures.cewolf.Storage
Method init.
init(ServletContext) - Method in class de.laures.cewolf.storage.LongTermSessionStorage
 
INIT_CONFIG - Static variable in class de.laures.cewolf.CewolfRenderer
 
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class de.laures.cewolf.jfree.XYSplineRenderer
Initialises the renderer.
isDebugged() - Method in class de.laures.cewolf.Configuration
Checks if debugging is configured to be turned on.
isDomainZoomable() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns false.
isEmpty() - Method in class de.laures.cewolf.storage.SessionStorageGroup
If the storage group is empty
isExpired(Date) - Method in class de.laures.cewolf.storage.SessionStorageItem
 
isForceSessionId() - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
 
isIE(HttpServletRequest) - Static method in class de.laures.cewolf.taglib.util.BrowserDetection
 
ismap - Variable in class de.laures.cewolf.taglib.html.HTMLImgTag
Holds value of property ismap.
isRangeZoomable() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Returns true.
isRemoveAfterRender() - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
 
isToolTipsEnabled(PageContext) - Static method in class de.laures.cewolf.taglib.util.PageUtils
 
isValidNumber(double) - Static method in class de.laures.cewolf.jfree.ThermometerPlot
Determine whether a number is valid and finite.
isWellFormed() - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
 
isWellFormed() - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
 
isXaxisinteger() - Method in class de.laures.cewolf.taglib.PlotDefinition
Getter for property xAxisinteger.
isYaxisinteger() - Method in class de.laures.cewolf.taglib.PlotDefinition
Getter for property yAxisInteger.

K

KEY - Static variable in class de.laures.cewolf.Configuration
 
KeyGenerator - Class in de.laures.cewolf.taglib.util
 
KeyGenerator() - Constructor for class de.laures.cewolf.taglib.util.KeyGenerator
 

L

lang - Variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Holds value of property lang.
LayoutConstants - Interface in de.laures.cewolf.taglib
Contains some base constants to avoid explicit dependancy to concrete chart implementation's constant values.
LayoutTypes - Class in de.laures.cewolf.taglib
Contains the list of all possible layout type string values which can be used in the layout attribute of a <combined-chart> tag.
LEFT - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
A constant for the value label position (left of the thermometer).
LegendEnhancer - Class in de.laures.cewolf.cpp
A postprocessor for modifying the legend of a chart.
LegendEnhancer() - Constructor for class de.laures.cewolf.cpp.LegendEnhancer
 
LegendTag - Class in de.laures.cewolf.taglib.tags
Tag <legend> which can be used to render a chart's legend separately somewhere in the page.
LegendTag() - Constructor for class de.laures.cewolf.taglib.tags.LegendTag
 
LINE - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
LINE - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
LinearPaintScale - Class in de.laures.cewolf.cpp
 
LinearPaintScale() - Constructor for class de.laures.cewolf.cpp.LinearPaintScale
 
LinearPaintScale(double, Color, double, Color) - Constructor for class de.laures.cewolf.cpp.LinearPaintScale
 
LineRendererProcessor - Class in de.laures.cewolf.cpp
A postprocessor for controlling the appearance of shapes at data points for use with XYPlot (XYConditionRenderer or XYLineAndShapeRenderer) and CategoryPlot (LineAndShapeRenderer).
LineRendererProcessor() - Constructor for class de.laures.cewolf.cpp.LineRendererProcessor
 
LinkGenerator - Interface in de.laures.cewolf.links
This is the base interface of all link generating components which can be used to produce image maps.
localizationResources - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
The resourceBundle for the localization.
longDesc - Variable in class de.laures.cewolf.taglib.html.HTMLImgTag
Holds value of property longDesc.
LongTermSessionStorage - Class in de.laures.cewolf.storage
Storage stores images in session, but expires them after a certain time.
LongTermSessionStorage() - Constructor for class de.laures.cewolf.storage.LongTermSessionStorage
 

M

Mapped - Interface in de.laures.cewolf.taglib.tags
Image maps can be attached to objects implementing this interface.
METER - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
MeterEnhancer - Class in de.laures.cewolf.cpp
A postprocessor for changing details of a Meter plot.
MeterEnhancer() - Constructor for class de.laures.cewolf.cpp.MeterEnhancer
 
MIME_JPEG - Static variable in interface de.laures.cewolf.WebConstants
MIME name of a JPEG image.
MIME_PNG - Static variable in interface de.laures.cewolf.WebConstants
MIME name of a PNG image.
MIME_SVG - Static variable in interface de.laures.cewolf.WebConstants
MIME name of a SVG image
MIMEExtensionHelper - Class in de.laures.cewolf.taglib.util
 
MIMEExtensionHelper() - Constructor for class de.laures.cewolf.taglib.util.MIMEExtensionHelper
 
mimeType - Variable in class de.laures.cewolf.util.RenderedImage
 
MovingAverageDatasetProducer - Class in de.laures.cewolf.dp
 
MovingAverageDatasetProducer() - Constructor for class de.laures.cewolf.dp.MovingAverageDatasetProducer
 

N

NONE - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
A constant for the value label position (no label).
NonSerializableChartPostProcessor - Interface in de.laures.cewolf
This interface must be implemented by postprocessors that are not serializable.
NORMAL - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
A constant for the 'normal' range.

O

onclick - Variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Holds value of property onclick.
ondblclick - Variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Holds value of property ondblclick.
onImageRendered(RenderedImage) - Method in interface de.laures.cewolf.event.ChartImageRenderListener
Callback right after a new image gets rendered.
onImageRendered(RenderedImage) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Callback right after a new image gets rendered.
onkeydown - Variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Holds value of property onkeydown.
onkeypress - Variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Holds value of property onkeypress.
onkeyup - Variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Holds value of property onkeyup.
onmousedown - Variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Holds value of property onmousedown.
onmousemove - Variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Holds value of property onmousemove.
onmouseout - Variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Holds value of property onmouseout.
onmouseover - Variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Holds value of property onmouseover.
onmouseup - Variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Holds value of property onmouseup.
ORIENTATION_HORIZONTAL - Static variable in interface de.laures.cewolf.taglib.AxisConstants
 
ORIENTATION_VERTICAL - Static variable in interface de.laures.cewolf.taglib.AxisConstants
 
OverlaidChartDefinition - Class in de.laures.cewolf.taglib
 
OverlaidChartDefinition() - Constructor for class de.laures.cewolf.taglib.OverlaidChartDefinition
 
OverlaidChartTag - Class in de.laures.cewolf.taglib.tags
 
OverlaidChartTag() - Constructor for class de.laures.cewolf.taglib.tags.OverlaidChartTag
 
OVERLAY_CATEGORY - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
OVERLAY_XY - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 

P

PageUtils - Class in de.laures.cewolf.taglib.util
Helper class to easily retrieve some objects of page context.
Painted - Interface in de.laures.cewolf.taglib.tags
Paint objects can be assigned to objects impmlementing this interface.
PARAM_SERIES_LIST - Static variable in class de.laures.cewolf.dp.DataSourceXYDatasetProducer
 
Parameterized - Interface in de.laures.cewolf.taglib.tags
Tags implementing this interface can be parameterized by a nested <param> tag.
paramsToString(Map) - Method in class de.laures.cewolf.taglib.util.DatasetProductionTimeStore
 
ParamTag - Class in de.laures.cewolf.taglib.tags
Tag <param> which defines a key/value pair which is set in the parent tag.
ParamTag() - Constructor for class de.laures.cewolf.taglib.tags.ParamTag
 
PIE - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
PIE_3D - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
PieEnhancer - Class in de.laures.cewolf.cpp
A postprocessor for changing details of a Pie plot.
PieEnhancer() - Constructor for class de.laures.cewolf.cpp.PieEnhancer
 
PieSectionLinkGenerator - Interface in de.laures.cewolf.links
A LinkGenerator for PieDatasets.
PieToolTipGenerator - Interface in de.laures.cewolf.tooltips
 
plotBorderVisible - Variable in class de.laures.cewolf.taglib.AbstractChartDefinition
 
PlotConstants - Interface in de.laures.cewolf.taglib
Contains some base constants to avoid explicit dependancy to concrete Plot implementation's constant values.
PlotContainer - Interface in de.laures.cewolf.taglib
 
PlotDefinition - Class in de.laures.cewolf.taglib
(sub) Plot definition for combined/overlaid charts.
PlotDefinition() - Constructor for class de.laures.cewolf.taglib.PlotDefinition
 
PlotTag - Class in de.laures.cewolf.taglib.tags
Tag <sub-plot> which defines a plot to overlay
PlotTag() - Constructor for class de.laures.cewolf.taglib.tags.PlotTag
 
PlotTypes - Class in de.laures.cewolf.taglib
Contains the list of all possible plot type string values which can be used in the type attribute of a <chart> tag.
Pointed - Interface in de.laures.cewolf.taglib.tags
Tag implemeting this interface can add points by nesting the <point> tag.
PointTag - Class in de.laures.cewolf.taglib.tags
Tag <point> which adds a colored point with x and y coordinates to the parent tag.
PointTag() - Constructor for class de.laures.cewolf.taglib.tags.PointTag
 
POSITION_INDEX - Static variable in class de.laures.cewolf.jfree.WaferMapRenderer
default multivalue paint calculation
PostProcessingException - Exception in de.laures.cewolf
Thrown by a DatasetProducer if it has problems in creating a correct dataset.
PostProcessingException() - Constructor for exception de.laures.cewolf.PostProcessingException
Creates a new instance of DatasetProduceException without detail message.
PostProcessingException(String) - Constructor for exception de.laures.cewolf.PostProcessingException
Constructs an instance of DatasetProduceException with the specified detail message.
printParameters(HttpServletRequest) - Method in class de.laures.cewolf.CewolfRenderer
 
processChart(JFreeChart, Map<String, String>) - Method in interface de.laures.cewolf.ChartPostProcessor
Processes a generated chart.
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.AnnotationProcessor
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.BarRendererProcessor
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.CompassEnhancer
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.DialEnhancer
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.HeatmapEnhancer
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.LegendEnhancer
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.LineRendererProcessor
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.MeterEnhancer
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.PieEnhancer
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.RotatedAxisLabels
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.SeriesPaintProcessor
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.SpiderWebEnhancer
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.ThermometerEnhancer
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.TitleEnhancer
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.VisualEnhancer
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.WaferMapLegendProcessor
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
processChart(JFreeChart, Map<String, String>) - Method in class de.laures.cewolf.taglib.tags.ColorTag
 
produceChart() - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
 
produceChart() - Method in class de.laures.cewolf.taglib.CombinedChartDefinition
 
produceChart() - Method in class de.laures.cewolf.taglib.OverlaidChartDefinition
 
produceChart() - Method in class de.laures.cewolf.taglib.SimpleChartDefinition
 
produceDataset(Map<String, Object>) - Method in interface de.laures.cewolf.DatasetProducer
Produces a Dataset object.
produceDataset(Map<String, Object>) - Method in class de.laures.cewolf.dp.DataSourceXYDatasetProducer
 
produceDataset(Map<String, Object>) - Method in class de.laures.cewolf.dp.MovingAverageDatasetProducer
 
PRODUCER_ATTRIBUTE_NAME - Static variable in interface de.laures.cewolf.DatasetProducer
By default the the name of the JSP attribute holding the producer instance is passed to the produceDataset method as a prameter.
ProducerTag - Class in de.laures.cewolf.taglib.tags
Tag <producer> which defines a DatasetProducer.
ProducerTag() - Constructor for class de.laures.cewolf.taglib.tags.ProducerTag
 
produceXYSeries() - Method in class de.laures.cewolf.dp.DataSourceXYSeries
 
put(String, SessionStorageItem) - Method in class de.laures.cewolf.storage.SessionStorageGroup
Add a chart to the storage

R

RANGE - Static variable in interface de.laures.cewolf.taglib.LayoutConstants
 
RANGE_HIGH - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
Index for high value in subrangeInfo matrix.
RANGE_LOW - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
Index for low value in subrangeInfo matrix.
registerFactory(CewolfChartFactory) - Static method in class de.laures.cewolf.taglib.CewolfChartFactory
Register a new chart factory instance.
remove(String) - Method in class de.laures.cewolf.storage.SessionStorageGroup
Remove one chart item.
REMOVE_AFTER_RENDERING - Static variable in interface de.laures.cewolf.WebConstants
Remove image from Storage after rendering
removeAfterRender - Variable in class de.laures.cewolf.taglib.html.HTMLImgTag
Remove image from Storage after rendering
removeChartImage(String, HttpServletRequest) - Method in class de.laures.cewolf.storage.AbstractSessionStorage
 
removeChartImage(String, HttpSession) - Method in class de.laures.cewolf.storage.AbstractSessionStorage
 
removeChartImage(String, HttpServletRequest) - Method in class de.laures.cewolf.storage.FileStorage
 
removeChartImage(String, HttpServletRequest) - Method in class de.laures.cewolf.storage.LongTermSessionStorage
 
removeChartImage(String, HttpServletRequest) - Method in interface de.laures.cewolf.Storage
Removes the image from the storage
removed - Static variable in class de.laures.cewolf.storage.AbstractSessionStorage
 
removeEntry(String, Map) - Method in class de.laures.cewolf.taglib.util.DatasetProductionTimeStore
 
removeLegend() - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
 
removeLegend(JFreeChart) - Static method in class de.laures.cewolf.util.Renderer
 
render(ChartImage, Object) - Static method in class de.laures.cewolf.util.Renderer
Renders a chart image
RenderedImage - Class in de.laures.cewolf.util
 
RenderedImage(byte[], String, ChartRenderingInfo) - Constructor for class de.laures.cewolf.util.RenderedImage
 
Renderer - Class in de.laures.cewolf.util
Renderer for ChartImageDefinitions.
rendererChanged(RendererChangeEvent) - Method in class de.laures.cewolf.jfree.WaferMapPlot
Implements the RendererChangeListener interface Notifies all registered listeners of a renderer change.
renderException(Throwable, int, int, OutputStream) - Static method in class de.laures.cewolf.util.RenderingHelper
 
RenderingException - Exception in de.laures.cewolf.util
Thrown when an error during rendering occured.
RenderingException() - Constructor for exception de.laures.cewolf.util.RenderingException
Constructor for RenderingException.
RenderingException(String) - Constructor for exception de.laures.cewolf.util.RenderingException
Constructor for RenderingException.
RenderingException(Throwable) - Constructor for exception de.laures.cewolf.util.RenderingException
 
RenderingHelper - Class in de.laures.cewolf.util
Some methods to render messages or exceptions into an image.
RenderingHelper() - Constructor for class de.laures.cewolf.util.RenderingHelper
 
renderingInfo - Variable in class de.laures.cewolf.util.RenderedImage
 
renderMessage(String, int, int, OutputStream) - Static method in class de.laures.cewolf.util.RenderingHelper
 
reset() - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
 
reset() - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
 
reset() - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
 
reset() - Method in class de.laures.cewolf.taglib.tags.AbstractParameterizedObjectTag
 
reset() - Method in class de.laures.cewolf.taglib.tags.CewolfBodyTag
 
reset() - Method in class de.laures.cewolf.taglib.tags.CewolfTag
 
reset() - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
reset() - Method in class de.laures.cewolf.taglib.tags.ChartImgURLTag
 
reset() - Method in class de.laures.cewolf.taglib.tags.ChartMapTag
 
reset() - Method in class de.laures.cewolf.taglib.tags.ColorTag
 
reset() - Method in class de.laures.cewolf.taglib.tags.GradientTag
 
reset() - Method in class de.laures.cewolf.taglib.tags.LegendTag
 
reset() - Method in class de.laures.cewolf.taglib.tags.ParamTag
 
reset() - Method in class de.laures.cewolf.taglib.tags.PlotTag
 
reset() - Method in class de.laures.cewolf.taglib.tags.TextureTag
 
RIGHT - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
A constant for the value label position (right of the thermometer).
RotatedAxisLabels - Class in de.laures.cewolf.cpp
A postprocessor for rotating and/or removing the labels on the X-Axis.
RotatedAxisLabels() - Constructor for class de.laures.cewolf.cpp.RotatedAxisLabels
 

S

SCATTER - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
SCATTER - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
SerializableChartImage - Class in de.laures.cewolf.storage
 
SerializableChartImage(ChartImage) - Constructor for class de.laures.cewolf.storage.SerializableChartImage
 
SerializableGradientPaint - Class in de.laures.cewolf.taglib.tags
Special gradient paint which can be serialized.
SerializableGradientPaint() - Constructor for class de.laures.cewolf.taglib.tags.SerializableGradientPaint
 
SerializableGradientPaint(int, int, Color, int, int, Color) - Constructor for class de.laures.cewolf.taglib.tags.SerializableGradientPaint
Creates a new instance of SerializableGradientPaint
SerializableTexturePaint - Class in de.laures.cewolf.taglib.tags
Special texture paint which can be serialized.
SerializableTexturePaint() - Constructor for class de.laures.cewolf.taglib.tags.SerializableTexturePaint
 
SerializableTexturePaint(String, int, int) - Constructor for class de.laures.cewolf.taglib.tags.SerializableTexturePaint
Creates a new instance of SerializableGradientPaint
SeriesPaintProcessor - Class in de.laures.cewolf.cpp
A postprocessor for setting alternative colors for pie charts, category plots, XY plots and spider web plots.
SeriesPaintProcessor() - Constructor for class de.laures.cewolf.cpp.SeriesPaintProcessor
 
SESSIONID_KEY - Static variable in interface de.laures.cewolf.WebConstants
The key for the session ID.
sessionKey - Variable in class de.laures.cewolf.taglib.tags.ChartImgTag
 
SessionStorageGroup - Class in de.laures.cewolf.storage
A container for any images for an user session.
SessionStorageGroup() - Constructor for class de.laures.cewolf.storage.SessionStorageGroup
Constructor registers this storage group for the
SessionStorageItem - Class in de.laures.cewolf.storage
Wrapper for the images stored in SessionStorageGroups.
SessionStorageItem() - Constructor for class de.laures.cewolf.storage.SessionStorageItem
 
SessionStorageItem(ChartImage, String, Date) - Constructor for class de.laures.cewolf.storage.SessionStorageItem
 
setAlign(String) - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
Setter for property align.
setAlt(String) - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
Setter for property alt.
setAnchorValueD(double) - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
setAnchorValueR(double) - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
setAntialias(boolean) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Sets the antialias.
setAntialias(boolean) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
 
setAxisLocation(int) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the location at which the axis is displayed relative to the thermometer, and sends a PlotChangeEvent to all registered listeners.
setAxisRange() - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the axis range to the current values in the rangeInfo array.
setBackground(String) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Sets the background.
setBackground(String) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
 
setBackgroundcolor(String) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property backgroundPaint.
setBackgroundImageAlpha(float) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Sets the backgroundImageAlpha.
setBackgroundimagealpha(Float) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
 
setBackgroundPaint(Paint) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Sets the background paint.
setBlockAnchor(RectangleAnchor) - Method in class de.laures.cewolf.jfree.XYBlockRenderer
Sets the anchor point used to align a block at its (x, y) location and sends a RendererChangeEvent to all registered listeners.
setBlockHeight(double) - Method in class de.laures.cewolf.jfree.XYBlockRenderer
Sets the height of the blocks used to represent each data item and sends a RendererChangeEvent to all registered listeners.
setBlockWidth(double) - Method in class de.laures.cewolf.jfree.XYBlockRenderer
Sets the width of the blocks used to represent each data item and sends a RendererChangeEvent to all registered listeners.
setBorder(int) - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
Setter for property border.
setBordercolor(String) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property borderPaint.
setBorderPaint(Paint) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Sets the chart border paint.
setBorderVisible(boolean) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Whether the chart is drawn with a border.
setBordervisible(boolean) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property borderVisible.
setBulbRadius(int) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the bulb radius (in Java2D units) and sends a PlotChangeEvent to all registered listeners.
setChart(ChartImage) - Method in class de.laures.cewolf.storage.SessionStorageItem
 
setChartid(String) - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
setCid(String) - Method in class de.laures.cewolf.storage.SessionStorageItem
 
setClass(String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Setter for property clazz.
setColor(Color) - Method in interface de.laures.cewolf.taglib.tags.Colored
 
setColor(String) - Method in class de.laures.cewolf.taglib.tags.ColorTag
 
setColumnRadius(int) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the column radius (in Java2D units) and sends a PlotChangeEvent to all registered listeners.
setCyclic(boolean) - Method in class de.laures.cewolf.taglib.tags.GradientTag
Setter for property cyclic.
setCyclic(boolean) - Method in class de.laures.cewolf.taglib.tags.SerializableGradientPaint
 
setDataProductionConfig(DatasetProducer, Map<String, Object>, boolean) - Method in interface de.laures.cewolf.taglib.DataAware
 
setDataProductionConfig(DatasetProducer, Map<String, Object>, boolean) - Method in class de.laures.cewolf.taglib.DataContainer
 
setDataProductionConfig(DatasetProducer, Map<String, Object>, boolean) - Method in class de.laures.cewolf.taglib.PlotDefinition
 
setDataProductionConfig(DatasetProducer, Map<String, Object>, boolean) - Method in class de.laures.cewolf.taglib.SimpleChartDefinition
 
setDataProductionConfig(DatasetProducer, Map<String, Object>, boolean) - Method in class de.laures.cewolf.taglib.tags.PlotTag
 
setDataProductionConfig(DatasetProducer, Map<String, Object>, boolean) - Method in class de.laures.cewolf.taglib.tags.SimpleChartTag
 
setDataset(ValueDataset) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the dataset for the plot, replacing the existing dataset if there is one, and sends a PlotChangeEvent to all registered listeners.
setDataset(WaferMapDataset) - Method in class de.laures.cewolf.jfree.WaferMapPlot
Sets the dataset used by the plot and sends a PlotChangeEvent to all registered listeners.
setDebug(boolean) - Method in class de.laures.cewolf.CewolfRenderer
 
setDebug(boolean) - Method in interface de.laures.cewolf.CewolfRendererMBean
 
setDir(String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Setter for property dir.
setDisplayRange(int, double, double) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the displayed bounds for a sub range.
setDrawingSupplier(DrawingSupplier) - Method in class de.laures.cewolf.taglib.PlotDefinition
Sets the drawingSupplier.
setFollowDataInSubranges(boolean) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the flag that controls whether or not the thermometer axis zooms to display the subrange within which the data value falls.
setForceSessionId(boolean) - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
 
setGap(int) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the gap (in Java2D units) between the two outlines that represent the thermometer, and sends a PlotChangeEvent to all registered listeners.
setHeight(int) - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
Setter for property height.
setHeight(int) - Method in class de.laures.cewolf.taglib.tags.TextureTag
 
setHspace(int) - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
Setter for property hSpace.
setHtmltitle(String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Setter for property title.
setImage(String) - Method in class de.laures.cewolf.taglib.tags.TextureTag
 
setIsmap(String) - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
Setter for property ismap.
setLang(String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Setter for property lang.
setLayout(String) - Method in class de.laures.cewolf.taglib.CombinedChartDefinition
 
setLayout(String) - Method in class de.laures.cewolf.taglib.tags.CombinedChartTag
Setter for property layout [tb]
setLegendAnchor(int) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Sets the legendAnchor.
setLegendanchor(String) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property legend.
setLinkgeneratorid(String) - Method in class de.laures.cewolf.taglib.tags.ChartMapTag
 
setLongdesc(String) - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
Setter for property longDesc.
setLowerBound(double) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the lower bound for the thermometer.
setLowerDomainValD(String) - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
setLowerDomainValN(double) - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
setLowerRangeVal(double) - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
setMercuryPaint(Paint) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the default mercury paint and sends a PlotChangeEvent to all registered listeners.
setMime(String) - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
Sets the mimeType.
setMime(String) - Method in class de.laures.cewolf.taglib.tags.LegendTag
Sets the mimeType.
setName(String) - Method in class de.laures.cewolf.taglib.tags.ParamTag
 
setOnclick(String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Setter for property onclick.
setOndblclick(String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Setter for property ondblclick.
setOnkeydown(String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Setter for property onkeydown.
setOnkeypress(String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Setter for property onkeypress.
setOnkeyup(String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Setter for property onkeyup.
setOnmousedown(String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Setter for property onmousedown.
setOnmousemove(String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Setter for property onmousemove.
setOnmouseout(String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Setter for property onmouseout.
setOnmouseover(String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Setter for property onmouseover.
setOnmouseup(String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Setter for property onmouseup.
setPadding(RectangleInsets) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the padding for the thermometer and sends a PlotChangeEvent to all registered listeners.
setPaint(Paint) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property backgroundPaint.
setPaint(Paint) - Method in interface de.laures.cewolf.taglib.tags.Painted
Method setPaint.
setPaintScale(PaintScale) - Method in class de.laures.cewolf.jfree.XYBlockRenderer
Sets the paint scale used by the renderer and sends a RendererChangeEvent to all registered listeners.
setPlot(WaferMapPlot) - Method in class de.laures.cewolf.jfree.WaferMapRenderer
Sets the plot and build the paint index.
setPlotbackgroundcolor(String) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property plotBackgroundPaint.
setPlotBackgroundPaint(Paint) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Sets the plot's background paint.
setPlotbordercolor(String) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property plotBorderPaint.
setPlotBorderPaint(Paint) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Sets the plot border paint.
setPlotBorderVisible(boolean) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Whether the plot is drawn with a border.
setPlotbordervisible(boolean) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property plotBorderVisible.
setPoint1(int, int, Color) - Method in class de.laures.cewolf.taglib.tags.SerializableGradientPaint
 
setPoint2(int, int, Color) - Method in class de.laures.cewolf.taglib.tags.SerializableGradientPaint
 
setPrecision(int) - Method in class de.laures.cewolf.jfree.XYSplineRenderer
Set the resolution of splines and sends a RendererChangeEvent to all registered listeners.
setRange(double, double) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the lower and upper bounds for the thermometer.
setRangeAxis(ValueAxis) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the range axis for the plot and sends a PlotChangeEvent to all registered listeners.
setRemoveAfterRender(boolean) - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
 
setRenderer(WaferMapRenderer) - Method in class de.laures.cewolf.jfree.WaferMapPlot
Sets the item renderer, and notifies all listeners of a change to the plot.
setRenderer(String) - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
setRenderer(String) - Method in class de.laures.cewolf.taglib.tags.LegendTag
 
setRenderingEnabled(boolean) - Method in class de.laures.cewolf.CewolfRenderer
 
setRenderingEnabled(boolean) - Method in interface de.laures.cewolf.CewolfRendererMBean
 
setShapeFilledCondition(String) - Method in class de.laures.cewolf.jfree.XYConditionRenderer
 
setShapeVisibleCondition(String) - Method in class de.laures.cewolf.jfree.XYConditionRenderer
 
setShowCellValues(boolean) - Method in class de.laures.cewolf.jfree.WaferMapPlot
 
setShowLegend(boolean) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Sets the showLegend.
setShowlegend(boolean) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property legend.
setSrc(String) - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
Setter for property src.
setStyle(String) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Setter for property style.
setSubrange(int, double, double) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the bounds for a subrange.
setSubrangeIndicatorsVisible(boolean) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the flag that controls whether or not the subrange indicators are drawn.
setSubrangeInfo(int, double, double) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets information for a particular range.
setSubrangeInfo(int, double, double, double, double) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the subrangeInfo attribute of the ThermometerPlot object
setSubrangePaint(int, Paint) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the paint to be used for a subrange and sends a PlotChangeEvent to all registered listeners.
setTarget(String) - Method in class de.laures.cewolf.taglib.tags.ChartMapTag
 
setThermometerPaint(Paint) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the paint used to draw the thermometer outline and sends a PlotChangeEvent to all registered listeners.
setThermometerStroke(Stroke) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the stroke used to draw the thermometer outline and sends a PlotChangeEvent to all registered listeners.
setTimeout(Date) - Method in class de.laures.cewolf.storage.SessionStorageItem
 
setTimeout(int) - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 
setTimeout(int) - Method in class de.laures.cewolf.taglib.tags.LegendTag
 
setTitle(String) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Sets the title.
setTitle(String) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property title.
setTooltipgeneratorid(String) - Method in class de.laures.cewolf.taglib.tags.ChartMapTag
 
setToolTipsEnabled(PageContext) - Static method in class de.laures.cewolf.taglib.util.PageUtils
 
setType(String) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Sets the type.
setType(String) - Method in class de.laures.cewolf.taglib.PlotDefinition
Sets the type.
setType(String) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property type.
setType(String) - Method in class de.laures.cewolf.taglib.tags.PlotTag
Setter for property type.
setUnits(int) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the units to be displayed in the thermometer.
setUpperBound(double) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the upper bound for the thermometer.
setUpperDomainValD(String) - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
setUpperDomainValN(double) - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
setUpperRangeVal(double) - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
setUsecache(boolean) - Method in class de.laures.cewolf.taglib.tags.ProducerTag
Sets the useCache.
setUseJFreeChartLinkGenerator(boolean) - Method in class de.laures.cewolf.taglib.tags.ChartMapTag
Setter of the useJFreeChartLinkGenerator field.
setUseJFreeChartTooltipGenerator(boolean) - Method in class de.laures.cewolf.taglib.tags.ChartMapTag
Setter of the useJFreeChartTooltipGenerator field.
setUsemap(String) - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
Setter for property useMap.
setUseSubrangePaint(boolean) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the range colour change option.
setValue(String) - Method in class de.laures.cewolf.taglib.tags.ParamTag
 
setValue(Object) - Method in class de.laures.cewolf.taglib.tags.ParamTag
 
setValueFont(Font) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the font used to display the current value.
setValueFormat(NumberFormat) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the formatter for the value label and sends a PlotChangeEvent to all registered listeners.
setValueLocation(int) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the location at which the current value is displayed and sends a PlotChangeEvent to all registered listeners.
setValuePaint(Paint) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Sets the paint used to display the current value and sends a PlotChangeEvent to all registered listeners.
setVar(String) - Method in class de.laures.cewolf.taglib.tags.ChartImgURLTag
Sets the var.
setVspace(int) - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
Setter for property vSpace.
setWebRootDir(String) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
 
setWidth(int) - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
Setter for property width.
setWidth(int) - Method in class de.laures.cewolf.taglib.tags.TextureTag
 
setX(int) - Method in class de.laures.cewolf.taglib.tags.PointTag
 
setXaxisinteger(boolean) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Whether the domain (X) axis should show integer values only.
setXaxisinteger(boolean) - Method in class de.laures.cewolf.taglib.PlotDefinition
Setter for property xAxisinteger.
setXaxisinteger(boolean) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property xAxisInteger.
setXaxisinteger(boolean) - Method in class de.laures.cewolf.taglib.tags.PlotTag
Setter for property xAxisinteger.
setXAxisLabel(String) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Sets the xAxisLabel.
setXaxislabel(String) - Method in class de.laures.cewolf.taglib.PlotDefinition
Sets the x-axis label [tb]
setXaxislabel(String) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property xAxisLabel.
setXaxislabel(String) - Method in class de.laures.cewolf.taglib.tags.PlotTag
Setter for property xAxisLabel.
setXAxisType(int) - Method in class de.laures.cewolf.taglib.OverlaidChartDefinition
Sets the xAxisType.
setxaxistype(String) - Method in class de.laures.cewolf.taglib.tags.OverlaidChartTag
Sets the xAxisType.
setXticklabelsvisible(boolean) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Whether the domain (X) axis should show any tick labels.
setXticklabelsvisible(boolean) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property xTicksLabelsVisible.
setXtickmarksvisible(boolean) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Whether the domain (X) axis should show any tick marks.
setXtickmarksvisible(boolean) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property xTicksMarksVisible.
setY(int) - Method in class de.laures.cewolf.taglib.tags.PointTag
 
setYaxisinteger(boolean) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Whether the range (Y) axis should show integer values only.
setYaxisinteger(boolean) - Method in class de.laures.cewolf.taglib.PlotDefinition
Setter for property yAxisinteger.
setYaxisinteger(boolean) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property yAxisInteger.
setYaxisinteger(boolean) - Method in class de.laures.cewolf.taglib.tags.PlotTag
Setter for property yAxisInteger.
setYAxisLabel(String) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Sets the yAxisLabel.
setYaxislabel(String) - Method in class de.laures.cewolf.taglib.PlotDefinition
Sets the y-axis label [tb]
setYaxislabel(String) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property yAxisLabel.
setYaxislabel(String) - Method in class de.laures.cewolf.taglib.tags.PlotTag
Setter for property yAxisLabel.
setYAxisType(int) - Method in class de.laures.cewolf.taglib.OverlaidChartDefinition
Sets the yAxisType.
setyaxistype(String) - Method in class de.laures.cewolf.taglib.tags.OverlaidChartTag
Sets the yAxisType.
setYticklabelsvisible(boolean) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Whether the range (Y) axis should show any tick labels.
setYticklabelsvisible(boolean) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property yTicksLabelsVisible.
setYtickmarksvisible(boolean) - Method in class de.laures.cewolf.taglib.AbstractChartDefinition
Whether the range (Y) axis should show any tick marks.
setYtickmarksvisible(boolean) - Method in class de.laures.cewolf.taglib.tags.AbstractChartTag
Setter for property yTicksMarksVisible.
setZoomFactor(double) - Method in class de.laures.cewolf.cpp.ZoomBothAxis
 
setZValue(int, int, double) - Method in class de.laures.cewolf.jfree.DefaultHeatMapDataset
Updates a z-value in the dataset and sends a DatasetChangeEvent to all registered listeners.
setZValue(int, int, double, boolean) - Method in class de.laures.cewolf.jfree.DefaultHeatMapDataset
Updates a z-value in the dataset and, if requested, sends a DatasetChangeEvent to all registered listeners.
SHAPES_AND_LINES - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
showLegend - Variable in class de.laures.cewolf.taglib.AbstractChartDefinition
 
SimpleChartDefinition - Class in de.laures.cewolf.taglib
 
SimpleChartDefinition() - Constructor for class de.laures.cewolf.taglib.SimpleChartDefinition
 
SimpleChartTag - Class in de.laures.cewolf.taglib.tags
 
SimpleChartTag() - Constructor for class de.laures.cewolf.taglib.tags.SimpleChartTag
 
SPIDERWEB - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
SPIDERWEB - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
SpiderWebEnhancer - Class in de.laures.cewolf.cpp
A postprocessor for changing details of a Meter plot.
SpiderWebEnhancer() - Constructor for class de.laures.cewolf.cpp.SpiderWebEnhancer
 
SPLINE - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
SPLINE - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
src - Variable in class de.laures.cewolf.taglib.html.HTMLImgTag
Holds value of property src.
STACKED_AREA - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
STACKED_HORIZONTAL_BAR - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
STACKED_HORIZONTAL_BAR_3D - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
STACKED_VERTICAL_BAR - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
STACKED_VERTICAL_BAR_3D - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
STACKED_XY_AREA - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
STACKED_XY_AREA2 - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
StateDescriptor - Interface in de.laures.cewolf.util
States of objects implementing this interface can be monitored in some way.
STEP - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
Storage - Interface in de.laures.cewolf
Pluggable storage.
storeChartImage(ChartImage, PageContext) - Method in class de.laures.cewolf.storage.AbstractSessionStorage
 
storeChartImage(ChartImage, HttpSession) - Method in class de.laures.cewolf.storage.AbstractSessionStorage
 
storeChartImage(ChartImage, PageContext) - Method in class de.laures.cewolf.storage.FileStorage
 
storeChartImage(ChartImage, PageContext) - Method in class de.laures.cewolf.storage.LongTermSessionStorage
 
storeChartImage(ChartImage, PageContext) - Method in interface de.laures.cewolf.Storage
Stores a chart image.
stored - Static variable in class de.laures.cewolf.storage.AbstractSessionStorage
 
style - Variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Holds value of property style.

T

TaglibConstants - Interface in de.laures.cewolf.taglib
Contains some base constants to avoid explicit dependancy to concrete chart implementation's constant values.
TagValidationException - Exception in de.laures.cewolf.taglib
Thrown by some of the libraries validators.
TagValidationException(String, String) - Constructor for exception de.laures.cewolf.taglib.TagValidationException
Creates a new instance of TagValidationException
TextureTag - Class in de.laures.cewolf.taglib.tags
Tag <texture> which defines a texture paint.
TextureTag() - Constructor for class de.laures.cewolf.taglib.tags.TextureTag
 
THERMOMETER - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
ThermometerEnhancer - Class in de.laures.cewolf.cpp
A postprocessor for changing details of a Compass plot.
ThermometerEnhancer() - Constructor for class de.laures.cewolf.cpp.ThermometerEnhancer
 
ThermometerPlot - Class in de.laures.cewolf.jfree
A plot that displays a single value (from a ValueDataset) in a thermometer type display.
ThermometerPlot() - Constructor for class de.laures.cewolf.jfree.ThermometerPlot
Creates a new thermometer plot.
ThermometerPlot(ValueDataset) - Constructor for class de.laures.cewolf.jfree.ThermometerPlot
Creates a new thermometer plot, using default attributes where necessary.
TIME_SERIES - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
title - Variable in class de.laures.cewolf.taglib.AbstractChartDefinition
 
title - Variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
Holds value of property title.
TitleEnhancer - Class in de.laures.cewolf.cpp
Renderer for ChartImageDefinitions.
TitleEnhancer() - Constructor for class de.laures.cewolf.cpp.TitleEnhancer
 
ToolTipGenerator - Interface in de.laures.cewolf.tooltips
Interface for all tooltip generators.
TOOLTIPS_ENABLED_KEY - Static variable in interface de.laures.cewolf.taglib.TaglibConstants
 
toString() - Method in class de.laures.cewolf.storage.SessionStorageItem
 
toString() - Method in class de.laures.cewolf.taglib.tags.SerializableGradientPaint
 
TransientSessionStorage - Class in de.laures.cewolf.storage
This storage should be used in non-clustered environments without failover concept.
TransientSessionStorage() - Constructor for class de.laures.cewolf.storage.TransientSessionStorage
 
type - Variable in class de.laures.cewolf.taglib.AbstractChartDefinition
 
typeList - Static variable in class de.laures.cewolf.taglib.AxisTypes
The whole typeNames array inside of a list.
typeList - Static variable in class de.laures.cewolf.taglib.ChartTypes
The whole typeNames array inside of a list.
typeList - Static variable in class de.laures.cewolf.taglib.LayoutTypes
The whole typeNames array inside of a list.
typeList - Static variable in class de.laures.cewolf.taglib.PlotTypes
The whole typeNames array inside of a list.

U

UNDEFINED_FLOAT - Static variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
 
UNDEFINED_INT - Static variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
 
UNDEFINED_STR - Static variable in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
 
UNITS_CELCIUS - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
A constant for unit type 'Celcius'.
UNITS_FAHRENHEIT - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
A constant for unit type 'Fahrenheit'.
UNITS_KELVIN - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
A constant for unit type 'Kelvin'.
UNITS_NONE - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
A constant for unit type 'None'.
UnsupportedChartTypeException - Exception in de.laures.cewolf.taglib
 
UnsupportedChartTypeException(String) - Constructor for exception de.laures.cewolf.taglib.UnsupportedChartTypeException
 
useMap - Variable in class de.laures.cewolf.taglib.html.HTMLImgTag
Holds value of property useMap.

V

VALUE_INDEX - Static variable in class de.laures.cewolf.jfree.WaferMapRenderer
The default value index.
VAR_NAME - Static variable in class de.laures.cewolf.taglib.tags.ChartImgURLTag
 
VERTICAL_BAR - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
VERTICAL_BAR - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
VERTICAL_BAR_3D - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
VERTICAL_XY_BAR - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
VisualEnhancer - Class in de.laures.cewolf.cpp
A postprocessor for altering the border and padding of a chart.
VisualEnhancer() - Constructor for class de.laures.cewolf.cpp.VisualEnhancer
 
vSpace - Variable in class de.laures.cewolf.taglib.html.HTMLImgTag
Holds value of property vSpace.

W

WAFER - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
WaferMapLegendProcessor - Class in de.laures.cewolf.cpp
A postprocessor for adding custom legend titles to a wafer map plot.
WaferMapLegendProcessor() - Constructor for class de.laures.cewolf.cpp.WaferMapLegendProcessor
 
WaferMapPlot - Class in de.laures.cewolf.jfree
A wafer map plot.
WaferMapPlot() - Constructor for class de.laures.cewolf.jfree.WaferMapPlot
Creates a new plot with no dataset.
WaferMapPlot(WaferMapDataset) - Constructor for class de.laures.cewolf.jfree.WaferMapPlot
Creates a new plot.
WaferMapPlot(WaferMapDataset, WaferMapRenderer) - Constructor for class de.laures.cewolf.jfree.WaferMapPlot
Creates a new plot.
WaferMapRenderer - Class in de.laures.cewolf.jfree
A renderer for wafer map plots.
WaferMapRenderer() - Constructor for class de.laures.cewolf.jfree.WaferMapRenderer
Creates a new renderer.
WaferMapRenderer(int, int) - Constructor for class de.laures.cewolf.jfree.WaferMapRenderer
Creates a new renderer.
WaferMapRenderer(Integer, Integer) - Constructor for class de.laures.cewolf.jfree.WaferMapRenderer
Creates a new renderer.
WARNING - Static variable in class de.laures.cewolf.jfree.ThermometerPlot
A constant for the 'warning' range.
WEB_ROOT_DIR - Static variable in class de.laures.cewolf.CewolfRenderer
 
WebConstants - Interface in de.laures.cewolf
Contains some base constants to avoid explicit dependancy to concrete chart implementation's constant values.
width - Variable in class de.laures.cewolf.taglib.html.HTMLImgTag
Holds value of property width.
WIDTH_PARAM - Static variable in interface de.laures.cewolf.WebConstants
The key for the width of the image.
WIND - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
writeAttributes(Writer) - Method in class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag
 
writeAttributes(Writer) - Method in class de.laures.cewolf.taglib.html.HTMLImgTag
 
writeAttributes(Writer) - Method in class de.laures.cewolf.taglib.tags.ChartImgTag
 

X

xAxisInteger - Variable in class de.laures.cewolf.taglib.AbstractChartDefinition
 
xAxisLabel - Variable in class de.laures.cewolf.taglib.AbstractChartDefinition
 
xTickLabelsVisible - Variable in class de.laures.cewolf.taglib.AbstractChartDefinition
 
xTickMarksVisible - Variable in class de.laures.cewolf.taglib.AbstractChartDefinition
 
XY - Static variable in interface de.laures.cewolf.taglib.ChartConstants
 
XY_AREA - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
XY_LINE - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
XY_SHAPES_AND_LINES - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
XY_VERTICAL_BAR - Static variable in interface de.laures.cewolf.taglib.PlotConstants
 
XYBlockRenderer - Class in de.laures.cewolf.jfree
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.
XYBlockRenderer() - Constructor for class de.laures.cewolf.jfree.XYBlockRenderer
Creates a new XYBlockRenderer instance with default attributes.
XYConditionRenderer - Class in de.laures.cewolf.jfree
A renderer that connects data points with lines and/or draws shapes at each data point.
XYConditionRenderer(boolean, boolean) - Constructor for class de.laures.cewolf.jfree.XYConditionRenderer
Creates a new renderer with both lines and shapes visible.
XYItemLinkGenerator - Interface in de.laures.cewolf.links
A LinkGenerator for XYDatasets.
XYSplineRenderer - Class in de.laures.cewolf.jfree
A renderer that connects data points with natural cubic splines and/or draws shapes at each data point.
XYSplineRenderer() - Constructor for class de.laures.cewolf.jfree.XYSplineRenderer
Creates a new instance with the 'precision' attribute defaulting to 5.
XYSplineRenderer(int) - Constructor for class de.laures.cewolf.jfree.XYSplineRenderer
Creates a new renderer with the specified precision.
XYToolTipGenerator - Interface in de.laures.cewolf.tooltips
 

Y

yAxisInteger - Variable in class de.laures.cewolf.taglib.AbstractChartDefinition
 
yAxisLabel - Variable in class de.laures.cewolf.taglib.AbstractChartDefinition
 
yTickLabelsVisible - Variable in class de.laures.cewolf.taglib.AbstractChartDefinition
 
yTickMarksVisible - Variable in class de.laures.cewolf.taglib.AbstractChartDefinition
 

Z

zoom(double) - Method in class de.laures.cewolf.jfree.ThermometerPlot
A zoom method that does nothing.
ZoomBothAxis - Class in de.laures.cewolf.cpp
A postprocessor for altering the domain and range of a chart, essentially creating a way to "zoom into" a chart.
ZoomBothAxis() - Constructor for class de.laures.cewolf.cpp.ZoomBothAxis
 
zoomDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, double, PlotRenderingInfo, Point2D) - Method in class de.laures.cewolf.jfree.ThermometerPlot
This method does nothing.
zoomRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in class de.laures.cewolf.jfree.ThermometerPlot
Zooms the range axes.

A B C D E F G H I K L M N O P R S T U V W X Y Z

cewolf tag library - web charts with JFreeChart