Javadoc updates

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@866 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Dave Hoover
2009-11-25 19:13:32 +00:00
parent 0278208ef8
commit b726523cf1
2 changed files with 1 additions and 4 deletions
@@ -21,8 +21,6 @@
package com.threerings.miso.client;
import java.util.Collection;
import java.awt.Graphics2D;
import java.awt.Rectangle;
@@ -55,7 +53,7 @@ public interface SceneObjectIndicator
/**
* Paints the indicator in the scene. Always called after
* {@link #layout(Graphics2D, SceneObject, Rectangle, Collection)}
* {@link #layout(Graphics2D, SceneObject, Rectangle)}
*/
public void paint (Graphics2D gfx);
@@ -85,7 +85,6 @@ public class SceneObjectTip extends LabelSausage
*
* @param tipFor the scene object that we're a tip for.
* @param boundary the boundary of all displayable space.
* @param othertips other tip boundaries that we should avoid.
*/
public void layout (Graphics2D gfx, SceneObject tipFor, Rectangle boundary)
{