Package | Description |
---|---|
org.pepstock.charba.client.callbacks | |
org.pepstock.charba.client.items |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TooltipLabelCallback.onAfterLabel(AbstractChart<?,?> chart,
TooltipItem item)
Returns text to render after an individual label.
|
java.lang.String |
TooltipLabelCallback.onBeforeLabel(AbstractChart<?,?> chart,
TooltipItem item)
Returns text to render before an individual label.
|
int |
TooltipItemSortHandler.onItemSort(AbstractChart<?,?> chart,
TooltipItem item1,
TooltipItem item2)
Allows sorting of tooltip items.
|
java.lang.String |
TooltipLabelCallback.onLabel(AbstractChart<?,?> chart,
TooltipItem item)
Returns text to render for an individual item in the tooltip.
|
TooltipLabelColor |
TooltipLabelCallback.onLabelColor(AbstractChart<?,?> chart,
TooltipItem item)
Returns the colors to render for the tooltip item.
|
IsColor |
TooltipLabelCallback.onLabelTextColor(AbstractChart<?,?> chart,
TooltipItem item)
Returns the colors for the text of the label for the tooltip item.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
TooltipBodyCallback.onAfterBody(AbstractChart<?,?> chart,
java.util.List<TooltipItem> items)
Returns text to render after the body section.
|
java.lang.String[] |
TooltipFooterCallback.onAfterFooter(AbstractChart<?,?> chart,
java.util.List<TooltipItem> items)
Text to render after the footer section.
|
java.lang.String[] |
TooltipTitleCallback.onAfterTitle(AbstractChart<?,?> chart,
java.util.List<TooltipItem> items)
Returns text to render after the title.
|
java.lang.String[] |
TooltipBodyCallback.onBeforeBody(AbstractChart<?,?> chart,
java.util.List<TooltipItem> items)
Returns text to render before the body section.
|
java.lang.String[] |
TooltipFooterCallback.onBeforeFooter(AbstractChart<?,?> chart,
java.util.List<TooltipItem> items)
Returns text to render before the footer section.
|
java.lang.String[] |
TooltipTitleCallback.onBeforeTitle(AbstractChart<?,?> chart,
java.util.List<TooltipItem> items)
Returns the text to render before the title.
|
java.lang.String[] |
TooltipFooterCallback.onFooter(AbstractChart<?,?> chart,
java.util.List<TooltipItem> items)
Returns text to render as the footer of the tooltip.
|
java.lang.String[] |
TooltipTitleCallback.onTitle(AbstractChart<?,?> chart,
java.util.List<TooltipItem> items)
Returns text to render as the title of the tooltip.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TooltipItem> |
TooltipModel.getDataPoints()
Returns the list of tooltip items related to data points.
|
java.util.List<TooltipItem> |
TooltipItemArray.getItems()
Returns a list of tooltip items.
|