Uses of Class
gzz.vob.Vob

Packages that use Vob
gzz.client   
gzz.client.awt   
gzz.gfx.gl   
gzz.view   
gzz.vob org.gzigzag.vob 
gzz.vob.buoy   
gzz.vob.linebreaking   
gzz.vob.vobs   
 

Uses of Vob in gzz.client
 

Methods in gzz.client with parameters of type Vob
 void Connector.connect(VobScene into, Vob from, Vob to, int angle)
          Connect Vobs visibly
 void Connector.connect(VobScene into, Vob from, Vob to, int angle)
          Connect Vobs visibly
 

Uses of Vob in gzz.client.awt
 

Subclasses of Vob in gzz.client.awt
 class TextSpanVob
          A vob which shows a single span of text.
 

Uses of Vob in gzz.gfx.gl
 

Subclasses of Vob in gzz.gfx.gl
static class GL.ByteVector
          A vector of bytes stored in C++ space.
static class GL.DisplayList
          An OpenGL display list.
static class GL.Font
          A (mosaic-tiled) OpenGL font.
static class GL.Image
          A buffer on the C++ side, containing a single image.
static class GL.JavaObject
          The Java proxy for a C++ object.
static class GL.NonRenderableJavaObject
          A Java object which is not supposed to be placed on display lists.
static class GL.Program
          An OpenGL program object.
static class GL.Renderable0JavaObject
          The Java proxy representing a Renderable object.
static class GL.Renderable1JavaObject
          The Java proxy representing a Renderable object.
static class GL.Renderable2JavaObject
          The Java proxy representing a Renderable2 object.
static class GL.Renderable3JavaObject
          The Java proxy representing a Renderable2 object.
static class GL.RenderingSurface
           
static class GL.ShaderRect
          3D/2D shader image data, loaded into textures.
static class GL.TexRect
          A rectangular region of an image, loaded into a texture.
static class GL.Texture
          A texture object.
static class GL.Window
          An on-screen GLX window into which graphics can be drawn.
static class GLRen.BasisPaperQuad
           
static class GLRen.BevelConnection
           
static class GLRen.CalendarPaper
           
static class GLRen.CallList
           
static class GLRen.CallListBoxCoorded
           
static class GLRen.CallListCoorded
           
static class GLRen.ClipSquare
           
static class GLRen.ContinuousLine
           
static class GLRen.CopyPixels
           
static class GLRen.CopyTexSubImage2D
           
static class GLRen.CulledPaperQuad
           
static class GLRen.DrawPixels
           
static class GLRen.HorizText
           
static class GLRen.HorizText_Squished
           
static class GLRen.HorizText2
           
static class GLRen.IrregularEdge
           
static class GLRen.IrregularQuad
           
static class GLRen.LABColorMap
           
static class GLRen.LABSlice
           
static class GLRen.LineConnector
           
static class GLRen.MotionCallList
           
static class GLRen.PaperQuad
           
static class GLRen.ProgramLocalParameter
           
static class GLRen.ReadPixels
           
static class GLRen.SetMatrix
           
static class GLRen.SimpleDiced
           
static class GLRen.SmoothConnector
           
static class GLRen.SqFilletConnection
           
static class GLRen.SquareFrame
           
static class GLRen.StopClipSquare
           
static class GLRen.StupidLinestrip
           
static class GLRen.TDecor
           
static class GLRen.TexSubImage2D
           
static class GLRen.VertexAttribPointer
           
static class GLRen.VertexProgramParam
           
 

Fields in gzz.gfx.gl declared as Vob
static Vob Stencil.initStencil
           
static Vob Stencil.initOutside
           
static Vob Stencil.initBackplane
           
static Vob Stencil.exitBackplane
           
static Vob Stencil.initContents_depth
           
static Vob Stencil.initContents_nodepth
           
static Vob Stencil.initZero
           
static Vob Stencil.exit
           
 

Methods in gzz.gfx.gl that return Vob
abstract  Vob IrregularFrame.getContent()
          Return the renderable which will touch the pixels that should be inside the frame.
abstract  Vob IrregularFrame.getFrame()
          Return the renderable which will draw the frame.
abstract  Vob IrregularFrame.getBlank()
          Get a renderable which will draw over ALL pixels drawn by the renderables returned by getContent() and getFrame(), and possibly others, but probably faster.
 Vob GLVobMap.getVobByCS(int csind)
           
static Vob GLCache.getCallList(java.lang.String s)
           
static Vob GLCache.getCallListCoorded(java.lang.String s)
           
static Vob GLCache.getCallListBoxCoorded(java.lang.String s)
           
static Vob GLRen.createCallList(java.lang.String s)
           
static Vob GLRen.createMotionCallList(java.lang.String still, java.lang.String motion)
           
static Vob GLRen.createCallListCoorded(java.lang.String s)
           
static Vob GLRen.createCallListBoxCoorded(java.lang.String s)
           
 

Methods in gzz.gfx.gl with parameters of type Vob
 void GLVobMap.put(Vob vob, int coordsys1, int coordsys2, int coordsys3)
           
 void GLVobMap.put(Vob vob, int coordsys1, int coordsys2)
           
 void GLVobMap.put(Vob vob, int coordsys1)
           
 void GLVobMap.put(Vob vob)
           
 

Uses of Vob in gzz.view
 

Subclasses of Vob in gzz.view
 class CellImageVob
           
 

Uses of Vob in gzz.vob
 

Methods in gzz.vob that return Vob
 Vob VobMap.getVobByCS(int i)
          Get the topmost vob (the one that was PLACED LAST) in the given coordinate system.
 

Methods in gzz.vob with parameters of type Vob
 void VobScene.put(Vob v, int d, int x, int y, int w, int h)
           
 void VobScene.put(Vob v, java.lang.Object key, float d, float x, float y, float w, float h)
           
 void VobScene.put(Vob vob)
           
 void VobScene.put(Vob vob, int cs)
           
 void VobScene.put(Vob vob, int cs1, int cs2)
           
 void VobPlacer.put(Vob vob)
           
 void VobPlacer.put(Vob vob, int coordsys)
          Place a Vob onto this scene.
 void VobPlacer.put(Vob vob, int coordsys1, int coordsys2)
          Place a Vob onto this scene, using two coordinate systems.
 

Uses of Vob in gzz.vob.buoy
 

Subclasses of Vob in gzz.vob.buoy
 class BuoyAnchor
          An endpoint that a buoy con be anchored to.
 

Fields in gzz.vob.buoy declared as Vob
 Vob SimpleBuoy.vob
           
 

Constructors in gzz.vob.buoy with parameters of type Vob
SimpleBuoy(int prefWidth, int prefHeight, int minWidth, int minHeight, boolean constAspectScalable, int depth, Vob vob)
           
 

Uses of Vob in gzz.vob.linebreaking
 

Subclasses of Vob in gzz.vob.linebreaking
static class gzz.vob.linebreaking.HBox.VobHBox
          A useful base class for hboxes that are vobs.
 

Uses of Vob in gzz.vob.vobs
 

Subclasses of Vob in gzz.vob.vobs
 class gzz.vob.vobs.TextVob
          A single contiguous text string as a Vob.