|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnl.tudelft.goal.ut2004.visualizer.map.ProxyRenderablePlayer
public class ProxyRenderablePlayer
| Constructor Summary | |
|---|---|
ProxyRenderablePlayer(cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer agent,
MapColorGenerator.MapColor color,
int glName)
|
|
| Method Summary | |
|---|---|
cz.cuni.amis.pogamut.base.communication.command.IAct |
getAct()
|
List<String> |
getAssociatedInfo()
Return text info associated with the agent. |
Color |
getColor()
Get color of agent. |
cz.cuni.amis.pogamut.base.agent.IAgentId |
getComponentId()
|
Object |
getDataSource()
Return source of all data that are providing stuff used. |
cz.cuni.amis.pogamut.base.component.bus.IComponentBus |
getEventBus()
|
IFadeLine |
getFadeLine()
Get fade line (line of past places the agent was). |
int |
getGLName()
Return OpenGl name used for selection (see selction mode of opengl). |
cz.cuni.amis.introspection.Folder |
getIntrospection()
|
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getLocation()
|
cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger |
getLogger()
|
String |
getName()
|
cz.cuni.amis.pogamut.base3d.worldview.object.Rotation |
getRotation()
|
cz.cuni.amis.utils.flag.ImmutableFlag<cz.cuni.amis.pogamut.base.agent.state.level0.IAgentState> |
getState()
|
cz.cuni.amis.pogamut.base3d.worldview.object.Velocity |
getVelocity()
|
cz.cuni.amis.pogamut.base.communication.worldview.IWorldView |
getWorldView()
|
void |
kill()
|
void |
pause()
|
void |
respawn()
|
void |
resume()
|
void |
start()
|
void |
startPaused()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyRenderablePlayer(cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer agent,
MapColorGenerator.MapColor color,
int glName)
| Method Detail |
|---|
public void respawn()
throws cz.cuni.amis.utils.exception.PogamutException
respawn in interface cz.cuni.amis.pogamut.unreal.bot.IUnrealBotcz.cuni.amis.utils.exception.PogamutExceptionpublic cz.cuni.amis.pogamut.base.communication.command.IAct getAct()
getAct in interface cz.cuni.amis.pogamut.base.agent.IEmbodiedAgentpublic cz.cuni.amis.pogamut.base.communication.worldview.IWorldView getWorldView()
getWorldView in interface cz.cuni.amis.pogamut.base.agent.IObservingAgentpublic String getName()
getName in interface cz.cuni.amis.pogamut.base.agent.IAgentpublic cz.cuni.amis.pogamut.base.agent.IAgentId getComponentId()
getComponentId in interface cz.cuni.amis.pogamut.base.agent.IAgentgetComponentId in interface cz.cuni.amis.pogamut.base.component.IComponentpublic cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger getLogger()
getLogger in interface cz.cuni.amis.pogamut.base.agent.IAgentpublic cz.cuni.amis.utils.flag.ImmutableFlag<cz.cuni.amis.pogamut.base.agent.state.level0.IAgentState> getState()
getState in interface cz.cuni.amis.pogamut.base.agent.IAgentpublic cz.cuni.amis.introspection.Folder getIntrospection()
getIntrospection in interface cz.cuni.amis.pogamut.base.agent.IAgent
public void start()
throws cz.cuni.amis.pogamut.base.component.exception.ComponentCantStartException
start in interface cz.cuni.amis.pogamut.base.agent.IAgentstart in interface cz.cuni.amis.pogamut.base.component.IControllablecz.cuni.amis.pogamut.base.component.exception.ComponentCantStartException
public void startPaused()
throws cz.cuni.amis.pogamut.base.component.exception.ComponentCantStartException
startPaused in interface cz.cuni.amis.pogamut.base.agent.IAgentcz.cuni.amis.pogamut.base.component.exception.ComponentCantStartException
public void pause()
throws cz.cuni.amis.pogamut.base.component.exception.ComponentCantPauseException
pause in interface cz.cuni.amis.pogamut.base.agent.IAgentcz.cuni.amis.pogamut.base.component.exception.ComponentCantPauseException
public void resume()
throws cz.cuni.amis.pogamut.base.component.exception.ComponentCantResumeException
resume in interface cz.cuni.amis.pogamut.base.agent.IAgentcz.cuni.amis.pogamut.base.component.exception.ComponentCantResumeException
public void stop()
throws cz.cuni.amis.pogamut.base.component.exception.ComponentCantStopException
stop in interface cz.cuni.amis.pogamut.base.agent.IAgentstop in interface cz.cuni.amis.pogamut.base.component.IControllablecz.cuni.amis.pogamut.base.component.exception.ComponentCantStopExceptionpublic void kill()
kill in interface cz.cuni.amis.pogamut.base.agent.IAgentkill in interface cz.cuni.amis.pogamut.base.component.IControllablepublic cz.cuni.amis.pogamut.base.component.bus.IComponentBus getEventBus()
getEventBus in interface cz.cuni.amis.pogamut.base.component.IComponentAwarepublic cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocation()
getLocation in interface cz.cuni.amis.pogamut.base3d.worldview.object.ILocatedpublic cz.cuni.amis.pogamut.base3d.worldview.object.Velocity getVelocity()
getVelocity in interface cz.cuni.amis.pogamut.base3d.worldview.object.ILocomotivepublic cz.cuni.amis.pogamut.base3d.worldview.object.Rotation getRotation()
getRotation in interface cz.cuni.amis.pogamut.base3d.worldview.object.IRotablepublic Color getColor()
IRenderableUTAgent
getColor in interface IRenderableUTAgentgetColor in interface IRenderableWorldObjectpublic IFadeLine getFadeLine()
IRenderableUTAgent
getFadeLine in interface IRenderableUTAgentpublic List<String> getAssociatedInfo()
IRenderableUTAgent
getAssociatedInfo in interface IRenderableUTAgentpublic Object getDataSource()
IRenderableUTAgent
getDataSource in interface IRenderableUTAgentgetDataSource in interface IRenderableWorldObjectpublic int getGLName()
IRenderableUTAgent
getGLName in interface IRenderableUTAgentgetGLName in interface IRenderableWorldObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||