| Package | Description |
|---|---|
| com.threerings.miso.client | |
| com.threerings.miso.data | |
| com.threerings.miso.util |
| Modifier and Type | Field and Description |
|---|---|
ObjectInfo |
SceneObject.info
The object's info record.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SceneBlock.addObject(ObjectInfo info)
Adds the supplied object to this block.
|
boolean |
SceneBlock.deleteObject(ObjectInfo info)
Removes the specified object from this block.
|
| Constructor and Description |
|---|
SceneObject(MisoSceneMetrics metrics,
ObjectInfo info,
ObjectTile tile)
Creates a scene object for display according to the supplied metrics.
|
SceneObject(MisoSceneMetrics metrics,
TileManager mgr,
TileSet.Colorizer colorizer,
ObjectInfo info) |
SceneObject(MisoScenePanel panel,
ObjectInfo info)
Creates a scene object for display by the specified panel.
|
SceneObject(MisoScenePanel panel,
ObjectInfo info,
ObjectTile tile)
Creates a scene object for display by the specified panel.
|
| Modifier and Type | Field and Description |
|---|---|
ObjectInfo[] |
SparseMisoSceneModel.Section.objectInfo
Information records for the "interesting" objects in the
object layer.
|
ObjectInfo[] |
SimpleMisoSceneModel.objectInfo
Information records for the "interesting" objects in the object
layer.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectInfo |
ObjectInfo.clone() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VirtualMisoSceneModel.addObject(ObjectInfo info) |
boolean |
SparseMisoSceneModel.addObject(ObjectInfo info) |
boolean |
SparseMisoSceneModel.Section.addObject(ObjectInfo info) |
boolean |
SimpleMisoSceneModel.addObject(ObjectInfo info) |
abstract boolean |
MisoSceneModel.addObject(ObjectInfo info)
Adds an object to this scene.
|
boolean |
VirtualMisoSceneModel.removeObject(ObjectInfo info) |
boolean |
SparseMisoSceneModel.removeObject(ObjectInfo info) |
boolean |
SparseMisoSceneModel.Section.removeObject(ObjectInfo info) |
boolean |
SimpleMisoSceneModel.removeObject(ObjectInfo info) |
abstract boolean |
MisoSceneModel.removeObject(ObjectInfo info)
Removes the specified object from the scene.
|
void |
VirtualMisoSceneModel.updateObject(ObjectInfo info) |
void |
SparseMisoSceneModel.updateObject(ObjectInfo info) |
void |
SimpleMisoSceneModel.updateObject(ObjectInfo info) |
abstract void |
MisoSceneModel.updateObject(ObjectInfo info)
Updates an object in this scene.
|
void |
SparseMisoSceneModel.ObjectVisitor.visit(ObjectInfo info)
Called for each object in the scene, interesting and not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SparseMisoSceneModel.getAllObjects(ArrayList<ObjectInfo> list)
Adds all
ObjectInfo records in this scene to the supplied list. |
void |
SparseMisoSceneModel.Section.getAllObjects(ArrayList<ObjectInfo> list) |
void |
SparseMisoSceneModel.getInterestingObjects(ArrayList<ObjectInfo> list)
Adds all interesting
ObjectInfo records in this scene to
the supplied list. |
static void |
SimpleMisoSceneModel.populateObjects(SimpleMisoSceneModel model,
List<ObjectInfo> ilist,
List<ObjectInfo> ulist)
Populates the interesting and uninteresting parts of a miso scene
model given lists of
ObjectInfo records for each. |
static void |
SimpleMisoSceneModel.populateObjects(SimpleMisoSceneModel model,
List<ObjectInfo> ilist,
List<ObjectInfo> ulist)
Populates the interesting and uninteresting parts of a miso scene
model given lists of
ObjectInfo records for each. |
| Constructor and Description |
|---|
ObjectInfo(ObjectInfo other)
Creates an object info that is a copy of the supplied info.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectInfo |
ObjectSet.get(int index)
Returns the object with the specified index.
|
ObjectInfo[] |
ObjectSet.toArray()
Converts the contents of this object set to an array.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ObjectSet.contains(ObjectInfo info)
Returns true if the specified object is in the set, false if it is
not.
|
boolean |
ObjectSet.insert(ObjectInfo info)
Inserts the supplied object into the set.
|
boolean |
ObjectSet.remove(ObjectInfo info)
Removes the specified object from the set.
|
Copyright © 2015. All rights reserved.