|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.croftsoft.apps.chat.request.AbstractRequest
com.croftsoft.apps.chat.request.CoalesceableRequest
com.croftsoft.apps.chat.request.CreateModelRequest
public final class CreateModelRequest
A request to create an avatar.
Field Summary |
---|
Fields inherited from class com.croftsoft.apps.chat.request.AbstractRequest |
---|
authentication |
Constructor Summary | |
---|---|
CreateModelRequest(Authentication authentication,
String avatarType,
double x,
double y)
|
Method Summary | |
---|---|
String |
getAvatarType()
|
double |
getX()
|
double |
getY()
|
Methods inherited from class com.croftsoft.apps.chat.request.CoalesceableRequest |
---|
equals |
Methods inherited from class com.croftsoft.apps.chat.request.AbstractRequest |
---|
getAuthentication |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateModelRequest(Authentication authentication, String avatarType, double x, double y)
Method Detail |
---|
public String getAvatarType()
public double getX()
public double getY()
|
CroftSoft Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |