gzz.vob.buoy
Interface BuoyPlacer.Buoy

All Known Implementing Classes:
SimpleBuoy
Enclosing interface:
BuoyPlacer

public static interface BuoyPlacer.Buoy


Method Summary
 boolean constAspectScalable()
          If false, scale any way you like; if true, retain aspect ratio.
 int getMinHeight()
           
 int getMinWidth()
           
 int getPrefHeight()
           
 int getPrefWidth()
           
 void put(VobScene into, int x, int y, int w, int h)
           
 

Method Detail

getPrefWidth

public int getPrefWidth()

getPrefHeight

public int getPrefHeight()

getMinWidth

public int getMinWidth()

getMinHeight

public int getMinHeight()

constAspectScalable

public boolean constAspectScalable()
If false, scale any way you like; if true, retain aspect ratio.


put

public void put(VobScene into,
                int x,
                int y,
                int w,
                int h)