public abstract class IlvChartHitmap extends Object
You are not supposed to invoke the methods in this class directly.
IlvChartServletSupport.HITMAP_REQUEST
Modifier and Type | Field and Description |
---|---|
static String |
JViewsExtensions
Deprecated.
|
static String |
JViewsToolTips
Deprecated.
|
Constructor and Description |
---|
IlvChartHitmap() |
Modifier and Type | Method and Description |
---|---|
abstract IlvChartAreaAccessible |
getElementOfRegion(int region)
Returns the chart area element that is associated to a given region.
|
String |
getExtensions()
Deprecated.
This method is internal.
|
abstract int[] |
getGroupedRegions(int region)
For a group region, returns the regions that are part of the group.
|
abstract IlvIMapAttributes |
getRegionAttributes(int region)
Returns the interactive effects that are associated to a given region.
|
abstract int |
getRegionOfElement(IlvChartAreaAccessible element)
Returns the index denoting the region that is associated with a given chart
area element.
|
abstract int |
getRegionsCount()
Returns the number of hitmap regions.
|
String |
getToolTips(IlvChartHitmapDefinition definition)
Deprecated.
|
@Deprecated public static final String JViewsToolTips
@Deprecated public static final String JViewsExtensions
public abstract int getRegionsCount()
public abstract int[] getGroupedRegions(int region)
region
- The index denoting a region, an integer in the range
1 .. getRegionsCount()
.null
for none.public abstract IlvChartAreaAccessible getElementOfRegion(int region)
region
- The index denoting a region, an integer in the range
1 .. getRegionsCount()
.null
.public abstract int getRegionOfElement(IlvChartAreaAccessible element)
element
- A chart area element.public abstract IlvIMapAttributes getRegionAttributes(int region)
region
- The index denoting a region, an integer in the range
1 .. getRegionsCount()
.@Deprecated public final String getToolTips(IlvChartHitmapDefinition definition)
IlvAbstractChartHitmapInfoGenerator.buildInformation(String)
jviews_tooltips=[ "Tooltip for the 1st region.", "Tooltip for the 2nd region.", "Tooltip for the 3rd region in HTML format."];As you can see, the HTML format is supported.
@Deprecated public final String getExtensions()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.