javax.media.j3d
Class NoopDrawingSurfaceObject

java.lang.Object
  extended by javax.media.j3d.DrawingSurfaceObject
      extended by javax.media.j3d.NoopDrawingSurfaceObject

 class NoopDrawingSurfaceObject
extends DrawingSurfaceObject

The DrawingSurfaceObject class is used to manage native drawing surface


Nested Class Summary
(package private) static class NoopDrawingSurfaceObject.NoopDrawable
          Dummy drawable for noop pipeline
 
Field Summary
 
Fields inherited from class javax.media.j3d.DrawingSurfaceObject
canvas, gotDsiLock, onScreen
 
Constructor Summary
NoopDrawingSurfaceObject(Canvas3D cv)
           
 
Method Summary
(package private)  void getDrawingSurfaceObjectInfo()
           
(package private)  void invalidate()
           
(package private)  boolean renderLock()
           
(package private)  void unLock()
           
 
Methods inherited from class javax.media.j3d.DrawingSurfaceObject
contextValidated, isLocked
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopDrawingSurfaceObject

NoopDrawingSurfaceObject(Canvas3D cv)
Method Detail

renderLock

boolean renderLock()
Specified by:
renderLock in class DrawingSurfaceObject

unLock

void unLock()
Specified by:
unLock in class DrawingSurfaceObject

getDrawingSurfaceObjectInfo

void getDrawingSurfaceObjectInfo()
Specified by:
getDrawingSurfaceObjectInfo in class DrawingSurfaceObject

invalidate

void invalidate()
Specified by:
invalidate in class DrawingSurfaceObject


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.