Uses of Class
com.stimulsoft.report.maps.StiMap
Packages that use StiMap
Package
Description
-
Uses of StiMap in com.stimulsoft.report.engine.engineV2.builders
Methods in com.stimulsoft.report.engine.engineV2.builders that return StiMapMethods in com.stimulsoft.report.engine.engineV2.builders with parameters of type StiMap -
Uses of StiMap in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiMapModifier and TypeMethodDescriptionStiHtmlExportService.prepareMapData(StiHtmlTextWriter writer, StiMap map, double width, double height) -
Uses of StiMap in com.stimulsoft.report.export.service.helper
Methods in com.stimulsoft.report.export.service.helper with parameters of type StiMapModifier and TypeMethodDescriptionstatic voidStiMapSvgHelper.drawMap(StiXmlTextWriter xmlsWriter, StiMap map, double width, double height, Boolean animated) voidstatic voidStiMapSvgHelper.render(StiMap map, StiXmlTextWriter xmlsWriter, Boolean animated, double sScale) Constructors in com.stimulsoft.report.export.service.helper with parameters of type StiMapModifierConstructorDescriptionHeatmapInfo(StiMap map, List<StiMapData> mapData) HeatmapWithGroupInfo(StiBrush defaultBrush, StiBrush defaultBrush1, StiMap map, List<StiMapData> mapData) -
Uses of StiMap in com.stimulsoft.report.maps
Methods in com.stimulsoft.report.maps with parameters of type StiMap -
Uses of StiMap in com.stimulsoft.report.maps.helpers
Methods in com.stimulsoft.report.maps.helpers that return StiMapMethods in com.stimulsoft.report.maps.helpers with parameters of type StiMapModifier and TypeMethodDescriptionstatic voidStiBingMapDataHelper.createImageBackground(StiMap map, List<String> pushPins, StiSize size) Deprecated.static ObjectStiMapDrawingCache.getLastImage(StiMap map) static voidStiMapDrawingCache.removeImage(StiMap map) static voidStiMapDrawingCache.storeLastImage(StiMap map, Object image) -
Uses of StiMap in com.stimulsoft.report.painters
Constructors in com.stimulsoft.report.painters with parameters of type StiMap -
Uses of StiMap in com.stimulsoft.report.painters.components
Methods in com.stimulsoft.report.painters.components with parameters of type StiMapModifier and TypeMethodDescriptionvoidStiMapPainter.drawMap(StiMap map, StiGraphics g, StiRectangle rect, boolean useMargins, boolean useBackground, boolean useZoom) voidStiMapPainter.paintOnlineMap(StiGraphics g, StiRectangle rect, StiMap map, double zoom) -
Uses of StiMap in com.stimulsoft.webdesigner.helper
Methods in com.stimulsoft.webdesigner.helper with parameters of type StiMapModifier and TypeMethodDescriptionStiMapHelper.getMapDataForJS(StiMap map) StiMapHelper.getMapProperties(StiMap map) static StringStiMapHelper.getMapSampleImage(StiMap map, int width, int height, float zoom)