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
ConstructorsConstructorDescriptionCreates aILcdGXYControllerwhich 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, viewRepaintMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.view.gxy.ILcdGXYController
getCursor, getIcon, getLayered, getName, getShortDescription, paint, startInteraction, terminateInteraction, viewRepaint
-
Constructor Details
-
TLcdGXYNoopController
public TLcdGXYNoopController()Creates aILcdGXYControllerwhich does nothing. -
TLcdGXYNoopController
public TLcdGXYNoopController(boolean aRegisterInstance) Deprecated.use the constructor without parameters.
-