Big fat Bernie javadoc cleanup.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3310 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: DirtyItemList.java,v 1.30 2004/08/27 02:20:06 mdb Exp $
|
||||
// $Id$
|
||||
//
|
||||
// Narya library - tools for developing networked games
|
||||
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
|
||||
@@ -64,7 +64,7 @@ public class DirtyItemList
|
||||
* Appends the dirty object tile at the given coordinates to the dirty
|
||||
* item list.
|
||||
*
|
||||
* @param scene the scene object that is dirty.
|
||||
* @param scobj the scene object that is dirty.
|
||||
*/
|
||||
public void appendDirtyObject (SceneObject scobj)
|
||||
{
|
||||
@@ -217,7 +217,7 @@ public class DirtyItemList
|
||||
|
||||
/**
|
||||
* Returns an abbreviated string representation of the two given dirty
|
||||
* items. See {@link #toString(DirtyItem}.
|
||||
* items. See {@link #toString(DirtyItem)}.
|
||||
*/
|
||||
protected static String toString (DirtyItem a, DirtyItem b)
|
||||
{
|
||||
@@ -229,7 +229,7 @@ public class DirtyItemList
|
||||
|
||||
/**
|
||||
* Returns an abbreviated string representation of the given dirty
|
||||
* items. See {@link #toString(DirtyItem}.
|
||||
* items. See {@link #toString(DirtyItem)}.
|
||||
*/
|
||||
protected static String toString (SortableArrayList items)
|
||||
{
|
||||
|
||||
@@ -424,8 +424,8 @@ public class MisoScenePanel extends VirtualMediaPanel
|
||||
|
||||
/**
|
||||
* Programmatically "click" a scene object. This results in a call to
|
||||
* {@link handleObjectPressed} with click coordinates in the center of
|
||||
* the object.
|
||||
* {@link #handleObjectPressed} with click coordinates in the center
|
||||
* of the object.
|
||||
*/
|
||||
public void pressObject (SceneObject scobj)
|
||||
{
|
||||
@@ -846,7 +846,7 @@ public class MisoScenePanel extends VirtualMediaPanel
|
||||
/**
|
||||
* Called during the {@link #rethink} process, configures {@link
|
||||
* #_ibounds} to contain the bounds of the potentially "influential"
|
||||
* world and {@link #_ivbounds} to contain bounds that are used to
|
||||
* world and {@link #_vibounds} to contain bounds that are used to
|
||||
* determine which blocks should be resolved before making the view
|
||||
* visible.
|
||||
*
|
||||
@@ -1079,8 +1079,6 @@ public class MisoScenePanel extends VirtualMediaPanel
|
||||
|
||||
/**
|
||||
* Change the hover object to the new object.
|
||||
*
|
||||
* @return true if we need to repaint the entire scene. Bah!
|
||||
*/
|
||||
protected void changeHoverObject (Object newHover)
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ObjectInfo.java,v 1.7 2004/08/27 02:20:06 mdb Exp $
|
||||
// $Id$
|
||||
//
|
||||
// Narya library - tools for developing networked games
|
||||
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
|
||||
@@ -22,6 +22,8 @@
|
||||
package com.threerings.miso.data;
|
||||
|
||||
import com.samskivert.util.StringUtil;
|
||||
|
||||
import com.threerings.io.SimpleStreamableObject;
|
||||
import com.threerings.io.TrackedStreamableObject;
|
||||
import com.threerings.media.tile.TileUtil;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: MisoSceneMetrics.java,v 1.6 2004/08/27 02:20:10 mdb Exp $
|
||||
// $Id$
|
||||
//
|
||||
// Narya library - tools for developing networked games
|
||||
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.miso.util;
|
||||
|
||||
import com.threerings.miso.client.MisoScenePanel;
|
||||
|
||||
/**
|
||||
* Contains information on the configuration of a particular isometric
|
||||
* view. The member data are public to facilitate convenient referencing
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: MisoUtil.java,v 1.24 2004/08/27 02:20:10 mdb Exp $
|
||||
// $Id$
|
||||
//
|
||||
// Narya library - tools for developing networked games
|
||||
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
|
||||
@@ -471,7 +471,7 @@ public class MisoUtil
|
||||
* Adds the supplied fine coordinates to the supplied tile coordinates
|
||||
* to compute full coordinates.
|
||||
*
|
||||
* @retun the point object supplied as <code>full</code>.
|
||||
* @return the point object supplied as <code>full</code>.
|
||||
*/
|
||||
public static Point tilePlusFineToFull (MisoSceneMetrics metrics,
|
||||
int tileX, int tileY,
|
||||
|
||||
Reference in New Issue
Block a user