com.iver.cit.gvsig.fmap
Class ColorEvent

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.FMapEvent
      extended bycom.iver.cit.gvsig.fmap.ColorEvent

public class ColorEvent
extends FMapEvent

Evento de cambio de color.

Author:
Vicente Caballero Navarro

Method Summary
static ColorEvent createColorEvent(java.awt.Color c)
           
 java.awt.Color getNewColor()
          Devuelve el nuevo color.
 
Methods inherited from class com.iver.cit.gvsig.fmap.FMapEvent
getEventType, setEventType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createColorEvent

public static ColorEvent createColorEvent(java.awt.Color c)

getNewColor

public java.awt.Color getNewColor()
Devuelve el nuevo color.

Returns:
Nuevo color.