com.threerings.tudey.client.cursor
Class EntryCursor
java.lang.Object
com.threerings.expr.SimpleScope
com.threerings.tudey.client.cursor.Cursor
com.threerings.tudey.client.cursor.EntryCursor
- All Implemented Interfaces:
- Scope, ScopeUpdateListener, Compositable, Tickable
- Direct Known Subclasses:
- AreaCursor, PathCursor, PlaceableCursor, TileCursor
public abstract class EntryCursor
- extends Cursor
Represents an entry.
| Fields inherited from interface com.threerings.expr.Scope |
EPOCH, NOW |
EntryCursor
public EntryCursor(TudeyContext ctx,
TudeySceneView view)
- Creates a new entry cursor.
getEntry
public abstract TudeySceneModel.Entry getEntry()
- Returns a reference to the most recently set entry state.
getShape
public abstract Shape getShape()
- Returns a reference to the shape of the entry (or
null for none).
update
public abstract void update(TudeySceneModel.Entry entry)
- Updates the cursor with new entry state.
Copyright © 2011. All Rights Reserved.