public abstract class IlvAbstractChartTooltipInfoGenerator extends IlvAbstractChartHitmapInfoGenerator
IlvHitmapConstants.TOOLTIP_TYPE
Constructor and Description |
---|
IlvAbstractChartTooltipInfoGenerator(IlvChartHitmap hitmap)
Creates an instance, bound to a given hitmap.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getRegionInfo(int region,
String infoType)
Gets the individual information for a region.
|
abstract String |
getToolTipAsHTML(int region,
IlvIMapAttributes attributes)
Formats the given attributes as a tooltip.
|
buildInformation, getHitmap
public IlvAbstractChartTooltipInfoGenerator(IlvChartHitmap hitmap)
hitmap
- An already filled IlvChartHitmap
.protected String getRegionInfo(int region, String infoType)
getRegionInfo
in class IlvAbstractChartHitmapInfoGenerator
region
- The index denoting a region, an integer in the range
1 .. hitmap.getRegionsCount()
.infoType
- the hitmap information type.public abstract String getToolTipAsHTML(int region, IlvIMapAttributes attributes)
region
- The index denoting a region, an integer in the range
1 .. hitmap.getRegionsCount()
.attributes
- A specification of interactions.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.