public abstract class IlvAbstractHitmapInfoGenerator extends Object implements IlvHitmapInfoGenerator
Modifier and Type | Field and Description |
---|---|
protected IlvHitmapDefinition |
hitmapDefinition
The
IlvHitmapDefinition instance. |
Constructor and Description |
---|
IlvAbstractHitmapInfoGenerator(IlvHitmapDefinition hitmapDefinition)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
buildInformation(String infoType)
Builds the hitmap information for the given information type.
|
protected abstract String |
getRegionInfo(IlvGraphic graphic,
String infoType)
Gets hitmap information for the region of an individual
IlvGraphic object. |
protected IlvHitmapDefinition hitmapDefinition
IlvHitmapDefinition
instance.public IlvAbstractHitmapInfoGenerator(IlvHitmapDefinition hitmapDefinition)
public String buildInformation(String infoType)
buildInformation
in interface IlvHitmapInfoGenerator
protected abstract String getRegionInfo(IlvGraphic graphic, String infoType)
IlvGraphic
object.graphic
- The IlvGraphic
object.infoType
- The type of hitmap information.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.