Serialized Form


Package de.laures.cewolf

Class de.laures.cewolf.CewolfException extends Exception implements Serializable

Class de.laures.cewolf.CewolfRenderer extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

debugged

boolean debugged

requestCount

int requestCount

lock

Byte lock

config

Configuration config

Class de.laures.cewolf.ChartRenderingException extends CewolfException implements Serializable

Class de.laures.cewolf.ChartValidationException extends CewolfException implements Serializable

Class de.laures.cewolf.ConfigurationException extends CewolfException implements Serializable

Class de.laures.cewolf.DatasetProduceException extends CewolfException implements Serializable

Class de.laures.cewolf.PostProcessingException extends CewolfException implements Serializable


Package de.laures.cewolf.dp

Class de.laures.cewolf.dp.DataSourceXYDatasetProducer extends Object implements Serializable

Class de.laures.cewolf.dp.DataSourceXYSeries extends Object implements Serializable

Serialized Fields

dataSourceName

String dataSourceName

query

String query

xCol

String xCol

yCol

String yCol

seriesName

String seriesName

Class de.laures.cewolf.dp.MovingAverageDatasetProducer extends Object implements Serializable


Package de.laures.cewolf.storage

Class de.laures.cewolf.storage.SerializableChartImage extends Object implements Serializable

Serialized Fields

width

int width

height

int height

type

int type

timeoutTime

Date timeoutTime

mimeType

String mimeType

data

byte[] data

Package de.laures.cewolf.taglib

Class de.laures.cewolf.taglib.AbstractChartDefinition extends Object implements Serializable

Serialized Fields

title

String title

xAxisLabel

String xAxisLabel

yAxisLabel

String yAxisLabel

type

String type

antialias

boolean antialias

background

String background

backgroundImageAlpha

float backgroundImageAlpha

paint

Paint paint

legendAnchor

int legendAnchor

showLegend

boolean showLegend

postProcessorsParams

List<E> postProcessorsParams

Class de.laures.cewolf.taglib.AttributeValidationException extends ChartValidationException implements Serializable

Class de.laures.cewolf.taglib.ChartImageDefinition extends Object implements Serializable

Serialized Fields

chartHolder

ChartHolder chartHolder

height

int height

width

int width

type

int type

mimeType

String mimeType

renderedImage

RenderedImage renderedImage

Class de.laures.cewolf.taglib.CombinedChartDefinition extends AbstractChartDefinition implements Serializable

Serialized Fields

layout

String layout

plotDefinitions

List<E> plotDefinitions

Class de.laures.cewolf.taglib.DataContainer extends Object implements Serializable

Serialized Fields

datasetProductionParams

Map<K,V> datasetProductionParams

datasetProduceTime

long datasetProduceTime

useCache

boolean useCache

Class de.laures.cewolf.taglib.IncompatibleDatasetException extends ChartValidationException implements Serializable

Class de.laures.cewolf.taglib.OverlaidChartDefinition extends AbstractChartDefinition implements Serializable

Serialized Fields

xAxisType

int xAxisType

yAxisType

int yAxisType

plotDefinitions

List<E> plotDefinitions

Class de.laures.cewolf.taglib.PlotDefinition extends Object implements Serializable

Serialized Fields

type

String type

xAxisLabel

String xAxisLabel

yAxisLabel

String yAxisLabel

dataAware

DataContainer dataAware

Class de.laures.cewolf.taglib.SimpleChartDefinition extends AbstractChartDefinition implements Serializable

Serialized Fields

dataAware

DataContainer dataAware

Class de.laures.cewolf.taglib.TagValidationException extends SAXException implements Serializable

Serialized Fields

tag

String tag

Class de.laures.cewolf.taglib.UnsupportedChartTypeException extends ChartValidationException implements Serializable


Package de.laures.cewolf.taglib.html

Class de.laures.cewolf.taglib.html.AbstractHTMLBaseTag extends CewolfBodyTag implements Serializable

Serialized Fields

id

String id
Holds value of property ID.


clazz

String clazz
Holds value of property clazz.


style

String style
Holds value of property style.


title

String title
Holds value of property title.


lang

String lang
Holds value of property lang.


dir

String dir
Holds value of property dir.


onclick

String onclick
Holds value of property onclick.


ondbclick

String ondbclick
Holds value of property ondbclick.


onmousedown

String onmousedown
Holds value of property onmousedown.


onmouseup

String onmouseup
Holds value of property onmouseup.


onmouseover

String onmouseover
Holds value of property onmouseover.


onmousemove

String onmousemove
Holds value of property onmousemove.


onmouseout

String onmouseout
Holds value of property onmouseout.


onkeypress

String onkeypress
Holds value of property onkeypress.


onkeydown

String onkeydown
Holds value of property onkeydown.


onkeyup

String onkeyup
Holds value of property onkeyup.

Class de.laures.cewolf.taglib.html.HTMLImgTag extends AbstractHTMLBaseTag implements Serializable

Serialized Fields

width

int width
Holds value of property width.


height

int height
Holds value of property height.


src

String src
Holds value of property src.


alt

String alt
Holds value of property alt.


longDesc

String longDesc
Holds value of property longDesc.


useMap

String useMap
Holds value of property useMap.


ismap

String ismap
Holds value of property ismap.


align

String align
Holds value of property align.


border

int border
Holds value of property border.


hSpace

int hSpace
Holds value of property hSpace.


vSpace

int vSpace
Holds value of property vSpace.


forceSessionId

boolean forceSessionId
Add or not JSESSIONID


removeAfterRender

boolean removeAfterRender
Remove image from Storage after rendering


Package de.laures.cewolf.taglib.tags

Class de.laures.cewolf.taglib.tags.AbstractChartTag extends CewolfTag implements Serializable

Serialized Fields

chartDefinition

AbstractChartDefinition chartDefinition

Class de.laures.cewolf.taglib.tags.AbstractObjectTag extends CewolfBodyTag implements Serializable

Class de.laures.cewolf.taglib.tags.AbstractParameterizedObjectTag extends AbstractObjectTag implements Serializable

Serialized Fields

params

Map<K,V> params

Class de.laures.cewolf.taglib.tags.CewolfBodyTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

Class de.laures.cewolf.taglib.tags.CewolfTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

Class de.laures.cewolf.taglib.tags.ChartImgTag extends HTMLImgTag implements Serializable

Serialized Fields

chartId

String chartId

renderer

String renderer

mimeType

String mimeType

timeout

int timeout

sessionKey

String sessionKey

chartImageDefinition

ChartImageDefinition chartImageDefinition

Class de.laures.cewolf.taglib.tags.ChartImgURLTag extends ChartImgTag implements Serializable

Serialized Fields

var

String var

Class de.laures.cewolf.taglib.tags.ChartMapTag extends CewolfTag implements Serializable

serialVersionUID: -3742340487378471159L

Serialized Fields

toolTipGenerator

ToolTipGenerator toolTipGenerator

linkGenerator

LinkGenerator linkGenerator

useJFreeChartLinkGenerator

boolean useJFreeChartLinkGenerator

useJFreeChartTooltipGenerator

boolean useJFreeChartTooltipGenerator

Class de.laures.cewolf.taglib.tags.ChartPostProcessorTag extends AbstractParameterizedObjectTag implements Serializable

Class de.laures.cewolf.taglib.tags.ColorTag extends CewolfBodyTag implements Serializable

Serialized Fields

color

Color color

Class de.laures.cewolf.taglib.tags.CombinedChartTag extends AbstractChartTag implements Serializable

Class de.laures.cewolf.taglib.tags.DataTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Class de.laures.cewolf.taglib.tags.GradientTag extends CewolfTag implements Serializable

Serialized Fields

gPaint

SerializableGradientPaint gPaint

pointCount

int pointCount

Class de.laures.cewolf.taglib.tags.LegendTag extends HTMLImgTag implements Serializable

Serialized Fields

timeout

int timeout

mimeType

String mimeType

Class de.laures.cewolf.taglib.tags.OverlaidChartTag extends AbstractChartTag implements Serializable

Class de.laures.cewolf.taglib.tags.ParamTag extends CewolfBodyTag implements Serializable

Serialized Fields

name

String name

value

Object value

Class de.laures.cewolf.taglib.tags.PlotTag extends CewolfTag implements Serializable

Serialized Fields

plotDefinition

PlotDefinition plotDefinition

Class de.laures.cewolf.taglib.tags.PointTag extends ColorTag implements Serializable

Serialized Fields

x

int x

y

int y

Class de.laures.cewolf.taglib.tags.ProducerTag extends AbstractParameterizedObjectTag implements Serializable

Serialized Fields

useCache

boolean useCache

Class de.laures.cewolf.taglib.tags.SerializableGradientPaint extends Object implements Serializable

Serialized Fields

x1

int x1

y1

int y1

c1

Color c1

x2

int x2

y2

int y2

c2

Color c2

cyclic

boolean cyclic

Class de.laures.cewolf.taglib.tags.SerializableTexturePaint extends Object implements Serializable

Serialized Fields

image

String image

width

int width

height

int height

Class de.laures.cewolf.taglib.tags.SimpleChartTag extends AbstractChartTag implements Serializable

Class de.laures.cewolf.taglib.tags.TextureTag extends CewolfBodyTag implements Serializable

Serialized Fields

image

String image

width

int width

height

int height

Package de.laures.cewolf.taglib.util

Class de.laures.cewolf.taglib.util.DatasetProductionTimeStore extends Hashtable implements Serializable


Package de.laures.cewolf.util

Class de.laures.cewolf.util.RenderingException extends CewolfException implements Serializable

Serialized Fields

wrapped

Throwable wrapped



Copyright © 2012. All Rights Reserved.