Uses of Interface
gov.llnl.gnem.apps.coda.common.mapping.api.Icon
Packages that use Icon
Package
Description
-
Uses of Icon in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Methods in gov.llnl.gnem.apps.coda.calibration.gui.plotting that return IconModifier 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) Methods in gov.llnl.gnem.apps.coda.calibration.gui.plotting that return types with arguments of type IconModifier and TypeMethodDescriptionMapPlottingUtilities.genIconsFromWaveforms
(BiConsumer<Boolean, String> eventSelectionCallback, BiConsumer<Boolean, String> stationSelectionCallback, List<Waveform> waveforms) CertLeafletMapController.getIcons()
LeafletMap.getIcons()
LeafletMapController.getIcons()
Methods in gov.llnl.gnem.apps.coda.calibration.gui.plotting with parameters of type IconModifier and TypeMethodDescriptionboolean
boolean
boolean
MapPlottingUtilities.isIconBackground
(Icon icon) boolean
CertLeafletMapController.removeIcon
(Icon icon) boolean
LeafletMap.removeIcon
(Icon icon) boolean
LeafletMapController.removeIcon
(Icon icon) Method parameters in gov.llnl.gnem.apps.coda.calibration.gui.plotting with type arguments of type IconModifier 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
Classes in gov.llnl.gnem.apps.coda.common.mapping that implement IconMethods in gov.llnl.gnem.apps.coda.common.mapping that return IconModifier and TypeMethodDescriptionMapCallbackEvent.getIcon()
LeafletIcon.setIconSelectionCallback
(BiConsumer<Boolean, String> callback) LeafletIcon.setIconSize
(Double iconSize) LeafletIcon.setShouldBeAnnotated
(boolean shouldBeAnnotated) Methods in gov.llnl.gnem.apps.coda.common.mapping that return types with arguments of type IconMethods in gov.llnl.gnem.apps.coda.common.mapping with parameters of type IconMethod parameters in gov.llnl.gnem.apps.coda.common.mapping with type arguments of type IconModifier and TypeMethodDescriptionvoid
StaticHtmlLeafletMap.addIcons
(Collection<Icon> icons) void
StaticHtmlLeafletMap.removeIcons
(Collection<Icon> icons) Constructors in gov.llnl.gnem.apps.coda.common.mapping with parameters of type IconModifierConstructorDescriptionMapCallbackEvent
(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
Methods in gov.llnl.gnem.apps.coda.common.mapping.api that return IconModifier 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) Methods in gov.llnl.gnem.apps.coda.common.mapping.api that return types with arguments of type IconMethods in gov.llnl.gnem.apps.coda.common.mapping.api with parameters of type IconMethod parameters in gov.llnl.gnem.apps.coda.common.mapping.api with type arguments of type IconModifier 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
Methods in gov.llnl.gnem.apps.coda.common.mapping.utils with parameters of type Icon