gzz.gfx.gl
Class GL.Renderable2JavaObject

java.lang.Object
  |
  +--gzz.vob.Vob
        |
        +--gzz.gfx.gl.GL.JavaObject
              |
              +--gzz.gfx.gl.GL.Renderable2JavaObject
All Implemented Interfaces:
GLDeletable
Direct Known Subclasses:
GLRen.BasisPaperQuad, GLRen.BevelConnection, GLRen.CalendarPaper, GLRen.ContinuousLine, GLRen.CopyPixels, GLRen.HorizText2, GLRen.IrregularEdge, GLRen.IrregularQuad, GLRen.LineConnector, GLRen.PaperQuad, GLRen.SmoothConnector, GLRen.SqFilletConnection
Enclosing class:
GL

public abstract static class GL.Renderable2JavaObject
extends GL.JavaObject

The Java proxy representing a Renderable2 object.


Nested Class Summary
 
Nested classes inherited from class gzz.vob.Vob
Vob.RenderInfo
 
Field Summary
 
Fields inherited from class gzz.vob.Vob
dbg, rcsid
 
Constructor Summary
GL.Renderable2JavaObject(int id)
           
 
Method Summary
protected  void deleteObj()
           
 int putGL(VobScene vs, int coordsys1, int coordsys2)
           
 
Methods inherited from class gzz.gfx.gl.GL.JavaObject
deleteObject, finalize, getId, render
 
Methods inherited from class gzz.vob.Vob
addToListGL, addToListGL, intersect, putGL, putGL, putGL
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GL.Renderable2JavaObject

public GL.Renderable2JavaObject(int id)
Method Detail

putGL

public int putGL(VobScene vs,
                 int coordsys1,
                 int coordsys2)
Overrides:
putGL in class Vob

deleteObj

protected void deleteObj()
Specified by:
deleteObj in class GL.JavaObject