franta-hg@1: Cewolf Tag Library

Cewolf Tag Library (0.13.0)

This tag library is designed to describe charts of all kinds.

franta-hg@1: <plot> franta-hg@1:

franta-hg@1: The plot tag is nested inside a complex chart to define a nested or layerd plot instance. franta-hg@1: data franta-hg@1:

Attributes
type
franta-hg@1: The type of the plot. One of xyarea, xyline, xyshapesandlines , franta-hg@1: scatter, xyverticalbar, step, candlestick, highlow, signal, franta-hg@1: verticlebar, area, line, shapesandlines franta-hg@1:
required=true
rtexprvalue=true
xaxislabel
franta-hg@1: Title of the plot's x-axis. This attributes is franta-hg@1: only used for horizontally combined charts. franta-hg@1:
required=false
rtexprvalue=true
yaxislabel
franta-hg@1: Title of the plot's y-axis. This attributes is franta-hg@1: only used for vertically combined charts. franta-hg@1:
required=false
rtexprvalue=true

franta-hg@1: <img> franta-hg@1:

franta-hg@1: optional childs: franta-hg@1: franta-hg@1: <map>
franta-hg@1: This tag is a specialized HTML img tag. It renders the chart franta-hg@1: which has been specified by a <chart> tag in the same page. franta-hg@1: map franta-hg@1:

Attributes
renderer
franta-hg@1: Path to rendering servlet. Any path that starts with a '/' is assumed to refer to a resource relative to web application root. Otherwise, the path is assumed to refer to resource relative to the current page directory. franta-hg@1:
required=true
rtexprvalue=true
chartid
franta-hg@1: The id of the chart to render. franta-hg@1:
required=true
rtexprvalue=true
width
franta-hg@1: Width of the rendered chart image in pixel. franta-hg@1:
required=true
rtexprvalue=true
height
franta-hg@1: Height of the rendered chart image in pixel. franta-hg@1:
required=true
rtexprvalue=true
mime
franta-hg@1: The MIME type of the image. Currently image/png (default),image/svg and image/jpeg are supported. franta-hg@1:
default=image/png
required=false
rtexprvalue=true
alt
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
hspace
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
vspace
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
align
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
border
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
ismap
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
longdesc
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
usemap
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
class
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
dir
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
lang
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onclick
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
ondbclick
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onkeydown
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onkeypress
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onkeyup
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onmousedown
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onmousemove
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onmouseout
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onmouseover
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onmouseup
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
style
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
htmltitle
franta-hg@1: Corresponds to appropriate HMTL <img> title attribute. franta-hg@1:
required=false
rtexprvalue=true
removeAfterRender
franta-hg@1: Remove image after rendering (defaults to false). WARNING. This may cause problems if your users expect to save the images or paste them into other applications such as WORD. franta-hg@1:
required=false
rtexprvalue=true
forceSessionId
franta-hg@1: Forces jsessionid to be added to image url. (Defaults to True) franta-hg@1:
required=false
rtexprvalue=true
timeout
franta-hg@1: Sets the timeout value used in the LongTermSessionStorage obj. Value is in seconds. Default is 5 Minutes. franta-hg@1:
required=false
rtexprvalue=true

franta-hg@1: <imgurl> franta-hg@1:

franta-hg@1: This tag can be used as the src attribute of a HTML img tag. E.g.: franta-hg@1: <img src='<imgurl chartid="foobar" renderer="cewolf" width="100" height="100"/>'> franta-hg@1: If the var attribute is used the URL is exposed as a page attribute of type String. franta-hg@1: img franta-hg@1:

Attributes
var
franta-hg@1: Name of the page scope attribute to hold the URL. If not specified the URL is printed to the page outstream. franta-hg@1:
required=false
rtexprvalue=true
renderer
franta-hg@1: Path to rendering servlet. Any path that starts with a '/' is assumed to refer to a resource relative to web application root. Otherwise, the path is assumed to refer to resource relative to the current page directory. franta-hg@1:
required=true
rtexprvalue=true
chartid
franta-hg@1: The id of the chart to render. franta-hg@1:
required=true
rtexprvalue=true
width
franta-hg@1: Width of the rendered chart image in pixel. franta-hg@1:
required=true
rtexprvalue=true
height
franta-hg@1: Height of the rendered chart image in pixel. franta-hg@1:
required=true
rtexprvalue=true
mime
franta-hg@1: The MIME type of the image. Currently image/png (default),image/svg and image/jpeg are supported. franta-hg@1:
default=image/png
required=false
rtexprvalue=true

franta-hg@1: <chart> franta-hg@1:

franta-hg@1: optional childs: franta-hg@1: franta-hg@1: <chartpostprocessor>
franta-hg@1: Root tag of a chart description. franta-hg@1: franta-hg@1: data franta-hg@1: chartpostprocessor franta-hg@1:

Attributes
id
franta-hg@1: ID under which the chart description bean will be stored in the franta-hg@1: page to be found by the img tag. Beware of using an franta-hg@1: ID which is not yet used for other beans in the page to avoid franta-hg@1: compile errors. franta-hg@1:
required=true
rtexprvalue=true
type
franta-hg@1: Type of the chart. One of area, areaxy, horizontalbar, horizontalbar3d, franta-hg@1: line, pie, scatter, stackedhorizontalbar, stackedverticalbar, franta-hg@1: stackedverticalbar3d, timeseries, verticalbar, verticalbar3d, xy, franta-hg@1: candlestick, highlow, gantt, wind, signal, verticalxybar, pie3d franta-hg@1:
required=true
rtexprvalue=true
title
franta-hg@1: Title of the chart which is displayed on the chart panel franta-hg@1: above the plot pane. franta-hg@1:
required=false
rtexprvalue=true
xaxislabel
franta-hg@1: Title of the chart's x-axis. This attributes is franta-hg@1: ignored if the type attribute of the parent chart tag is one franta-hg@1: of pie3d or pie. franta-hg@1:
required=false
rtexprvalue=true
yaxislabel
franta-hg@1: Title of the chart's y-axis. This attributes is franta-hg@1: ignored if the type attribute of the parent chart tag is one franta-hg@1: of pie3d or pie. franta-hg@1:
required=false
rtexprvalue=true
background
franta-hg@1: Background image of the chart panel. The value of this franta-hg@1: attribute is the filename of a graphics file relative to the web franta-hg@1: application's root directory (e.g. /WEB-INF/img/bg.jpg). franta-hg@1: The image must be loadable by the default java.awt.Toolkit of the franta-hg@1: servlet container's JVM. franta-hg@1:
required=false
rtexprvalue=true
backgroundimagealpha
franta-hg@1: Chart's backgound alpha blending value as a float. Value ranges franta-hg@1: from 0.0 to 1.0. franta-hg@1: 0.0 franta-hg@1: /chart[backgroundimagealpha] franta-hg@1:
type=java.lang.Float
default=0.0
required=false
rtexprvalue=true
antialias
franta-hg@1: Antialiased rendering of the chart. franta-hg@1: true franta-hg@1: /chart[backgroundimagealpha] franta-hg@1:
default=true
required=false
rtexprvalue=true
showlegend
franta-hg@1: Boolean value to switch on or off the legend display inside of this panel. franta-hg@1: true franta-hg@1:
default=true
required=false
rtexprvalue=true
legendanchor
franta-hg@1: Sets the anchor of the legend inside of the panel. Possible values franta-hg@1: are 'north', 'south', 'west', 'east'. franta-hg@1: Ignored if showlegned is 'false'. franta-hg@1: 'south' franta-hg@1:
default='south'
required=false
rtexprvalue=true

franta-hg@1: <overlaidchart> franta-hg@1:

franta-hg@1: optional childs: franta-hg@1: franta-hg@1: <chartpostprocessor>
franta-hg@1: Root tag of a overlaid-chart description. franta-hg@1: franta-hg@1: data franta-hg@1: chartpostprocessor franta-hg@1:

Attributes
id
franta-hg@1: ID under which the chart description bean will be stored in the franta-hg@1: page to be found by the img tag. Beware of using an franta-hg@1: ID which is not yet used for other beans in the page to avoid franta-hg@1: compile errors. franta-hg@1:
required=true
rtexprvalue=true
type
franta-hg@1: Type of the chart. In this version only overlaidxy is supported. franta-hg@1:
required=true
rtexprvalue=true
title
franta-hg@1: Title of the chart which is displayed on the chart panel franta-hg@1: above the plot pane. franta-hg@1:
required=false
rtexprvalue=true
xaxistype
franta-hg@1: Type of the domain axis. Possible values: date, number franta-hg@1:
required=true
rtexprvalue=true
xaxislabel
franta-hg@1: Title of the chart's x-axis. This attributes is franta-hg@1: ignored if the type attribute of the parent chart tag is one franta-hg@1: of pie3d or pie. franta-hg@1:
required=false
rtexprvalue=true
yaxistype
franta-hg@1: Type of the range axis. Possible values: date, number franta-hg@1:
required=false
rtexprvalue=true
yaxislabel
franta-hg@1: Title of the chart's y-axis. This attributes is franta-hg@1: ignored if the type attribute of the parent chart tag is one franta-hg@1: of pie3d or pie. franta-hg@1:
required=false
rtexprvalue=true
background
franta-hg@1: Background image of the chart panel. The value of this franta-hg@1: attribute is the filename of a graphics file relative to the web franta-hg@1: application's root directory (e.g. /WEB-INF/img/bg.jpg). franta-hg@1: The image must be loadable by the default java.awt.Toolkit of the franta-hg@1: servlet container's JVM. franta-hg@1:
required=false
rtexprvalue=true
backgroundimagealpha
franta-hg@1: Chart's backgound alpha blending value as a float. Value ranges franta-hg@1: from 0.0 to 1.0. franta-hg@1: 0.0 franta-hg@1: /chart[backgroundimagealpha] franta-hg@1:
type=java.lang.Float
default=0.0
required=false
rtexprvalue=true
antialias
franta-hg@1: Antialiased rendering of the chart. franta-hg@1: true franta-hg@1: /chart[backgroundimagealpha] franta-hg@1:
default=true
required=false
rtexprvalue=true
showlegend
franta-hg@1: Boolean value to switch on or off the legend display inside of this panel. franta-hg@1: true franta-hg@1:
default=true
required=false
rtexprvalue=true
legendanchor
franta-hg@1: Sets the anchor of the legend inside of the panel. Possible values franta-hg@1: are 'north', 'south', 'west', 'east'. franta-hg@1: Ignored if showlegned is 'false'. franta-hg@1: 'south' franta-hg@1:
default='south'
required=false
rtexprvalue=true

franta-hg@1: <combinedchart> franta-hg@1:

franta-hg@1: optional childs: franta-hg@1: franta-hg@1: <chartpostprocessor>
franta-hg@1: Root tag of a combined-chart description. franta-hg@1: franta-hg@1: plot franta-hg@1: chartpostprocessor franta-hg@1:

Attributes
id
franta-hg@1: ID under which the chart description bean will be stored in the franta-hg@1: page to be found by the img tag. Beware of using an franta-hg@1: ID which is not yet used for other beans in the page to avoid franta-hg@1: compile errors. franta-hg@1:
required=true
rtexprvalue=true
type
franta-hg@1: Type of the chart. One of combinedxy franta-hg@1:
required=true
rtexprvalue=true
layout
franta-hg@1: Layout of the chart. Either vertical or horizontal franta-hg@1:
required=true
rtexprvalue=true
title
franta-hg@1: Title of the chart which is displayed on the chart panel franta-hg@1: above the plot pane. franta-hg@1:
required=false
rtexprvalue=true
xaxislabel
franta-hg@1: Title of the chart's x-axis. This attributes is franta-hg@1: ignored if the type attribute of the parent chart tag is one franta-hg@1: of pie3d or pie. franta-hg@1:
required=false
rtexprvalue=true
yaxislabel
franta-hg@1: Title of the chart's y-axis. This attributes is franta-hg@1: ignored if the type attribute of the parent chart tag is one franta-hg@1: of pie3d or pie. franta-hg@1:
required=false
rtexprvalue=true
background
franta-hg@1: Background image of the chart panel. The value of this franta-hg@1: attribute is the filename of a graphics file relative to the web franta-hg@1: application's root directory (e.g. /WEB-INF/img/bg.jpg). franta-hg@1: The image must be loadable by the default java.awt.Toolkit of the franta-hg@1: servlet container's JVM. franta-hg@1:
required=false
rtexprvalue=true
backgroundimagealpha
franta-hg@1: Chart's backgound alpha blending value as a float. Value ranges franta-hg@1: from 0.0 to 1.0. franta-hg@1: 0.0 franta-hg@1: /chart[backgroundimagealpha] franta-hg@1:
type=java.lang.Float
default=0.0
required=false
rtexprvalue=true
antialias
franta-hg@1: Antialiased rendering of the chart. franta-hg@1: true franta-hg@1: /chart[backgroundimagealpha] franta-hg@1:
default=true
required=false
rtexprvalue=true
showlegend
franta-hg@1: Boolean value to switch on or off the legend display inside of this panel. franta-hg@1: true franta-hg@1:
default=true
required=false
rtexprvalue=true
legendanchor
franta-hg@1: Sets the anchor of the legend inside of the panel. Possible values franta-hg@1: are 'north', 'south', 'west', 'east'. franta-hg@1: Ignored if showlegned is 'false'. franta-hg@1: 'south' franta-hg@1:
default='south'
required=false
rtexprvalue=true

franta-hg@1: <legend> franta-hg@1:

franta-hg@1: This tag is used to render the legend of a chart in a separate image. franta-hg@1: It assumes that somewhere else in the JSP a chart tag defines a chart franta-hg@1: with the same ID as this legend tag. franta-hg@1:

Attributes
renderer
franta-hg@1: Path to rendering servlet relative to web apps root URL franta-hg@1: (e.g. servlet/cewolf). franta-hg@1:
required=true
rtexprvalue=true
id
franta-hg@1: ID under which the chart description bean will be stored in the franta-hg@1: session to be found by the rendering servlet. Beware of using an franta-hg@1: ID which is not yet used for other beans in the session to avoid franta-hg@1: overriding. franta-hg@1:
required=true
rtexprvalue=true
width
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
height
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
mime
franta-hg@1: The MIME type of the image. Currently image/png (default) and image/svg are supported. franta-hg@1: image/png franta-hg@1:
default=image/png
required=false
rtexprvalue=true
alt
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
hspace
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
vspace
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
align
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
border
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
ismap
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
longdesc
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
usemap
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
class
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
dir
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
lang
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onclick
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
ondbclick
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onkeydown
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onkeypress
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onkeyup
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onmousedown
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onmousemove
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onmouseout
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onmouseover
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
onmouseup
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
style
franta-hg@1: Corresponds to appropriate HMTL <img> attribute. franta-hg@1:
required=false
rtexprvalue=true
htmltitle
franta-hg@1: Corresponds to appropriate HMTL <img> title attribute. franta-hg@1:
required=false
rtexprvalue=true
removeAfterRender
franta-hg@1: Remove image after rendering (defaults to false). WARNING. This may cause problems if your users expect to save the images or paste them into other applications such as WORD. franta-hg@1:
required=false
rtexprvalue=true
forceSessionId
franta-hg@1: Forces jsessionid to be added to image url. (Defaults to True) franta-hg@1:
required=false
rtexprvalue=true
timeout
franta-hg@1: Sets the timeout value used in the LongTermSessionStorage obj. Value is in seconds. Default is 5 Minutes. franta-hg@1:
required=false
rtexprvalue=true

franta-hg@1: <data> franta-hg@1:

franta-hg@1: optional childs: franta-hg@1: franta-hg@1: <producer>
franta-hg@1: A data tag provides all information needed to retrieve the data which are franta-hg@1: needed by the chart. Current version only supports data provided by a franta-hg@1: DatasetProducer. In future versions there will be tags to provide data franta-hg@1: from a datasource (e.g. via SQL). franta-hg@1: producer franta-hg@1:

Attributes

franta-hg@1: <producer> franta-hg@1:

franta-hg@1: optional childs: franta-hg@1: franta-hg@1: <param>
franta-hg@1: A data tag provides all information needed to retrieve the data which are franta-hg@1: needed by the chart. Current version only supports data provided by a franta-hg@1: DatasetProducer. In future versions there will be tags to provide data franta-hg@1: from a datasource (e.g. via SQL). franta-hg@1: param franta-hg@1:

Attributes
id
franta-hg@1: ID under which an object of type DatasetProducer can be found in franta-hg@1: pageContext. This object is used to retrieve the dataset of the chart. franta-hg@1:
required=true
rtexprvalue=true
usecache
franta-hg@1: Determines if formally produced data should be reused if possible. franta-hg@1: true franta-hg@1:
default=true
required=false
rtexprvalue=true

franta-hg@1: <chartpostprocessor> franta-hg@1:

franta-hg@1: optional childs: franta-hg@1: franta-hg@1: <param>
franta-hg@1: A chart postprocessor tag references an object of type ChartProstProcessor franta-hg@1: which must be defined in pageContext under the provided ID. This object franta-hg@1: is called back after chart generation to post process the chart in any franta-hg@1: manner. franta-hg@1: param franta-hg@1:

Attributes
id
franta-hg@1: ID under which an object of type ChartPostProcessor can be found in franta-hg@1: pageContext. This object is used to postprocess the rendered chart. franta-hg@1:
required=true
rtexprvalue=true

franta-hg@1: <param> franta-hg@1:

franta-hg@1: Name/value-pair to paramterize a surrounding tag whose handler must franta-hg@1: implement the Parameterized interface. franta-hg@1:

Attributes
name
franta-hg@1: Name of the param franta-hg@1:
required=true
rtexprvalue=true
value
franta-hg@1: Value of the param. Must be serializable. franta-hg@1:
type=java.io.Serializable
required=true
rtexprvalue=true

franta-hg@1: <gradientpaint> franta-hg@1:

franta-hg@1: The gradientpaint tag provides a way to fill a shape with a linear franta-hg@1: color gradient pattern. If Point P1 with Color C1 and Point P2 with franta-hg@1: Color C2 are specified in user space, the Color on the P1, P2 franta-hg@1: connecting line is proportionally changed from C1 to C2. Any point franta-hg@1: P not on the extended P1, P2 connecting line has the color of the franta-hg@1: point P' that is the perpendicular projection of P on the extended P1, franta-hg@1: P2 connecting line. Points on the extended line outside of the P1, franta-hg@1: P2 segment can be colored in one of two ways. franta-hg@1: <ul> franta-hg@1: <li>If the gradient is cyclic then the points on the extended franta-hg@1: P1, P2 connecting line cycle back and forth between the colors C1 franta-hg@1: and C2. franta-hg@1: <li>If the gradient is acyclic then points on the P1 side of franta-hg@1: the segment have the constant Color C1 while points on the P2 side franta-hg@1: have the constant Color C2. franta-hg@1: The two colors are defined in a nested point tag of this tag. franta-hg@1: point franta-hg@1:

Attributes
cyclic
franta-hg@1: Does the gradient cycle repeatedly between the two colors C1 and C2. franta-hg@1: false franta-hg@1:
default=false
required=false
rtexprvalue=true

franta-hg@1: <point> franta-hg@1:

franta-hg@1: Defines a point with x and y coordinates and a color. franta-hg@1: colorpaint franta-hg@1:

Attributes
x
franta-hg@1: The x coordinate of the point. franta-hg@1:
required=true
rtexprvalue=true
y
franta-hg@1: The y coordinate of the point. franta-hg@1:
required=true
rtexprvalue=true
color
franta-hg@1: franta-hg@1:
required=false
rtexprvalue=true

franta-hg@1: <colorpaint> franta-hg@1:

franta-hg@1: Fills the area defined by the parent tag with a color. franta-hg@1:

Attributes
color
franta-hg@1: The color to be used to fill the parent tag's area. franta-hg@1: The color definition is compatible with the franta-hg@1: HTML one. E.g. black is '#000000' and red is '#FF0000'. However it franta-hg@1: is possible to append two hex numbers for the alpha channel. Thus franta-hg@1: '#FF000080' is red with alpha blending of 50%. franta-hg@1:
required=true
rtexprvalue=true

franta-hg@1: <texturepaint> franta-hg@1:

franta-hg@1: The texturepaint tag provides a way to fill the area of the parent tag franta-hg@1: with a texture that is specified as an image. The texture is anchored to franta-hg@1: the upper left corner of the parent tags area. franta-hg@1:

Attributes
image
franta-hg@1: Image fo the texture. The value of this franta-hg@1: attribute is the filename of a graphics file relative to the web franta-hg@1: application's root directory (e.g. /WEB-INF/img/bg.jpg). franta-hg@1: The image must be loadable by the default java.awt.Toolkit of the franta-hg@1: servlet container's JVM. franta-hg@1:
required=true
rtexprvalue=true
width
franta-hg@1: The width of the texture. franta-hg@1:
required=true
rtexprvalue=true
height
franta-hg@1: The height of the texture. franta-hg@1:
required=true
rtexprvalue=true

franta-hg@1: <map> franta-hg@1:

franta-hg@1: This tag defines an image and tooltip map for the parent img tag. franta-hg@1: img franta-hg@1:

Attributes
linkgeneratorid
franta-hg@1: The ID of the class which implements the appropriate de.laures.cewolf.LinkGenerator. franta-hg@1:
required=false
rtexprvalue=true
tooltipgeneratorid
franta-hg@1: The ID of the class which implements the appropriate com.jrefinery.chart.tooltips.ToolTipGenerator. franta-hg@1:
required=false
rtexprvalue=true

SourceForge Logo