public class ColorEvent extends FMapEventBase
Event produced when changes the background color of the view port.
| Modifier and Type | Method and Description |
|---|---|
static ColorEvent |
createColorEvent(java.awt.Color c)
Returns a new color event.
|
java.awt.Color |
getNewColor()
Gets the new color.
|
getEventType, setEventTypepublic static ColorEvent createColorEvent(java.awt.Color c)
Returns a new color event.
c - the new colorpublic java.awt.Color getNewColor()
Gets the new color.