Uses of Class
javax.media.j3d.ModelClip

Packages that use ModelClip
javax.media.j3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
 

Uses of ModelClip in javax.media.j3d
 

Methods in javax.media.j3d that return ModelClip
 ModelClip GraphicsContext3D.getModelClip()
          Retrieves the current ModelClip leaf node object.
 

Methods in javax.media.j3d with parameters of type ModelClip
 void GraphicsContext3D.setModelClip(ModelClip modelClip)
          Sets the current ModelClip leaf node to the specified object.