Uses of Interface
gzz.view.ViewContext

Packages that use ViewContext
gzz.client   
gzz.view   
 

Uses of ViewContext in gzz.client
 

Classes in gzz.client that implement ViewContext
 class Fallback.Win
           
 

Uses of ViewContext in gzz.view
 

Classes in gzz.view that implement ViewContext
 class AbstractViewContext
          An implementation of ViewContext providing set methods for almost all methods of ViewContext.
 class ZZViewContext
          An implementation of ViewContext reading its data from the zzstructure (XXX not complete).
 

Methods in gzz.view with parameters of type ViewContext
 void PageSpanCellView.place(Cell c, VobScene vs, int box, ViewContext context)
           
 void PageSpanCellView.getSize(Cell c, ViewContext context, float[] out)
           
 void VobVanishingClient.render(VobScene vs, int into, ViewContext context)
           
 void View.render(VobScene sc, int into, ViewContext context)
          Draw a representation of the structure into a VobScene.
 void TextCellContentView.getSize(Cell c, float scale, ViewContext context, float[] out)
           
 void TextCellContentView.place(Cell c, VobScene vs, int box, ViewContext context)
           
protected  void TextCellContentView.placeVob(Cell c, VobScene vs, int cs, int start, int end, int offs, ViewContext context, float h, float scaled_h, float scale)
           
 void RowColView.render(VobScene sc, int into, ViewContext context)
           
 void PlainVanishing.render(VanishingClient client, ViewContext context, float px, float py)
           
 void MultitypeCellContentView.place(Cell c, VobScene sc, int box, ViewContext context)
           
 void MultitypeCellContentView.getSize(Cell c, float scale, ViewContext context, float[] out)
           
 void LollipopCellView.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.
 void LinebrokenCellContentView.getSize(Cell c, float scale, ViewContext context, float[] out)
           
 void LinebrokenCellContentView.place(Cell c, VobScene vs, int box, ViewContext context)
           
 void LinebrokenCellContentView.place(Cell c, VobScene vs, int box, ViewContext context, java.lang.String textColor)
           
 void ImageCellContentView.place(Cell c, VobScene vs, int box, ViewContext context)
           
 void FullScreenView.render(VobScene vs, int into, ViewContext context)
           
 void CoordinatePlaneView.render(VobScene vs, int into, ViewContext context)
           
 void CoordinatePlaneView.render(VobScene vs, int into, ViewContext context, int cullCS)
          Render with culling.
 void CellViewPlugin.place(Cell c, VobScene sc, int box, ViewContext context)
           
 void CellViewPlugin.getSize(Cell c, ViewContext context, float[] out)
           
 void CellViewPlugin.getSize(Cell c, float scale, ViewContext context, float[] out)
           
abstract  void CellView.place(Cell c, VobScene vs, int box, ViewContext context)
          Place the contents of one cell into the given coord system.
 void CellView.getSize(Cell c, ViewContext context, float[] out)
          Get the default size of the cell.
 void CellView.getSize(Cell c, float scale, ViewContext context, float[] out)
          Get the default size of the cell at a given scale.
 void CellPlacementHook.placed(Cell c, VobScene sc, int b, ViewContext context)
          A cell was placed.
 void CellMagnifier.place(Cell c, VobScene sc, int box, ViewContext context)
           
 void CellMagnifier.getSize(Cell c, ViewContext context, float[] out)
           
 void CellMagnifier.getSize(Cell c, float scale, ViewContext context, float[] out)
           
 void Cell1DBuoyHook.placed(Cell c, VobScene sc, int box, ViewContext context)
          Deprecated.  
 void BoxCellView.getSize(Cell c, float scale, ViewContext context, float[] into)
           
 void BoxCellView.place(Cell c, VobScene vs, int box, ViewContext context)
           
 

Constructors in gzz.view with parameters of type ViewContext
CellHBox(Cell cell, CellView view, ViewContext context)