gzz.view
Class FullScreenView

java.lang.Object
  |
  +--gzz.view.FullScreenView
All Implemented Interfaces:
View

public class FullScreenView
extends java.lang.Object
implements View

A view that shows only the accursed cell, full-screen.


Nested Class Summary
 
Nested classes inherited from class gzz.view.View
View.NamedView
 
Field Summary
 
Fields inherited from interface gzz.view.View
rcsid
 
Constructor Summary
FullScreenView()
           
 
Method Summary
 void render(VobScene vs, int into, ViewContext context)
          Draw a representation of the structure into a VobScene.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullScreenView

public FullScreenView()
Method Detail

render

public void render(VobScene vs,
                   int into,
                   ViewContext context)
Description copied from interface: View
Draw a representation of the structure into a VobScene.

Specified by:
render in interface View
Parameters:
vs - The VobScene to render vobs into.
context - Metadata about what to render (e.g. cursor position).