Uses of Class
apps.networkedthreedpuzzle.SpatialAttributes

Packages that use SpatialAttributes
apps.networkedthreedpuzzle   
 

Uses of SpatialAttributes in apps.networkedthreedpuzzle
 

Methods in apps.networkedthreedpuzzle that return types with arguments of type SpatialAttributes
 java.util.List<SpatialAttributes> BroadcastData.getUpdatedSpatialAttributes()
          Gets the updated spatial attributes.
 

Method parameters in apps.networkedthreedpuzzle with type arguments of type SpatialAttributes
 void ThreeDPuzzle.syncTetris(java.util.List<SpatialAttributes> attributesList)
          Sync tetris.
 

Constructor parameters in apps.networkedthreedpuzzle with type arguments of type SpatialAttributes
BroadcastData(java.util.List<SpatialAttributes> updatedSpatialAttributes)
          Instantiates a new broadcast data.