Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.xmud.server
Class Client  view Client download Client.java

java.lang.Object
  extended byorg.xmud.server.Client

public class Client
extends java.lang.Object


Nested Class Summary
 class Client.positionUpdater
           
 
Field Summary
private  Canvas3D canvas
           
(package private)  org.xmud.library.chat.CChatCore chat
           
(package private)  int clientid
           
(package private)  commandListener commandl
           
(package private)  org.xmud.graphicsengine.engine g_engine
           
(package private) static java.lang.String host
           
(package private)  org.xmud.graphicsengine.movementHandler mh
           
(package private) static int objid
           
(package private)  org.xmud.objectfinder.CObjectFinder_stub of
           
(package private)  org.xmud.objectmanager.CObjectManager_impl om
           
(package private)  org.xmud.library.player.CPlayerCore pc
           
(package private)  long POSITION_UPDATE_DELAY
           
(package private)  java.util.Properties prop
           
(package private)  org.xmud.securitymanager.CSecurityManager_stub sec_manager
           
private  javax.swing.JLabel[] status
           
(package private)  int target
           
(package private)  javax.swing.JTextField textField
           
(package private)  javax.swing.JTextArea textList
           
(package private)  javax.swing.JScrollPane textPanel
           
(package private)  java.lang.String token
           
 
Constructor Summary
Client()
           
 
Method Summary
 int constructPlayer(Vector3d spos)
           
 java.awt.Component createComponents()
           
 void createEngine()
           
 void getObjects(int objid)
           
 int getTarget()
           
 void init(java.lang.String[] args)
           
static void main(java.lang.String[] args)
           
static void printpos(double[] pos)
           
 void removeClient()
           
 void setElements()
           
 void setTarget(int target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

om

org.xmud.objectmanager.CObjectManager_impl om

of

org.xmud.objectfinder.CObjectFinder_stub of

sec_manager

org.xmud.securitymanager.CSecurityManager_stub sec_manager

g_engine

org.xmud.graphicsengine.engine g_engine

mh

org.xmud.graphicsengine.movementHandler mh

clientid

int clientid

token

java.lang.String token

pc

org.xmud.library.player.CPlayerCore pc

chat

org.xmud.library.chat.CChatCore chat

status

private javax.swing.JLabel[] status

canvas

private Canvas3D canvas

objid

static int objid

host

static java.lang.String host

textPanel

javax.swing.JScrollPane textPanel

textList

javax.swing.JTextArea textList

textField

javax.swing.JTextField textField

commandl

commandListener commandl

target

int target

prop

java.util.Properties prop

POSITION_UPDATE_DELAY

long POSITION_UPDATE_DELAY
Constructor Detail

Client

public Client()
Method Detail

getTarget

public int getTarget()

setTarget

public void setTarget(int target)

createComponents

public java.awt.Component createComponents()

init

public void init(java.lang.String[] args)

constructPlayer

public int constructPlayer(Vector3d spos)

getObjects

public void getObjects(int objid)

createEngine

public void createEngine()

printpos

public static void printpos(double[] pos)

setElements

public void setElements()

removeClient

public void removeClient()

main

public static void main(java.lang.String[] args)