gzz.vob.buoy
Interface Buoy

All Known Implementing Classes:
AbstractBuoy

public interface Buoy

A floating element that can be placed somewhere. The buoys are allowed to size themselves naturally, i.e. the ones away from the center may be smaller by default than the ones near the center.


Method Summary
 java.awt.Point getAnchor()
           
 java.awt.Dimension getPreferredSize(java.awt.Dimension dim)
           
 void put(VobScene into, int depth, int x, int y, int w, int h)
           
 

Method Detail

getAnchor

public java.awt.Point getAnchor()

getPreferredSize

public java.awt.Dimension getPreferredSize(java.awt.Dimension dim)

put

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