gzz.view
Class LastOpDecorator

java.lang.Object
  |
  +--gzz.view.LastOpDecorator
All Implemented Interfaces:
FallbackSceneDecorator

public class LastOpDecorator
extends java.lang.Object
implements FallbackSceneDecorator

A Fallback scene decorator showing the last (currently waiting) directional op entered.


Field Summary
static boolean dbg
           
 
Fields inherited from interface gzz.view.FallbackSceneDecorator
rcsid
 
Constructor Summary
LastOpDecorator()
           
 
Method Summary
 void render(VobScene sc, int into, Fallback fallback, Fallback.Win win)
          Put the additional information into the vob scene.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dbg

public static boolean dbg
Constructor Detail

LastOpDecorator

public LastOpDecorator()
Method Detail

render

public void render(VobScene sc,
                   int into,
                   Fallback fallback,
                   Fallback.Win win)
Description copied from interface: FallbackSceneDecorator
Put the additional information into the vob scene.

Specified by:
render in interface FallbackSceneDecorator
Parameters:
win - The Fallback window the scene belongs to.
into - The coordinate system to render into.