22 package com.realtime.crossfire.jxclient.faces;
24 import javax.swing.ImageIcon;
25 import org.jetbrains.annotations.NotNull;
57 public FaceImages(@NotNull
final ImageIcon originalImageIcon, @NotNull
final ImageIcon scaledImageIcon, @NotNull
final ImageIcon magicMapImageIcon) {
FaceImages(@NotNull final ImageIcon originalImageIcon, @NotNull final ImageIcon scaledImageIcon, @NotNull final ImageIcon magicMapImageIcon)
Creates a new instance.
ImageIcon getScaledImageIcon()
Returns the ImageIcon scaled for the map view.
final ImageIcon scaledImageIcon
The ImageIcon scaled for the map view.
Consists of three ImageIcons representing a Face.
ImageIcon getMagicMapImageIcon()
Returns the ImageIcon scaled for the magic map view.
final ImageIcon magicMapImageIcon
The ImageIcon scaled for the magic map view.
ImageIcon getOriginalImageIcon()
Returns the ImageIcon as sent by the Crossfire server.
final ImageIcon originalImageIcon
The ImageIcon as sent by the Crossfire server.