Uses of Interface
gzz.vob.buoy.BuoyPlacer.Buoy

Packages that use BuoyPlacer.Buoy
gzz.vob.buoy   
 

Uses of BuoyPlacer.Buoy in gzz.vob.buoy
 

Classes in gzz.vob.buoy that implement BuoyPlacer.Buoy
 class SimpleBuoy
          A simple buoy that just takes a size and a vob to place.
 

Methods in gzz.vob.buoy with parameters of type BuoyPlacer.Buoy
 void BuoyPlacer.add(BuoyPlacer.Buoy b, int x, int y, float importance)
           
 void BuoyPlacer.add(BuoyPlacer.Buoy b, int[] pos, float importance)
           
 

Constructors in gzz.vob.buoy with parameters of type BuoyPlacer.Buoy
BuoyAnchor(TextStyle style, boolean marked, BuoyPlacer placer, BuoyPlacer.Buoy buoy)