Javadoc fixes.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1557 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
//
|
||||
// $Id: VirtualMediaPanel.java,v 1.6 2002/06/20 07:49:44 mdb Exp $
|
||||
// $Id: VirtualMediaPanel.java,v 1.7 2002/07/02 23:15:53 shaper Exp $
|
||||
|
||||
package com.threerings.media;
|
||||
|
||||
import java.awt.Dimension;
|
||||
import java.awt.Graphics2D;
|
||||
import java.awt.Graphics;
|
||||
import java.awt.Point;
|
||||
import java.awt.Rectangle;
|
||||
import java.awt.Shape;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SpriteManager.java,v 1.34 2002/06/26 02:36:50 mdb Exp $
|
||||
// $Id: SpriteManager.java,v 1.35 2002/07/02 23:15:53 shaper Exp $
|
||||
|
||||
package com.threerings.media.sprite;
|
||||
|
||||
@@ -102,7 +102,7 @@ public class SpriteManager
|
||||
/**
|
||||
* Returns a list of all sprites registered with the sprite manager.
|
||||
* The returned list is immutable, sprites should be added or removed
|
||||
* using {@link addSprite} or {@link removeSprite}.
|
||||
* using {@link #addSprite} or {@link #removeSprite}.
|
||||
*/
|
||||
public List getSprites ()
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: Pathable.java,v 1.3 2002/06/26 23:51:06 mdb Exp $
|
||||
// $Id: Pathable.java,v 1.4 2002/07/02 23:15:53 shaper Exp $
|
||||
|
||||
package com.threerings.media.util;
|
||||
|
||||
@@ -42,7 +42,7 @@ public interface Pathable
|
||||
|
||||
/**
|
||||
* Should return the orientation of the pathable, or {@link
|
||||
* DirectionCodes.NONE} if the pathable does not support orientation.
|
||||
* DirectionCodes#NONE} if the pathable does not support orientation.
|
||||
*/
|
||||
public int getOrientation ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user