Uses of Interface
gov.llnl.gnem.apps.coda.common.mapping.api.Icon
Package
Description
-
Uses of Icon in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Modifier and TypeMethodDescriptionMapPlottingUtilities.createEventIcon
(Event event) MapPlottingUtilities.createEventIconBackground
(Event event) MapPlottingUtilities.createEventIconBackground
(String id, Event event) MapPlottingUtilities.createEventIconForeground
(Event event) MapPlottingUtilities.createStationIcon
(Station station) MapPlottingUtilities.createStationIconBackground
(Station station) MapPlottingUtilities.createStationIconBackground
(String id, Station station) MapPlottingUtilities.createStationIconForeground
(Station station) LeafletShapeFactory.newIcon
(Icon.IconTypes iconType, Location location, String friendlyName, Icon.IconStyles style) LeafletShapeFactory.newIcon
(String id, Icon.IconTypes iconType, Location location, String friendlyName, Icon.IconStyles style) Modifier and TypeMethodDescriptionMapPlottingUtilities.genIconsFromWaveforms
(BiConsumer<Boolean, String> eventSelectionCallback, BiConsumer<Boolean, String> stationSelectionCallback, List<Waveform> waveforms) CertLeafletMapController.getIcons()
LeafletMap.getIcons()
LeafletMapController.getIcons()
Modifier and TypeMethodDescriptionboolean
boolean
boolean
MapPlottingUtilities.isIconBackground
(Icon icon) boolean
CertLeafletMapController.removeIcon
(Icon icon) boolean
LeafletMap.removeIcon
(Icon icon) boolean
LeafletMapController.removeIcon
(Icon icon) Modifier and TypeMethodDescriptionvoid
CertLeafletMapController.addIcons
(Collection<Icon> icons) void
LeafletMap.addIcons
(Collection<Icon> icons) void
LeafletMapController.addIcons
(Collection<Icon> icons) void
CertLeafletMapController.removeIcons
(Collection<Icon> icons) void
LeafletMap.removeIcons
(Collection<Icon> icons) void
LeafletMapController.removeIcons
(Collection<Icon> icons) void
CertLeafletMapController.replaceIcons
(List<Icon> oldIcons, List<Icon> newIcons) -
Uses of Icon in gov.llnl.gnem.apps.coda.common.mapping
Modifier and TypeMethodDescriptionMapCallbackEvent.getIcon()
LeafletIcon.setIconSelectionCallback
(BiConsumer<Boolean, String> callback) LeafletIcon.setIconSize
(Double iconSize) LeafletIcon.setShouldBeAnnotated
(boolean shouldBeAnnotated) Modifier and TypeMethodDescriptionvoid
StaticHtmlLeafletMap.addIcons
(Collection<Icon> icons) void
StaticHtmlLeafletMap.removeIcons
(Collection<Icon> icons) ModifierConstructorDescriptionMapCallbackEvent
(Icon icon, MAP_CALLBACK_EVENT_TYPE type, boolean flag) MapCallbackEvent
(Icon icon, MAP_CALLBACK_EVENT_TYPE type, boolean flag, String body) -
Uses of Icon in gov.llnl.gnem.apps.coda.common.mapping.api
Modifier and TypeMethodDescriptiondefault Icon
GeoShapeFactory.newIcon
(Icon.IconTypes iconType, Location location, String friendlyName) GeoShapeFactory.newIcon
(Icon.IconTypes iconType, Location location, String friendlyName, Icon.IconStyles style) default Icon
default Icon
GeoShapeFactory.newIcon
(String id, Icon.IconTypes iconType, Location location, String friendlyName) GeoShapeFactory.newIcon
(String id, Icon.IconTypes iconType, Location location, String friendlyName, Icon.IconStyles style) Icon.setIconSelectionCallback
(BiConsumer<Boolean, String> callback) Icon.setIconSize
(Double size) Icon.setShouldBeAnnotated
(boolean shouldBeAnnotated) Modifier and TypeMethodDescriptionvoid
GeoMap.addIcons
(Collection<Icon> icons) void
GeoMap.removeIcons
(Collection<Icon> icons) -
Uses of Icon in gov.llnl.gnem.apps.coda.common.mapping.utils