|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.kolls.railworld.Images
public class Images
A class to manage all the built-in images the program needs. This class does not manage the map images. The methods within are not static because they need to use getClass to find the resource location.
| Field Summary | |
|---|---|
static java.awt.image.BufferedImage |
applet
|
static javax.swing.ImageIcon |
contexthelp
|
static javax.swing.ImageIcon |
crossing
|
static javax.swing.ImageIcon |
curve
|
static javax.swing.ImageIcon |
delete
|
static javax.swing.ImageIcon |
edit
|
static javax.swing.ImageIcon |
ee
|
static javax.swing.ImageIcon |
eraser
|
static javax.swing.ImageIcon |
exportt
|
static java.awt.Image |
frameIcon
|
static javax.swing.ImageIcon |
hidden
|
static javax.swing.ImageIcon |
hiddenlu
|
static javax.swing.ImageIcon |
importt
|
static javax.swing.ImageIcon |
information
|
static javax.swing.ImageIcon |
lu
|
static javax.swing.ImageIcon |
newt
|
static java.awt.image.BufferedImage |
opening
|
static javax.swing.ImageIcon |
pause
|
static javax.swing.ImageIcon |
pointer
|
static javax.swing.ImageIcon |
populate
|
static javax.swing.ImageIcon |
redo
|
static javax.swing.ImageIcon |
save
|
static javax.swing.ImageIcon |
sep
|
static javax.swing.ImageIcon |
sp_green
|
static javax.swing.ImageIcon |
sp_red
|
static javax.swing.ImageIcon |
sp_yellow
|
static javax.swing.ImageIcon |
stop
|
static javax.swing.ImageIcon |
track
|
static javax.swing.ImageIcon |
undo
|
static javax.swing.ImageIcon |
zoomin
|
static javax.swing.ImageIcon |
zoomout
|
| Constructor Summary | |
|---|---|
Images()
|
|
| Method Summary | |
|---|---|
void |
loadApplet()
Load the applet title bar image. |
void |
loadFrameIcon()
Load the window icon. |
void |
loadIcons()
Load all icons from JAR file or network. |
void |
loadOpening()
Load the main application menu image. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static javax.swing.ImageIcon pointer
public static javax.swing.ImageIcon eraser
public static javax.swing.ImageIcon track
public static javax.swing.ImageIcon lu
public static javax.swing.ImageIcon hidden
public static javax.swing.ImageIcon hiddenlu
public static javax.swing.ImageIcon ee
public static javax.swing.ImageIcon crossing
public static javax.swing.ImageIcon curve
public static javax.swing.ImageIcon save
public static javax.swing.ImageIcon stop
public static javax.swing.ImageIcon zoomin
public static javax.swing.ImageIcon zoomout
public static javax.swing.ImageIcon edit
public static javax.swing.ImageIcon information
public static javax.swing.ImageIcon sep
public static javax.swing.ImageIcon pause
public static javax.swing.ImageIcon populate
public static javax.swing.ImageIcon newt
public static javax.swing.ImageIcon delete
public static javax.swing.ImageIcon importt
public static javax.swing.ImageIcon exportt
public static javax.swing.ImageIcon contexthelp
public static javax.swing.ImageIcon undo
public static javax.swing.ImageIcon redo
public static java.awt.image.BufferedImage opening
public static java.awt.image.BufferedImage applet
public static java.awt.Image frameIcon
public static javax.swing.ImageIcon sp_green
public static javax.swing.ImageIcon sp_yellow
public static javax.swing.ImageIcon sp_red
| Constructor Detail |
|---|
public Images()
| Method Detail |
|---|
public void loadIcons()
public void loadOpening()
openingpublic void loadApplet()
appletpublic void loadFrameIcon()
frameIcon
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||