Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Y
R
randomise()
- Method in class uk.org.redfelineninja.risk.server.
RiskEngine
Assign the players their countries randomly.
Randomized_Start
- Static variable in class uk.org.redfelineninja.risk.client.
Words
RandomRobot
- class uk.org.redfelineninja.risk.robot.
RandomRobot
.
This is currently a random legal mover.
RandomRobot()
- Constructor for class uk.org.redfelineninja.risk.robot.
RandomRobot
rBadArguments
- Static variable in class uk.org.redfelineninja.risk.net.
Protocol
rBadCommand
- Static variable in class uk.org.redfelineninja.risk.net.
Protocol
remove(Object)
- Static method in class uk.org.redfelineninja.image.
ImageBank
removeActionListener(ActionListener)
- Method in class uk.org.redfelineninja.awt.
ImageMap
removes an ActionListener from the button
removeActionListener(ActionListener)
- Method in class uk.org.redfelineninja.awt.
BasicTalker
Remove a listener from this talker.
removeActionListener(ActionListener)
- Method in class uk.org.redfelineninja.risk.client.
RiskNetworkDialog
removeLayoutComponent(Component)
- Method in class uk.org.redfelineninja.awt.
LabeledPairLayout
removeLayoutComponent(Component)
- Method in class uk.org.redfelineninja.awt.
ColumnLayout
removeListener(Object)
- Method in class uk.org.redfelineninja.net.
AbstractMulticaster
Remove a listener from this multicaster.
removeListener(Writer)
- Method in class uk.org.redfelineninja.net.
MulticastWriter
Remove listener from this multicaster.
removeTranslation(int)
- Method in class uk.org.redfelineninja.image.
HashColorModel
removeWriter(Writer)
- Method in class uk.org.redfelineninja.risk.test.
BroadcastWriter
reset()
- Method in class uk.org.redfelineninja.risk.robot.
Move
Reset this move back to entirely zeros.
Risk
- Static variable in class uk.org.redfelineninja.risk.client.
Words
Risk_Cards
- Static variable in class uk.org.redfelineninja.risk.client.
Words
RiskCardFrame
- class uk.org.redfelineninja.risk.client.
RiskCardFrame
.
This is currently a test stub class for when cards are fully implemented.
RiskCardFrame()
- Constructor for class uk.org.redfelineninja.risk.client.
RiskCardFrame
RiskClient
- class uk.org.redfelineninja.risk.client.
RiskClient
.
This class provide a means to the start the client.
RiskClient()
- Constructor for class uk.org.redfelineninja.risk.client.
RiskClient
Start the application version of the Risk client.
RiskClientFrame
- class uk.org.redfelineninja.risk.client.
RiskClientFrame
.
This is the main container frame for the Risk Client application and applet.
RiskClientFrame(RiskClient)
- Constructor for class uk.org.redfelineninja.risk.client.
RiskClientFrame
RiskClientInterface
- interface uk.org.redfelineninja.risk.net.
RiskClientInterface
.
This interface provides a common means to control any Risk client whether it be the graphical client or a robot player.
RiskClientWriter
- class uk.org.redfelineninja.risk.server.
RiskClientWriter
.
This class provides the network output hooks required by the server.
RiskClientWriter(Writer, Hashtable)
- Constructor for class uk.org.redfelineninja.risk.server.
RiskClientWriter
RiskEngine
- class uk.org.redfelineninja.risk.server.
RiskEngine
.
This class is the heart of the Risk system.
RiskEngine(Player[], Adjacency, Hashtable, RiskClientWriter)
- Constructor for class uk.org.redfelineninja.risk.server.
RiskEngine
Create a new risk engine.
RiskGameMenuListener
- class uk.org.redfelineninja.risk.client.
RiskGameMenuListener
.
Listen for menu actions.
RiskGameMenuListener(RiskServerInterface)
- Constructor for class uk.org.redfelineninja.risk.client.
RiskGameMenuListener
RiskMap
- class uk.org.redfelineninja.risk.client.
RiskMap
.
This class provides all the tools required to display any Risk map.
RiskMap(Image)
- Constructor for class uk.org.redfelineninja.risk.client.
RiskMap
Deprecated.
This is dead code and
should not be used
RiskMap(Image, Hashtable)
- Constructor for class uk.org.redfelineninja.risk.client.
RiskMap
Create a new image map using the supplied list of zones.
RiskMapListener
- class uk.org.redfelineninja.risk.client.
RiskMapListener
.
RiskMapListener(RiskServerInterface)
- Constructor for class uk.org.redfelineninja.risk.client.
RiskMapListener
RiskMapTest
- class uk.org.redfelineninja.risk.test.
RiskMapTest
.
RiskMapTest()
- Constructor for class uk.org.redfelineninja.risk.test.
RiskMapTest
RiskNetworkDialog
- class uk.org.redfelineninja.risk.client.
RiskNetworkDialog
.
This class implements the network dialog used to connect to Risk Arena servers.
RiskNetworkDialog(JFrame)
- Constructor for class uk.org.redfelineninja.risk.client.
RiskNetworkDialog
RiskNetworkDialog(JFrame, boolean)
- Constructor for class uk.org.redfelineninja.risk.client.
RiskNetworkDialog
RiskNetworkDialogListener
- class uk.org.redfelineninja.risk.client.
RiskNetworkDialogListener
.
This class can listen to the Network dialog box, interogate it and make the appropriate network connections.
RiskNetworkDialogListener(RiskServerInterface)
- Constructor for class uk.org.redfelineninja.risk.client.
RiskNetworkDialogListener
RiskServer
- class uk.org.redfelineninja.risk.server.
RiskServer
.
This is a application based server for the Risk Arena.
RiskServer()
- Constructor for class uk.org.redfelineninja.risk.server.
RiskServer
Create a server on the default port using the standard output as the server console.
RiskServer(int)
- Constructor for class uk.org.redfelineninja.risk.server.
RiskServer
Start the server on the supplied port using the standard output as the server console.
RiskServer(int, PrintWriter)
- Constructor for class uk.org.redfelineninja.risk.server.
RiskServer
Start the sever on the supplied port using the supplied PrintWriter as the server console.
RiskServer(PrintWriter)
- Constructor for class uk.org.redfelineninja.risk.server.
RiskServer
Start the sever on the default port using the supplied PrintWriter as the server console.
RiskServerDebug
- class uk.org.redfelineninja.risk.test.
RiskServerDebug
.
RiskServerDebug()
- Constructor for class uk.org.redfelineninja.risk.test.
RiskServerDebug
RiskServerHandler
- class uk.org.redfelineninja.risk.client.
RiskServerHandler
.
This class provides all the tools for a client to get data to and from the Server.
RiskServerHandler(RiskClientInterface)
- Constructor for class uk.org.redfelineninja.risk.client.
RiskServerHandler
Create a new RiskServerHandler.
RiskServerInterface
- interface uk.org.redfelineninja.risk.net.
RiskServerInterface
.
All actions that can be performed on the server.
RiskStatusBar
- class uk.org.redfelineninja.risk.client.
RiskStatusBar
.
The RiskStatusBar is a component that serves two purposes, displaying a status message and displaying a number of armies.
RiskStatusBar()
- Constructor for class uk.org.redfelineninja.risk.client.
RiskStatusBar
Default constructor, creates a status bar with no armies in it.
RiskStatusBar(int)
- Constructor for class uk.org.redfelineninja.risk.client.
RiskStatusBar
RiskTalkerFrame
- class uk.org.redfelineninja.risk.client.
RiskTalkerFrame
.
This is an indepentent window that the talker can be contained within.
RiskTalkerFrame()
- Constructor for class uk.org.redfelineninja.risk.client.
RiskTalkerFrame
Create a new RiskTalkerFrame using a new BasicTalker.
RiskTalkerListener
- class uk.org.redfelineninja.risk.client.
RiskTalkerListener
.
RiskTalkerListener(RiskServerInterface)
- Constructor for class uk.org.redfelineninja.risk.client.
RiskTalkerListener
RiskTestServer
- class uk.org.redfelineninja.risk.test.
RiskTestServer
.
This class provides a means to test a clients network layer.
RiskTestServer()
- Constructor for class uk.org.redfelineninja.risk.test.
RiskTestServer
RiskTestServer(int)
- Constructor for class uk.org.redfelineninja.risk.test.
RiskTestServer
RiskTurnBar
- class uk.org.redfelineninja.risk.client.
RiskTurnBar
.
The RiskTurnBar is a component to display which player has to play next.
RiskTurnBar(Player[], RiskServerInterface)
- Constructor for class uk.org.redfelineninja.risk.client.
RiskTurnBar
Create a new RiskTurnBar using the listed player.
RiskTurnBar(RiskServerInterface)
- Constructor for class uk.org.redfelineninja.risk.client.
RiskTurnBar
Create a new RiskTurnBar without any players in it.
RiskVictoryFrame
- class uk.org.redfelineninja.risk.client.
RiskVictoryFrame
.
Very short and sweet good bye box.
RiskVictoryFrame(Player)
- Constructor for class uk.org.redfelineninja.risk.client.
RiskVictoryFrame
RiskWaitingFrame
- class uk.org.redfelineninja.risk.client.
RiskWaitingFrame
.
RiskWaitingFrame()
- Constructor for class uk.org.redfelineninja.risk.client.
RiskWaitingFrame
RiskWaitingFrame(Player[])
- Constructor for class uk.org.redfelineninja.risk.client.
RiskWaitingFrame
rLoggedOn
- Static variable in class uk.org.redfelineninja.risk.net.
Protocol
Robot
- class uk.org.redfelineninja.risk.robot.
Robot
.
This is the superclass from which all robot players should be derived.
Robot()
- Constructor for class uk.org.redfelineninja.risk.robot.
Robot
roll(int)
- Static method in class uk.org.redfelineninja.risk.
Statistics
rollDice(int)
- Method in class uk.org.redfelineninja.risk.server.
Dice
rRobotHints
- Static variable in class uk.org.redfelineninja.risk.net.
Protocol
run()
- Method in class uk.org.redfelineninja.risk.server.
RiskServer
This method starts the server and waits for connections.
run()
- Method in class uk.org.redfelineninja.risk.client.
RiskServerHandler
This method runs in a daemon Thread parsing data from the server.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Y