gzz.view
Class LollipopCellView

java.lang.Object
  |
  +--gzz.view.CellView
        |
        +--gzz.view.BoxCellView
              |
              +--gzz.view.LollipopCellView

public class LollipopCellView
extends BoxCellView

A factory for making ball-and-stick aka lollipop cell vobs.


Field Summary
static boolean dbg
           
static java.lang.String rcsid
           
 
Fields inherited from class gzz.view.BoxCellView
ccv
 
Constructor Summary
LollipopCellView(CellView ccv)
           
 
Method Summary
 void place(Cell c, VobScene vs, int box, ViewContext context)
          Add the vobs that make up an image of a cell into the given coordinate system of the given vobscene.
 
Methods inherited from class gzz.view.BoxCellView
getSize, setSpace
 
Methods inherited from class gzz.view.CellView
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

LollipopCellView

public LollipopCellView(CellView ccv)
Method Detail

place

public void place(Cell c,
                  VobScene vs,
                  int box,
                  ViewContext context)
Add the vobs that make up an image of a cell into the given coordinate system of the given vobscene.

Overrides:
place in class BoxCellView
Parameters:
c - The cell
box - The box in which the cell should be.
context - The view context, for querying cursors, marks etc.