public class AlarmIcons extends ApplicationTemplate
WWIcon
. This applies a
background image to an icon indicating a warning or an urgent condition, then varies the background image's scale
factor over time to make it flash or pulse.
This applies the background image by calling WWIcon.setBackgroundImage(Object)
, and varies its
scale factor by calling WWIcon.setBackgroundScale(double)
.Modifier and Type | Class and Description |
---|---|
static class |
AlarmIcons.AppFrame |
ApplicationTemplate.AppPanel
Constructor and Description |
---|
AlarmIcons() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
insertAfterPlacenames, insertBeforeCompass, insertBeforeLayerName, insertBeforePlacenames, start
public static void main(String[] args)