public abstract class IlvAbstractChartNavigationInfoGenerator extends IlvAbstractChartHitmapInfoGenerator
IlvHitmapConstants.NAVIGATION_TYPE
Constructor and Description |
---|
IlvAbstractChartNavigationInfoGenerator(IlvChartHitmap hitmap)
Creates an instance, bound to a given hitmap.
|
Modifier and Type | Method and Description |
---|---|
abstract IlvNavigationInfo |
getNavigationInfo(int region,
IlvChartAreaAccessible element)
Returns the navigation information for the given region.
|
protected String |
getRegionInfo(int region,
String infoType)
Gets the individual information for a region.
|
buildInformation, getHitmap
public IlvAbstractChartNavigationInfoGenerator(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 IlvNavigationInfo getNavigationInfo(int region, IlvChartAreaAccessible element)
region
- The index denoting a region, an integer in the range
1 .. hitmap.getRegionsCount()
.element
- The chart area element that is associated to the region,
or null
if none.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.