Uses of Class
javax.media.j3d.ModelClip

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.