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
R
S
T
U
V
W
X
Y
Z
_
L
la
- Variable in class net.kolls.railworld.
RailCanvas
The rail segments.
label
- Variable in class net.kolls.railworld.segment.
EESegment
The description of this segment.
Label
- Class in
net.kolls.railworld.segment
A label for displaying text.
Label(String, Distance, Color, Point2D, double)
- Constructor for class net.kolls.railworld.segment.
Label
Create a label
leftDrag(MouseEvent)
- Method in class net.kolls.railworld.edit.
EditCanvas
leftDrag(MouseEvent)
- Method in class net.kolls.railworld.play.
PlayCanvas
leftDrag(MouseEvent)
- Method in class net.kolls.railworld.
RailCanvas
Called if the left mouse button is held and dragged.
leftMove(MouseEvent)
- Method in class net.kolls.railworld.play.
PlayCanvas
leftMove(MouseEvent)
- Method in class net.kolls.railworld.
RailCanvas
Called if the mouse is moved without the right mouse button down
leftPress(MouseEvent)
- Method in class net.kolls.railworld.edit.
EditCanvas
leftPress(MouseEvent)
- Method in class net.kolls.railworld.
RailCanvas
Called if the left mouse button is pressed
leftRelease(MouseEvent)
- Method in class net.kolls.railworld.edit.
EditCanvas
leftRelease(MouseEvent)
- Method in class net.kolls.railworld.
RailCanvas
Called if the left mouse button is released
len
- Variable in class net.kolls.railworld.segment.
Curve
Length of this curve, as calculated by sub lines
length()
- Method in class net.kolls.railworld.car.
Autorack
length()
- Method in class net.kolls.railworld.car.
Boxcar
length()
- Method in class net.kolls.railworld.car.
Caboose
length()
- Method in class net.kolls.railworld.car.
CachedCar
length()
- Method in class net.kolls.railworld.car.
Coveredhopper
length()
- Method in class net.kolls.railworld.car.
Engine
length()
- Method in class net.kolls.railworld.car.
Flatcar
length()
- Method in class net.kolls.railworld.car.
Intermodal
length()
- Method in interface net.kolls.railworld.
Car
Returns the length of this Car.
length()
- Method in class net.kolls.railworld.car.
Openhopper
length()
- Method in class net.kolls.railworld.car.
Passenger
length()
- Method in class net.kolls.railworld.car.
Stockcar
length()
- Method in class net.kolls.railworld.car.
Tankcar
length()
- Method in class net.kolls.railworld.
RailSegment
all segments have a length can be 0 for signals, etc.
length()
- Method in class net.kolls.railworld.segment.
Curve
length()
- Method in class net.kolls.railworld.segment.
FourWay
length()
- Method in class net.kolls.railworld.segment.
Label
length()
- Method in class net.kolls.railworld.segment.
Signal
length()
- Method in class net.kolls.railworld.segment.
Switch
length()
- Method in class net.kolls.railworld.segment.
TrackSegment
length()
- Method in class net.kolls.railworld.
Train
The length is the length of all cars, with the distance between cars also added in.
length
- Variable in class net.kolls.railworld.
TrainControl
Label displaying current length
lens
- Variable in class net.kolls.railworld.segment.
Curve
The length of each subline
lineAngle(Line2D)
- Static method in class net.kolls.railworld.
RailCanvas
Calculate the angle of a line, in radians.
lines
- Variable in class net.kolls.railworld.
DLoc
An array of lines to be drawn for this item.
load()
- Method in class net.kolls.railworld.car.
AbstractCar
load(Map<String, String>)
- Method in class net.kolls.railworld.car.
AbstractCar
Default implementation only loads whether or not the car is loaded.
load()
- Method in class net.kolls.railworld.car.
Caboose
load()
- Method in class net.kolls.railworld.car.
CachedCar
load(Map<String, String>)
- Method in class net.kolls.railworld.car.
CachedCar
load()
- Method in class net.kolls.railworld.car.
Engine
load()
- Method in interface net.kolls.railworld.
Car
Loads the current Car.
load(Map<String, String>)
- Method in interface net.kolls.railworld.io.
SaveLoad
Load from saved.
load(Map<String, String>)
- Method in class net.kolls.railworld.segment.sp.
Green
load(Map<String, String>)
- Method in class net.kolls.railworld.segment.sp.
Red
load(Map<String, String>)
- Method in class net.kolls.railworld.segment.sp.
Yellow
load(Map<String, String>)
- Method in class net.kolls.railworld.tc.
AutoControl
load(Map<String, String>)
- Method in class net.kolls.railworld.tc.
MixControl
load(Map<String, String>)
- Method in class net.kolls.railworld.tc.
UserControl
loadAgain()
- Method in class net.kolls.railworld.opening.
MapLoader
Loads another instance of this map from its original source (file or URL).
loadApplet()
- Method in class net.kolls.railworld.
Images
Load the applet title bar image.
loaded()
- Method in class net.kolls.railworld.car.
AbstractCar
loaded()
- Method in class net.kolls.railworld.car.
Caboose
loaded()
- Method in class net.kolls.railworld.car.
CachedCar
loaded()
- Method in class net.kolls.railworld.car.
Engine
loaded()
- Method in interface net.kolls.railworld.
Car
Indicates if the Car is currently loaded.
loadFrameIcon()
- Method in class net.kolls.railworld.
Images
Load the window icon.
loadFromFile(File)
- Static method in class net.kolls.railworld.opening.
MapLoader
Loads the map from the given file.
loadFromURL(URL)
- Static method in class net.kolls.railworld.opening.
MapLoader
Loads the map from the given URL.
loadFromUserPrompt(ScriptManager, File)
- Static method in class net.kolls.railworld.opening.
MapLoader
Popup a file chooser dialog to allow the user to select a map file locally.
loadIcons()
- Method in class net.kolls.railworld.
Images
Load all icons from JAR file or network.
loadOpening()
- Method in class net.kolls.railworld.
Images
Load the main application menu image.
loadPreferences()
- Static method in class net.kolls.railworld.opening.
Options
Attempt to load user preferences.
loadScript(File)
- Static method in class net.kolls.railworld.play.script.
ScriptManager
Load a script from a File.
loadScript(URL)
- Static method in class net.kolls.railworld.play.script.
ScriptManager
Load a script from a URL.
loadSounds(JProgressBar, Sounds.SoundSystem)
- Method in class net.kolls.railworld.
Sounds
Load all sounds.
loop()
- Method in class net.kolls.railworld.sound.
AppletSound
loop()
- Method in class net.kolls.railworld.sound.
JSSound
loop()
- Method in class net.kolls.railworld.
Sound
Loop the sound.
loop()
- Method in class net.kolls.railworld.sound.
NoSound
loop()
- Method in class net.kolls.railworld.sound.
StreamSound
loopcnt
- Variable in class net.kolls.railworld.
Sound
Loop count
lu
- Static variable in class net.kolls.railworld.
Images
lu()
- Method in class net.kolls.railworld.segment.
LUSegment
LUSegment
- Class in
net.kolls.railworld.segment
Load/unload segment.
LUSegment(RailSegment, RailSegment, Line2D, Car[], boolean)
- Constructor for class net.kolls.railworld.segment.
LUSegment
Create a load/unload segment.
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
R
S
T
U
V
W
X
Y
Z
_