gzz.view
Interface FallbackSceneDecorator

All Known Implementing Classes:
DimDecorator, LastOpDecorator, MarkDecorator

public interface FallbackSceneDecorator

An object adding additional information into a Fallback vob scene. After the view has added its cells into a Fallback client vob scene, objects implementing this interface can be called to add e.g. the dimensions or the current view.


Field Summary
static java.lang.String rcsid
           
 
Method Summary
 void render(VobScene sc, int into, Fallback fallback, Fallback.Win win)
          Put the additional information into the vob scene.
 

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,
                   Fallback fallback,
                   Fallback.Win win)
Put the additional information into the vob scene.

Parameters:
win - The Fallback window the scene belongs to.
into - The coordinate system to render into.