gzz.view
Class CellImageVob

java.lang.Object
  |
  +--gzz.vob.Vob
        |
        +--gzz.view.CellImageVob

public class CellImageVob
extends Vob


Nested Class Summary
 
Nested classes inherited from class gzz.vob.Vob
Vob.RenderInfo
 
Field Summary
static boolean dbg
           
static java.lang.String rcsid
           
 
Constructor Summary
CellImageVob(Cell c, java.awt.Image im)
           
 
Method Summary
 void render(java.awt.Graphics g, boolean fast, Vob.RenderInfo info1, Vob.RenderInfo info2)
          Renders this vob at the given screen coordinates and in given size.
 
Methods inherited from class gzz.vob.Vob
addToListGL, addToListGL, intersect, putGL, putGL, putGL, putGL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rcsid

public static final java.lang.String rcsid
See Also:
Constant Field Values

dbg

public static final boolean dbg
See Also:
Constant Field Values
Constructor Detail

CellImageVob

public CellImageVob(Cell c,
                    java.awt.Image im)
Method Detail

render

public void render(java.awt.Graphics g,
                   boolean fast,
                   Vob.RenderInfo info1,
                   Vob.RenderInfo info2)
Description copied from class: Vob
Renders this vob at the given screen coordinates and in given size.

Specified by:
render in class Vob
Parameters:
g - The graphics context to draw into The color should already be set to the default foreground color, mixed by the caller.
fast - Whether to draw quickly (true) or beautifully (false)
info1 - General parameters and coordinate systems of cs1
info2 - General parameters and coordinate systems of cs2
See Also:
VobPlacer#put(Vob vob, int depth, int x, int y, int w, int h), Vob.RenderInfo