Class MapPlottingUtilities
java.lang.Object
gov.llnl.gnem.apps.coda.calibration.gui.plotting.MapPlottingUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEventIcon(Event event) createEventIconBackground(Event event) createEventIconBackground(String id, Event event) createEventIconForeground(Event event) createStationIcon(Station station) createStationIconBackground(Station station) createStationIconBackground(String id, Station station) createStationIconForeground(Station station) createStationToEventLine(Station station, Event event) genIconsFromWaveforms(BiConsumer<Boolean, String> eventSelectionCallback, BiConsumer<Boolean, String> stationSelectionCallback, List<Waveform> waveforms) isIconBackground(Icon icon)
-
Constructor Details
-
MapPlottingUtilities
-
-
Method Details
-
createEventIcon
-
createEventIconForeground
-
createEventIconBackground
-
createEventIconBackground
-
createStationIconForeground
-
createStationIconBackground
-
createStationIconBackground
-
createStationIcon
-
createStationToEventLine
-
isIconBackground
-
genIconsFromWaveforms
public Collection<Icon> genIconsFromWaveforms(BiConsumer<Boolean, String> eventSelectionCallback, BiConsumer<Boolean, String> stationSelectionCallback, List<Waveform> waveforms)
-