com.croftsoft.apps.chat.model
Interface ChatWorld

All Superinterfaces:
ChatWorldAccessor, World, WorldAccessor
All Known Implementing Classes:
SeriChatWorld

public interface ChatWorld
extends World, ChatWorldAccessor

Provides methods for manipulating the Models in the game.

Since:
2003-06-05
Version:
2003-06-17
Author:
David Wallace Croft

Method Summary
 void addChatModel(ChatModel chatModel)
           
 ModelId createModel(String avatarType, double x, double y)
           
 ChatModel getChatModel(ModelId modelId)
           
 boolean removeModel(ModelId modelId)
           
 
Methods inherited from interface com.croftsoft.core.animation.model.World
clear, getModel, getModels, isBlocked, isBlocked, prepare, remove, update
 
Methods inherited from interface com.croftsoft.apps.chat.model.ChatWorldAccessor
getModelAccessors
 
Methods inherited from interface com.croftsoft.core.animation.model.WorldAccessor
isCleared
 

Method Detail

addChatModel

void addChatModel(ChatModel chatModel)

createModel

ModelId createModel(String avatarType,
                    double x,
                    double y)

getChatModel

ChatModel getChatModel(ModelId modelId)

removeModel

boolean removeModel(ModelId modelId)

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)