gzz.view
Class ImageCellContentView

java.lang.Object
  |
  +--gzz.view.CellView
        |
        +--gzz.view.ImageCellContentView

public class ImageCellContentView
extends CellView

A cell content view showing a cell's image.


Field Summary
static boolean dbg
           
static java.lang.String rcsid
           
 
Constructor Summary
ImageCellContentView()
           
 
Method Summary
 void getSize(Cell c, float[] out)
           
 void place(Cell c, VobScene vs, int box, ViewContext context)
          Place the contents of one cell into the given coord system.
 
Methods inherited from class gzz.view.CellView
getSize, getSize
 
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 boolean dbg
Constructor Detail

ImageCellContentView

public ImageCellContentView()
Method Detail

getSize

public void getSize(Cell c,
                    float[] out)

place

public void place(Cell c,
                  VobScene vs,
                  int box,
                  ViewContext context)
Description copied from class: CellView
Place the contents of one cell into the given coord system. The coordsys given shall be a mapping from the rectangle (0,w)x(0,h) onto the screen.

Specified by:
place in class CellView
Parameters:
box - A coordinate system, into whose "unit square" the cell will be placed. Note that some coordinate systems (box, orthoBox) set their "unit square" not to be 0..1 x 0..1.