harmonic.mz.manager
Class ClippingPlaneManager

java.lang.Object
  |
  +--harmonic.mz.manager.ClippingPlaneManager

public class ClippingPlaneManager
extends java.lang.Object


Constructor Summary
ClippingPlaneManager()
           
 
Method Summary
 void addClippingPlane(ClippingPlaneNode cp)
          Add the clipping plane to the clippling plane group of the current file.
 java.util.Vector getClippingPlanes()
          Return clipping planes of current file.
 void showClippingPlanes(boolean bShowHide, harmonic.viewer3D.Viewport viewport)
          Show/hide clipping plane avatars for viewport.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClippingPlaneManager

public ClippingPlaneManager()
Method Detail

addClippingPlane

public void addClippingPlane(ClippingPlaneNode cp)
Add the clipping plane to the clippling plane group of the current file.


getClippingPlanes

public java.util.Vector getClippingPlanes()
Return clipping planes of current file.


showClippingPlanes

public void showClippingPlanes(boolean bShowHide,
                               harmonic.viewer3D.Viewport viewport)
Show/hide clipping plane avatars for viewport.