Uses of Class
com.threerings.whirled.spot.data.Cluster

Packages that use Cluster
com.threerings.stage.client   
com.threerings.stage.util   
com.threerings.whirled.spot.data   
 

Uses of Cluster in com.threerings.stage.client
 

Methods in com.threerings.stage.client with parameters of type Cluster
 void StageScenePanel.updateCluster(Cluster cluster, Rectangle bounds)
          Adds or updates the specified cluster in the view.
 

Method parameters in com.threerings.stage.client with type arguments of type Cluster
 void StageSceneController.handleClusterClicked(Object source, Tuple<Cluster,Point> tuple)
          Handles a cluster clicked event.
 

Uses of Cluster in com.threerings.stage.util
 

Methods in com.threerings.stage.util with parameters of type Cluster
static List<SceneLocation> StageSceneUtil.getClusterLocs(Cluster cluster)
          Computes a list of the valid locations in this cluster.
 

Uses of Cluster in com.threerings.whirled.spot.data
 

Fields in com.threerings.whirled.spot.data with type parameters of type Cluster
 com.threerings.presents.dobj.DSet<Cluster> SpotSceneObject.clusters
          Contains information on all Clusters in this scene.
 

Methods in com.threerings.whirled.spot.data with parameters of type Cluster
 void SpotSceneObject.addToClusters(Cluster elem)
          Requests that the specified entry be added to the clusters set.
 void SpotSceneObject.updateClusters(Cluster elem)
          Requests that the specified entry be updated in the clusters set.
 

Method parameters in com.threerings.whirled.spot.data with type arguments of type Cluster
 void SpotSceneObject.setClusters(com.threerings.presents.dobj.DSet<Cluster> value)
          Requests that the clusters field be set to the specified value.
 



Copyright © 2011. All Rights Reserved.