gzz.view
Class MarkDecorator

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

public class MarkDecorator
extends java.lang.Object
implements FallbackSceneDecorator

A scene decorator showing the current mark set.


Field Summary
 
Fields inherited from interface gzz.view.FallbackSceneDecorator
rcsid
 
Constructor Summary
MarkDecorator()
           
 
Method Summary
 void render(VobScene vs, 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
 

Constructor Detail

MarkDecorator

public MarkDecorator()
Method Detail

render

public void render(VobScene vs,
                   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.