gzz.vob
Interface VobMap

gzz.vob.VobScene gzz.vob.VobMap gzz.vob.VobCoorder gzz.vob.VobMatcher gzz.vob.Vob ../../../Gzz_Frontend_Vobs.gen.html#vobscene_overall vobscene_overall_small
All Superinterfaces:
VobPlacer
All Known Implementing Classes:
GLVobMap

public interface VobMap
extends VobPlacer

An interface for mapping vobs and coordinate systems. This interface extends VobPlacer with a call to get the vob at index i.


Method Summary
 void dump()
           
 Vob getVobByCS(int i)
          Get the topmost vob (the one that was PLACED LAST) in the given coordinate system.
 void setVS(VobScene vs)
           
 
Methods inherited from interface gzz.vob.VobPlacer
put, put, put
 

Method Detail

dump

public void dump()

getVobByCS

public Vob getVobByCS(int i)
Get the topmost vob (the one that was PLACED LAST) in the given coordinate system.


setVS

public void setVS(VobScene vs)