Uses of Class
gzz.view.CellView

Packages that use CellView
gzz.client   
gzz.view   
 

Uses of CellView in gzz.client
 

Fields in gzz.client declared as CellView
 CellView[] Fallback.cellViewList
           
 

Methods in gzz.client that return CellView
 CellView Fallback.Win.getCellView()
           
 

Constructors in gzz.client with parameters of type CellView
Fallback(Cell start, Space linkSpace, FallbackBinder binder, Fallback.FallbackDim[] dimList, FallbackSceneDecorator[] decorators, View[] viewList, java.util.Map viewSpecificBinders, CellView[] cellViewList, Filer.Group filers)
           
 

Uses of CellView in gzz.view
 

Subclasses of CellView in gzz.view
 class BoxCellView
          A cell view showing a box around a cell.
 class CellMagnifier
          A CellView that delegates all calls to another CellView, except that it multiplies the results of getSize() calls with a constant factor.
 class CellViewPlugin
          A "plugin" which allows decoration of a CellInBox object by a CellPlacementHook.
 class ImageCellContentView
          A cell content view showing a cell's image.
 class LinebrokenCellContentView
          A cell content view showing a cell's text, broken into lines.
 class LollipopCellView
          A factory for making ball-and-stick aka lollipop cell vobs.
 class MultitypeCellContentView
          A cell content view that uses a text- or pagespan view, dependent on the type of content.
 class PageSpanCellView
          A cellview that shows pagespan pages placed next to each other.
 class TextCellContentView
          A cell content view showing a cell's text.
 

Fields in gzz.view declared as CellView
protected  CellView CellMagnifier.sub
           
protected  CellView BoxCellView.ccv
          The cell content view used to render the content of cells.
 

Methods in gzz.view that return CellView
 CellView ZZViewContext.getCellView()
           
 CellView ViewContext.getCellView()
           
 CellView AbstractViewContext.getCellView()
           
 

Methods in gzz.view with parameters of type CellView
 void AbstractViewContext.setCellView(CellView cellView)
           
 

Constructors in gzz.view with parameters of type CellView
MultitypeCellContentView(CellView textView, CellView pageView, CellView imageView)
           
MultitypeCellContentView(CellView textView, CellView pageView, CellView imageView)
           
MultitypeCellContentView(CellView textView, CellView pageView, CellView imageView)
           
LollipopCellView(CellView ccv)
           
CellViewPlugin(CellView sub, CellPlacementHook hook)
           
CellMagnifier(CellView sub, float factor)
           
CellMagnifier(CellView sub, float xfactor, float yfactor)
           
CellHBox(Cell cell, CellView view, ViewContext context)
           
BoxCellView(CellView ccv)