gzz.view
Class CoordinatePlaneMultiView

java.lang.Object
  |
  +--gzz.view.CoordinatePlaneMultiView

public class CoordinatePlaneMultiView
extends java.lang.Object

A view which shows a single rank of cells, at coordinates given in the structure. For use in PP, but generalizable; possibly a step into floatingworld ideas. Currently, most things are hardcoded but we can work on that later. mudyc> Might be a kludge i don't know yet


Field Summary
static boolean dbg
           
static java.lang.String rcsid
           
 
Constructor Summary
CoordinatePlaneMultiView(Dim d_rank, Dim d_coords)
           
 
Method Summary
 int getCursorBox()
          Get the box into which the cursor cell was placed.
 void render(VobScene vs, int into, AbstractViewContext context, int cullCS, Space space, CellPlacementHook hook)
          Render with culling.
 
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

CoordinatePlaneMultiView

public CoordinatePlaneMultiView(Dim d_rank,
                                Dim d_coords)
Method Detail

getCursorBox

public int getCursorBox()
Get the box into which the cursor cell was placed.


render

public void render(VobScene vs,
                   int into,
                   AbstractViewContext context,
                   int cullCS,
                   Space space,
                   CellPlacementHook hook)
Render with culling.

Parameters:
cullCS - is the clip cs or under zero if not used.