Attributes |
Name | Required | Request-time | Type | Description |
renderer | true | true | java.lang.String | Path to rendering servlet relative to web apps root URL (e.g. servlet/cewolf). |
id | true | true | java.lang.String | ID under which the chart description bean will be stored in the session to be found by the rendering servlet. Beware of using an ID which is not yet used for other beans in the session to avoid overriding. |
width | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
height | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
mime | false | true | java.lang.String | The MIME type of the image. Currently image/png (default), image/jpeg and image/svg are supported. |
timeout | false | true | java.lang.String | How long to store the legend image in the session; default is 300 (seconds). |
alt | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
hspace | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
vspace | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
align | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
border | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
ismap | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
longdesc | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
usemap | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
class | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
dir | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
lang | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onclick | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
ondbclick | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onkeydown | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onkeypress | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onkeyup | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onmousedown | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onmousemove | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onmouseout | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onmouseover | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onmouseup | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
style | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
htmltitle | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
forceSessionId | false | true | java.lang.String | Add JSession id. |
removeAfterRender | false | true | java.lang.String | Remove image after rendering (defaults to false). |