Uses of Interface
org.gvsig.fmap.mapcontext.events.listeners.ViewPortListener
Packages that use ViewPortListener
-
Uses of ViewPortListener in org.gvsig.fmap.mapcontext
Methods in org.gvsig.fmap.mapcontext with parameters of type ViewPortListenerModifier and TypeMethodDescriptionbooleanViewPort.addViewPortListener(ViewPortListener listener) Appends the specifiedViewPortListenerlistener if weren't.booleanViewPort.removeViewPortListener(ViewPortListener listener) Removes the specifiedViewPortListenerlistener, if existed. -
Uses of ViewPortListener in org.gvsig.fmap.mapcontext.events.listeners
Subinterfaces of ViewPortListener in org.gvsig.fmap.mapcontext.events.listenersModifier and TypeInterfaceDescriptioninterfaceDefines the interface for an object that listens to changes in a view port.Classes in org.gvsig.fmap.mapcontext.events.listeners that implement ViewPortListenerModifier and TypeClassDescriptionclassEventBufferrepresents a buffer of events that allows store listeners of events produced in layers of aMapContextinstance, and configure its dispatching mode.