Method Summary |
|
public Object | caseAbstractContext(AbstractContext object) Returns the result of interpretting the object as an instance of 'Abstract Context'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseCloneable(Cloneable object) Returns the result of interpretting the object as an instance of 'Cloneable'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseComparable(Comparable object) Returns the result of interpretting the object as an instance of 'Comparable'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseCompositeRenderContext(CompositeRenderContext object) Returns the result of interpretting the object as an instance of 'Composite Render Context'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseIAbstractContext(IAbstractContext object) Returns the result of interpretting the object as an instance of 'IAbstract Context'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseICompositeRenderContext(ICompositeRenderContext object) Returns the result of interpretting the object as an instance of 'IComposite Render Context'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseILayer(ILayer object) Returns the result of interpretting the object as an instance of 'ILayer'. |
public Object | caseIMapDisplayListener(IMapDisplayListener object) Returns the result of interpretting the object as an instance of 'IMap Display Listener'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseIMultiLayerRenderer(IMultiLayerRenderer object) Returns the result of interpretting the object as an instance of 'IMulti Layer Renderer'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseIRenderContext(IRenderContext object) Returns the result of interpretting the object as an instance of 'IRender Context'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseIRenderManager(IRenderManager object) Returns the result of interpretting the object as an instance of 'IRender Manager'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseIRenderer(IRenderer object) Returns the result of interpretting the object as an instance of 'IRenderer'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseIViewportModel(IViewportModel object) Returns the result of interpretting the object as an instance of 'IViewport Model'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseMultiLayerRenderer(MultiLayerRenderer object) Returns the result of interpretting the object as an instance of 'Multi Layer Renderer'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseRenderContext(RenderContext object) Returns the result of interpretting the object as an instance of 'Context'. |
public Object | caseRenderExecutor(RenderExecutor object) Returns the result of interpretting the object as an instance of 'Executor'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseRenderManager(RenderManager object) Returns the result of interpretting the object as an instance of 'Manager'. |
public Object | caseRenderer(Renderer object) Returns the result of interpretting the object as an instance of 'er'. |
public Object | caseRendererCreator(RendererCreator object) Returns the result of interpretting the object as an instance of 'Renderer Creator'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseViewportModel(ViewportModel object) Returns the result of interpretting the object as an instance of 'Viewport Model'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | defaultCase(EObject object) Returns the result of interpretting the object as an instance of 'EObject'. |
public Object | doSwitch(EObject theEObject) Calls caseXXX for each class of the model until one returns a non null result;
it yields that result. |
protected Object | doSwitch(EClass theEClass, EObject theEObject) Calls caseXXX for each class of the model until one returns a non null result;
it yields that result. |
protected Object | doSwitch(int classifierID, EObject theEObject) Calls caseXXX for each class of the model until one returns a non null result;
it yields that result. |