com.threerings.miso.client
Interface SceneObjectTip.TipLayout

All Known Implementing Classes:
SceneObjectTip.DefaultLayout
Enclosing class:
SceneObjectTip

public static interface SceneObjectTip.TipLayout

Used to position a scene tip in relation to the object with which it is associated.


Method Summary
 void layout(Graphics2D gfx, Rectangle boundary, SceneObject tipFor, SceneObjectTip tip)
          Position the supplied tip relative to the supplied scene object.
 

Method Detail

layout

void layout(Graphics2D gfx,
            Rectangle boundary,
            SceneObject tipFor,
            SceneObjectTip tip)
Position the supplied tip relative to the supplied scene object.