Interface NavigationBehavior.Callback
- All Known Implementing Classes:
VolumeTriPlanarRender,VolumeTriPlanerRenderDTI
- Enclosing class:
NavigationBehavior
public static interface NavigationBehavior.Callback
Instances which want to be notified of updates to this behavior should
implement this interface by providing the viewChanged method
implementation.
-
Method Summary
Modifier and TypeMethodDescriptionvoidviewChanged(NavigationBehavior kBehavior, int iEvent) ViewChanged callback for flythrough renderers.
-
Method Details