Uses of Class
org.gvsig.fmap.mapcontext.events.ColorEvent
Packages that use ColorEvent
-
Uses of ColorEvent in org.gvsig.fmap.mapcontext.events
Methods in org.gvsig.fmap.mapcontext.events that return ColorEventModifier and TypeMethodDescriptionstatic ColorEventColorEvent.createColorEvent(Color c) Returns a new color event.AtomicEvent.getColorEvents()Returns all color events that constitute this one. -
Uses of ColorEvent in org.gvsig.fmap.mapcontext.events.listeners
Methods in org.gvsig.fmap.mapcontext.events.listeners with parameters of type ColorEventModifier and TypeMethodDescriptionvoidEventBuffer.backColorChanged(ColorEvent e) voidViewPortListener.backColorChanged(ColorEvent e) Called when the background color of the view port has changed.voidEventBuffer.selectionColorChanged(ColorEvent e) voidViewPortListenerEx1.selectionColorChanged(ColorEvent e) Called when the selection color of the view port has changed.