Javadoc updates
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@866 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -21,8 +21,6 @@
|
|||||||
|
|
||||||
package com.threerings.miso.client;
|
package com.threerings.miso.client;
|
||||||
|
|
||||||
import java.util.Collection;
|
|
||||||
|
|
||||||
import java.awt.Graphics2D;
|
import java.awt.Graphics2D;
|
||||||
import java.awt.Rectangle;
|
import java.awt.Rectangle;
|
||||||
|
|
||||||
@@ -55,7 +53,7 @@ public interface SceneObjectIndicator
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Paints the indicator in the scene. Always called after
|
* 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);
|
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 tipFor the scene object that we're a tip for.
|
||||||
* @param boundary the boundary of all displayable space.
|
* @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)
|
public void layout (Graphics2D gfx, SceneObject tipFor, Rectangle boundary)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user