Uses of Enum Class
gov.llnl.gnem.apps.coda.common.mapping.api.Icon.IconStyles
Packages that use Icon.IconStyles
Package
Description
- 
Uses of Icon.IconStyles in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Methods in gov.llnl.gnem.apps.coda.calibration.gui.plotting with parameters of type Icon.IconStylesModifier and TypeMethodDescriptionLeafletShapeFactory.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)  - 
Uses of Icon.IconStyles in gov.llnl.gnem.apps.coda.common.mapping
Methods in gov.llnl.gnem.apps.coda.common.mapping that return Icon.IconStylesConstructors in gov.llnl.gnem.apps.coda.common.mapping with parameters of type Icon.IconStylesModifierConstructorDescriptionLeafletIcon(Location location, String friendlyName, Icon.IconTypes iconType, Icon.IconStyles style) LeafletIcon(String id, Location location, String friendlyName, Icon.IconTypes iconType, Icon.IconStyles style)  - 
Uses of Icon.IconStyles in gov.llnl.gnem.apps.coda.common.mapping.api
Methods in gov.llnl.gnem.apps.coda.common.mapping.api that return Icon.IconStylesModifier and TypeMethodDescriptionIcon.getStyle()static Icon.IconStylesReturns the enum constant of this class with the specified name.static Icon.IconStyles[]Icon.IconStyles.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in gov.llnl.gnem.apps.coda.common.mapping.api with parameters of type Icon.IconStylesModifier and TypeMethodDescriptionGeoShapeFactory.newIcon(Icon.IconTypes iconType, Location location, String friendlyName, Icon.IconStyles style) GeoShapeFactory.newIcon(String id, Icon.IconTypes iconType, Location location, String friendlyName, Icon.IconStyles style)