gzz.view
Class Cell1DBuoyHook

java.lang.Object
  |
  +--gzz.view.Cell1DBuoyHook
All Implemented Interfaces:
CellPlacementHook

Deprecated. Superceded by gzz.view.buoy.PPLinker

public class Cell1DBuoyHook
extends java.lang.Object
implements CellPlacementHook

Float association buoys for cells placed. This class assumes that all cells placed are root clones (!!!). XXX Tjl Doc


Nested Class Summary
static interface Cell1DBuoyHook.Floater
          Deprecated. A simple interface for placing buoys.
 
Field Summary
static boolean dbg
          Deprecated.  
static java.lang.String rcsid
          Deprecated.  
 
Constructor Summary
Cell1DBuoyHook(Cell1DBuoyHook.Floater leftfloater, Cell1DBuoyHook.Floater rightfloater, Dim d_clone, Dim d_assoc)
          Deprecated.  
 
Method Summary
 void placed(Cell c, VobScene sc, int box, ViewContext context)
          Deprecated. A cell was placed.
 
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
Deprecated. 
See Also:
Constant Field Values

dbg

public static boolean dbg
Deprecated. 
Constructor Detail

Cell1DBuoyHook

public Cell1DBuoyHook(Cell1DBuoyHook.Floater leftfloater,
                      Cell1DBuoyHook.Floater rightfloater,
                      Dim d_clone,
                      Dim d_assoc)
Deprecated. 
Method Detail

placed

public void placed(Cell c,
                   VobScene sc,
                   int box,
                   ViewContext context)
Deprecated. 
Description copied from interface: CellPlacementHook
A cell was placed.

Specified by:
placed in interface CellPlacementHook