Documentation edit.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@336 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: LayoutManager.java,v 1.1 2001/08/20 22:56:55 shaper Exp $
|
// $Id: LayoutManager.java,v 1.2 2001/09/13 19:08:30 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.nodemap;
|
package com.threerings.nodemap;
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ public interface LayoutManager
|
|||||||
/**
|
/**
|
||||||
* Lay out the nodes in the list in the fashion dictated by this
|
* Lay out the nodes in the list in the fashion dictated by this
|
||||||
* particular layout manager. The node positions are updated via
|
* particular layout manager. The node positions are updated via
|
||||||
* {@link Node#setPosition} such that subsequent rendering of the
|
* {@link Node#setLocation} such that subsequent rendering of the
|
||||||
* nodes will place them in appropriate positions.
|
* nodes will place them in appropriate positions.
|
||||||
*
|
*
|
||||||
* @param root the root node for the graph.
|
* @param root the root node for the graph.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ClientAdapter.java,v 1.1 2001/08/22 00:08:12 mdb Exp $
|
// $Id: ClientAdapter.java,v 1.2 2001/09/13 19:08:21 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.cocktail.cher.client;
|
package com.threerings.cocktail.cher.client;
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@ package com.threerings.cocktail.cher.client;
|
|||||||
* it and overrides just the callbacks they care about.
|
* it and overrides just the callbacks they care about.
|
||||||
*
|
*
|
||||||
* <p> Note that the client adapter defaults to always ratifying a call to
|
* <p> Note that the client adapter defaults to always ratifying a call to
|
||||||
* {@link * #clientWillLogoff} by returning true.
|
* {@link #clientWillLogoff} by returning true.
|
||||||
*/
|
*/
|
||||||
public class ClientAdapter implements ClientObserver
|
public class ClientAdapter implements ClientObserver
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user