Class ColorEvent

java.lang.Object
org.gvsig.fmap.mapcontext.events.FMapEventBase
org.gvsig.fmap.mapcontext.events.ColorEvent
All Implemented Interfaces:
FMapEvent

public class ColorEvent extends FMapEventBase

Event produced when changes the background color of the view port.

Author:
Vicente Caballero Navarro
  • Method Details

    • createColorEvent

      public static ColorEvent createColorEvent(Color c)

      Returns a new color event.

      Parameters:
      c - the new color
      Returns:
      a new color event
    • getNewColor

      public Color getNewColor()

      Gets the new color.

      Returns:
      the new color