Info | Value |
---|---|
Component Type | edu.wright.hendrix11.d3.wordCloud.WordCloudComponent |
Handler Class | None |
Renderer Type | edu.wright.hendrix11.d3.chart.WordCloudRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
id | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The value of the id attribute of the div element that contains the cloud. This is necessary because it defines what the cloud is bound to. |
words | true | javax.el.ValueExpression
(must evaluate to java.util.Map<java.lang.String,java.lang.Integer> )
| Map of the words (or rather, Strings, as they can have spaces) to the font size of that word. Typcially the size will be the number of occurences, but that is not a requirement. |
width | true | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Width of the entire cloud. |
height | true | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Height of the entire cloud. |
padding | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| The numerical padding for each word / String. |
font | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The font face for each word. |
scaleTo | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| The number that the dataset will be scaled to, from 0 to this number. See also forceStretch . |
forceStretch | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| If set to true and scaleTo is defined, then if the largest value is less than scaleTo , the dataset will be scaled. Otherwise, if scaling will only occur if the largest value is larger than scaleTo . Default is false . |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The value of the class attribute of the div element that contains the cloud. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The value of the style attribute of the div element that contains the cloud. |
Output generated by Vdldoc View Declaration Language Documentation Generator.