| Package | Description |
|---|---|
| com.threerings.miso.client |
| Modifier and Type | Method and Description |
|---|---|
SceneObject[] |
SceneBlock.getObjects()
Returns an array of all resolved scene objects in this block.
|
SceneObject |
SceneObjectActionEvent.getSceneObject()
Returns the scene object that was the source of this action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirtyItemList.appendDirtyObject(SceneObject scobj)
Appends the dirty object tile at the given coordinates to the dirty item list.
|
void |
ObjectActionHandler.handleAction(SceneObject scobj,
ActionEvent event)
Called when an action is generated for an object.
|
RadialMenu |
ObjectActionHandler.handlePressed(SceneObject sourceObject)
Return a
RadialMenu or null if no menu needed. |
void |
SceneObjectTip.TipLayout.layout(Graphics2D gfx,
Rectangle boundary,
SceneObject tipFor,
SceneObjectTip tip)
Position the supplied tip relative to the supplied scene object.
|
void |
SceneObjectTip.layout(Graphics2D gfx,
SceneObject tipFor,
Rectangle boundary)
Called to initialize the tip so that it can be painted.
|
void |
SceneObjectIndicator.layout(Graphics2D gfx,
SceneObject key,
Rectangle viewBounds)
Positions the indicator in the scene in relation to
key |
boolean |
SceneObject.objectFootprintOverlaps(SceneObject so)
Returns true if this object's footprint overlaps that of the
specified other object.
|
void |
MisoScenePanel.pressObject(SceneObject scobj)
Programmatically "click" a scene object.
|
| Constructor and Description |
|---|
SceneObjectActionEvent(Object source,
int id,
String action,
int modifiers,
SceneObject scobj) |
Copyright © 2015. All rights reserved.