Uses of Interface
gzz.vob.VobMatcher

Packages that use VobMatcher
gzz.vob org.gzigzag.vob 
 

Uses of VobMatcher in gzz.vob
 

Fields in gzz.vob declared as VobMatcher
 VobMatcher VobScene.matcher
           
 

Methods in gzz.vob with parameters of type VobMatcher
 int[] VobMatcher.interpList(VobMatcher other, boolean towardsOther)
          Return, for each coordinate system of this matcher, an integer giving the coordinate system of the other matcher that system should move to.
 

Constructors in gzz.vob with parameters of type VobMatcher
VobScene(VobMap m, VobCoorder c, VobMatcher mat, GraphicsAPI gfxapi, GraphicsAPI.RenderingSurface window, java.awt.Dimension size)