Package org.gvsig.fmap.mapcontext.events
Class ColorEvent
java.lang.Object
org.gvsig.fmap.mapcontext.events.FMapEventBase
org.gvsig.fmap.mapcontext.events.ColorEvent
- All Implemented Interfaces:
FMapEvent
Event produced when changes the background color of the view port.
- Author:
- Vicente Caballero Navarro
-
Method Summary
Modifier and TypeMethodDescriptionstatic ColorEventReturns a new color event.Gets the new color.Methods inherited from class org.gvsig.fmap.mapcontext.events.FMapEventBase
getEventType, setEventType
-
Method Details
-
createColorEvent
Returns a new color event.
- Parameters:
c- the new color- Returns:
- a new color event
-
getNewColor
Gets the new color.
- Returns:
- the new color
-