Package com.luciad.view.gxy.controller
Class TLcdGXYNoopController
java.lang.Object
com.luciad.view.gxy.controller.ALcdGXYController
com.luciad.view.gxy.controller.TLcdGXYNoopController
- All Implemented Interfaces:
ILcdStatusSource
,ILcdGXYController
,Serializable
This is a no operation implementation of
ILcdGXYController
.- See Also:
-
Constructor Summary
ConstructorDescriptionCreates aILcdGXYController
which does nothing.TLcdGXYNoopController
(boolean aRegisterInstance) Deprecated.use the constructor without parameters. -
Method Summary
Methods inherited from class com.luciad.view.gxy.controller.ALcdGXYController
addStatusListener, asGXYController, fireStatusEvent, getCursor, getGXYView, getIcon, getName, getShortDescription, isTraceOn, paint, registerInstance, removeStatusListener, retrieveGXYViewXYWorldTransformation, setClassTraceOn, setCursor, setGXYView, setIcon, setName, setShortDescription, setTraceOn, startInteraction, terminateInteraction, viewRepaint
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.view.gxy.ILcdGXYController
getCursor, getIcon, getLayered, getName, getShortDescription, paint, startInteraction, terminateInteraction, viewRepaint
-
Constructor Details
-
TLcdGXYNoopController
public TLcdGXYNoopController()Creates aILcdGXYController
which does nothing. -
TLcdGXYNoopController
public TLcdGXYNoopController(boolean aRegisterInstance) Deprecated.use the constructor without parameters.
-