public class FaceImages
extends java.lang.Object
ImageIcons
representing a Face
.Constructor and Description |
---|
FaceImages(@NotNull javax.swing.ImageIcon originalImageIcon,
@NotNull javax.swing.ImageIcon scaledImageIcon,
@NotNull javax.swing.ImageIcon magicMapImageIcon)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@NotNull javax.swing.ImageIcon |
getMagicMapImageIcon()
Returns the
ImageIcon scaled for the magic map view. |
@NotNull javax.swing.ImageIcon |
getOriginalImageIcon()
Returns the
ImageIcon as sent by the Crossfire server. |
@NotNull javax.swing.ImageIcon |
getScaledImageIcon()
Returns the
ImageIcon scaled for the map view. |
public FaceImages(@NotNull @NotNull javax.swing.ImageIcon originalImageIcon, @NotNull @NotNull javax.swing.ImageIcon scaledImageIcon, @NotNull @NotNull javax.swing.ImageIcon magicMapImageIcon)
originalImageIcon
- the image icon as sent by the Crossfire serverscaledImageIcon
- the image icon scaled for the map viewmagicMapImageIcon
- the image icon scaled for the magic map view@NotNull public @NotNull javax.swing.ImageIcon getOriginalImageIcon()
ImageIcon
as sent by the Crossfire server.@NotNull public @NotNull javax.swing.ImageIcon getScaledImageIcon()
ImageIcon
scaled for the map view.@NotNull public @NotNull javax.swing.ImageIcon getMagicMapImageIcon()
ImageIcon
scaled for the magic map view.