Interface INavigatorPipelineService
public interface INavigatorPipelineService
Performs calculations that are necessary to determine the correct children to
render in the viewer.
- Since:
- 3.2
- See Also:
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
Method Summary
Modifier and TypeMethodDescriptioninterceptAdd(PipelinedShapeModification anAddModification) Intercept attempts to add elements directly to the viewer.booleaninterceptRefresh(PipelinedViewerUpdate aRefreshSynchronization) Intercept calls to viewerrefresh()methods.interceptRemove(PipelinedShapeModification aRemoveModification) Intercept attempts to remove elements directly from the viewer.booleaninterceptUpdate(PipelinedViewerUpdate anUpdateSynchronization) Intercept calls to viewerupdate()methods.
-
Method Details