 |
Crossfire JXClient, Trunk
|
Go to the documentation of this file.
23 package com.realtime.crossfire.jxclient.faces;
25 import javax.swing.ImageIcon;
26 import org.jetbrains.annotations.NotNull;
final ImageIcon scaledImageIcon
The ImageIcon scaled for the map view.
ImageIcon getMagicMapImageIcon()
Returns the ImageIcon scaled for the magic map view.
final ImageIcon magicMapImageIcon
The ImageIcon scaled for the magic map view.
ImageIcon getScaledImageIcon()
Returns the ImageIcon scaled for the map view.
FaceImages(@NotNull final ImageIcon originalImageIcon, @NotNull final ImageIcon scaledImageIcon, @NotNull final ImageIcon magicMapImageIcon)
Creates a new instance.
Consists of three ImageIcons representing a Face.
final ImageIcon originalImageIcon
The ImageIcon as sent by the Crossfire server.
ImageIcon getOriginalImageIcon()
Returns the ImageIcon as sent by the Crossfire server.