Class AlarmIcons


  • public class AlarmIcons
    extends ApplicationTemplate
    Illustrates how to display an icon with an alarm state using a WorldWind 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).

    • Constructor Detail

      • AlarmIcons

        public AlarmIcons()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)