Uses of Class
livespace.services.entities.room_presentation.SchematicItem

Packages that use SchematicItem
livespace.services.entities.room_presentation   
 

Uses of SchematicItem in livespace.services.entities.room_presentation
 

Methods in livespace.services.entities.room_presentation that return SchematicItem
 SchematicItem RoomSchematicEntity.createSchematicItem(Entity entity)
          Creates a SchematicItem instance and add's the instance to the internal container
 SchematicItem RoomPresentation.createSchematicItem(Entity entity)
          Creates a SchematicItem instance, adds it to the RoomSchematicEntity instance
 SchematicItem RoomSchematicEntity.createSchematicItem(Entity entity, Point location)
          Creates a SchematicItem instance and add's the instance to the internal container
 SchematicItem RoomPresentation.createSchematicItem(Entity entity, Point location)
          Creates a SchematicItem instance, adds it to the RoomSchematicEntity instance
 SchematicItem RoomSchematicEntity.find(String entityId)
          Finds a SchamaticItem instance based on the id of the represented entity
 SchematicItem RoomPresentation.findSchematicItem(String entityId)
          Finds a SchematicItem instance based on the id of the represented entity
 

Methods in livespace.services.entities.room_presentation with parameters of type SchematicItem
 boolean RoomSchematicEntity.add(SchematicItem item)
          Adds a SchematicItem instance to the container
 



Copyright © 2008 Commonwealth of Australia