gzz.view
Interface View

gzz.view.View ../../../pegboard/1018/PEG_1018.gen.html#umltool umltool_small gzz.view.View gzz.view.BFRaster gzz.view.PlainVanishing gzz.view.VobVanishingClient gzz.view.VanishingClient ../../../pegboard/1018/PEG_1018.gen.html#vanishingview vanishingview_small gzz.client Gzz_Frontend_Vobs.gen.html gzz.view gzz.view.ViewContext gzz.view.View gzz.view.CellView ../../../pegboard/1018/PEG_1018.gen.html#viewclasses ../../../Gzz_Frontend_View.gen.html#viewclasses viewclasses_small
All Known Subinterfaces:
View.NamedView
All Known Implementing Classes:
CoordinatePlaneView, FullScreenView, RowColView, VobVanishingClient

public interface View


Nested Class Summary
static interface View.NamedView
          A view that has a default name, which can be shown in the Fallback client or if the cell representing the view doesn't have content.
 
Field Summary
static java.lang.String rcsid
           
 
Method Summary
 void render(VobScene sc, int into, ViewContext context)
          Draw a representation of the structure into a VobScene.
 

Field Detail

rcsid

public static final java.lang.String rcsid
See Also:
Constant Field Values
Method Detail

render

public void render(VobScene sc,
                   int into,
                   ViewContext context)
Draw a representation of the structure into a VobScene.

Parameters:
sc - The VobScene to render vobs into.
context - Metadata about what to render (e.g. cursor position).