Class FaceImages
- java.lang.Object
-
- com.realtime.crossfire.jxclient.faces.FaceImages
-
public class FaceImages extends java.lang.ObjectConsists of threeImageIconsrepresenting aFace.
-
-
Constructor Summary
Constructors Constructor Description FaceImages(@NotNull javax.swing.ImageIcon originalImageIcon, @NotNull javax.swing.ImageIcon scaledImageIcon, @NotNull javax.swing.ImageIcon magicMapImageIcon)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull javax.swing.ImageIcongetMagicMapImageIcon()Returns theImageIconscaled for the magic map view.@NotNull javax.swing.ImageIcongetOriginalImageIcon()Returns theImageIconas sent by the Crossfire server.@NotNull javax.swing.ImageIcongetScaledImageIcon()Returns theImageIconscaled for the map view.
-
-
-
Constructor Detail
-
FaceImages
public FaceImages(@NotNull @NotNull javax.swing.ImageIcon originalImageIcon, @NotNull @NotNull javax.swing.ImageIcon scaledImageIcon, @NotNull @NotNull javax.swing.ImageIcon magicMapImageIcon)Creates a new instance.- Parameters:
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
-
-
Method Detail
-
getOriginalImageIcon
@NotNull public @NotNull javax.swing.ImageIcon getOriginalImageIcon()
Returns theImageIconas sent by the Crossfire server.- Returns:
- the image icon
-
getScaledImageIcon
@NotNull public @NotNull javax.swing.ImageIcon getScaledImageIcon()
Returns theImageIconscaled for the map view.- Returns:
- the image icon
-
getMagicMapImageIcon
@NotNull public @NotNull javax.swing.ImageIcon getMagicMapImageIcon()
Returns theImageIconscaled for the magic map view.- Returns:
- the image icon
-
-