|
Crossfire JXClient, Trunk
R20561
|
Consists of three ImageIcons representing a Face. More...
Collaboration diagram for com.realtime.crossfire.jxclient.faces.FaceImages:Public Member Functions | |
| FaceImages (@NotNull final ImageIcon originalImageIcon, @NotNull final ImageIcon scaledImageIcon, @NotNull final ImageIcon magicMapImageIcon) | |
| Creates a new instance. More... | |
| ImageIcon | getMagicMapImageIcon () |
| Returns the ImageIcon scaled for the magic map view. More... | |
| ImageIcon | getOriginalImageIcon () |
| Returns the ImageIcon as sent by the Crossfire server. More... | |
| ImageIcon | getScaledImageIcon () |
| Returns the ImageIcon scaled for the map view. More... | |
Private Attributes | |
| final ImageIcon | magicMapImageIcon |
| The ImageIcon scaled for the magic map view. More... | |
| final ImageIcon | originalImageIcon |
| The ImageIcon as sent by the Crossfire server. More... | |
| final ImageIcon | scaledImageIcon |
| The ImageIcon scaled for the map view. More... | |
Consists of three ImageIcons representing a Face.
Definition at line 31 of file FaceImages.java.
| com.realtime.crossfire.jxclient.faces.FaceImages.FaceImages | ( | @NotNull final ImageIcon | originalImageIcon, |
| @NotNull final ImageIcon | scaledImageIcon, | ||
| @NotNull final ImageIcon | magicMapImageIcon | ||
| ) |
Creates a new instance.
| originalImageIcon | the image icon as sent by the Crossfire server |
| scaledImageIcon | the image icon scaled for the map view |
| magicMapImageIcon | the image icon scaled for the magic map view |
Definition at line 57 of file FaceImages.java.
References com.realtime.crossfire.jxclient.faces.FaceImages.magicMapImageIcon, com.realtime.crossfire.jxclient.faces.FaceImages.originalImageIcon, and com.realtime.crossfire.jxclient.faces.FaceImages.scaledImageIcon.
| ImageIcon com.realtime.crossfire.jxclient.faces.FaceImages.getMagicMapImageIcon | ( | ) |
Returns the ImageIcon scaled for the magic map view.
Definition at line 86 of file FaceImages.java.
References com.realtime.crossfire.jxclient.faces.FaceImages.magicMapImageIcon.
Referenced by com.realtime.crossfire.jxclient.faces.AbstractFacesManager.getMagicMapImageIcon(), and com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask.run().
Here is the caller graph for this function:| ImageIcon com.realtime.crossfire.jxclient.faces.FaceImages.getOriginalImageIcon | ( | ) |
Returns the ImageIcon as sent by the Crossfire server.
Definition at line 68 of file FaceImages.java.
References com.realtime.crossfire.jxclient.faces.FaceImages.originalImageIcon.
Referenced by com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill.getFace(), com.realtime.crossfire.jxclient.faces.AbstractFacesManager.getOriginalImageIcon(), com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask.run(), and com.realtime.crossfire.jxclient.faces.Face.setFaceImages().
Here is the caller graph for this function:| ImageIcon com.realtime.crossfire.jxclient.faces.FaceImages.getScaledImageIcon | ( | ) |
Returns the ImageIcon scaled for the map view.
Definition at line 77 of file FaceImages.java.
References com.realtime.crossfire.jxclient.faces.FaceImages.scaledImageIcon.
Referenced by com.realtime.crossfire.jxclient.faces.AbstractFacesManager.getScaledImageIcon(), and com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask.run().
Here is the caller graph for this function:
|
private |
The ImageIcon scaled for the magic map view.
Definition at line 49 of file FaceImages.java.
Referenced by com.realtime.crossfire.jxclient.faces.FaceImages.FaceImages(), and com.realtime.crossfire.jxclient.faces.FaceImages.getMagicMapImageIcon().
|
private |
The ImageIcon as sent by the Crossfire server.
Definition at line 37 of file FaceImages.java.
Referenced by com.realtime.crossfire.jxclient.faces.FaceImages.FaceImages(), and com.realtime.crossfire.jxclient.faces.FaceImages.getOriginalImageIcon().
|
private |
The ImageIcon scaled for the map view.
Definition at line 43 of file FaceImages.java.
Referenced by com.realtime.crossfire.jxclient.faces.FaceImages.FaceImages(), and com.realtime.crossfire.jxclient.faces.FaceImages.getScaledImageIcon().