|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |