Uses of Class
com.stimulsoft.report.maps.StiMapData

Packages that use StiMapData
com.stimulsoft.report.export.service.helper   
com.stimulsoft.report.maps   
com.stimulsoft.report.painters   
 

Uses of StiMapData in com.stimulsoft.report.export.service.helper
 

Methods in com.stimulsoft.report.export.service.helper with parameters of type StiMapData
 StiBrush HeatmapWithGroupInfo.getBrush(StiMapData data)
           
 StiBrush HeatmapInfo.getBrush(StiMapData mapData, StiBrush defaultBrush)
           
 StiBrush HeatmapWithGroupInfo.getBrush1(StiMapData data)
           
 

Constructor parameters in com.stimulsoft.report.export.service.helper with type arguments of type StiMapData
HeatmapInfo(StiMap map, java.util.List<StiMapData> mapData)
           
HeatmapWithGroupInfo(StiBrush defaultBrush, StiBrush defaultBrush1, StiMap map, java.util.List<StiMapData> mapData)
           
 

Uses of StiMapData in com.stimulsoft.report.maps
 

Methods in com.stimulsoft.report.maps that return StiMapData
 StiMapData StiMapData.clone()
           
 

Methods in com.stimulsoft.report.maps that return types with arguments of type StiMapData
static java.util.List<StiMapData> StiMap.getDefaultMapData(StiMapID mapID)
           
 java.util.List<StiMapData> StiMap.GetMapData()
           
static java.util.List<StiMapData> StiMap.getMapDataInternal(java.lang.String mapData, StiMapID mapID)
           
static java.util.List<StiMapData> StiMap.getMapDataInternal(java.lang.String mapData, StiMapID mapID, StiRefObject<java.lang.Boolean> isHashDataEmpty)
           
 

Uses of StiMapData in com.stimulsoft.report.painters
 

Fields in com.stimulsoft.report.painters with type parameters of type StiMapData
 java.util.List<StiMapData> StiGdiMapContextPainter.mapData
           
 

Methods in com.stimulsoft.report.painters with parameters of type StiMapData
 StiBrush StiGdiMapContextPainter.getGeomBrush(StiMapData data)
           
 StiBrush StiGdiMapContextPainter.GetGeomBrush1(StiMapData data)