java.lang.Object com.realtime.crossfire.jxclient.faces.FaceImagesUtils
public class FaceImagesUtils
Utility class for creating FaceImages
instances.
Constructor Summary | |
---|---|
private |
FaceImagesUtils()
Private constructor to prevent instantiation. |
Method Summary | |
---|---|
static FaceImages |
newEmptyFaceImages()
Creates a new FaceImages instance consisting of empty images. |
static FaceImages |
newFaceImages(javax.swing.ImageIcon originalImageIcon)
Creates a new FaceImages instance from an "original" face; the
"scaled" and "magic map" sized images are calculated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private FaceImagesUtils()
Method Detail |
---|
@NotNull public static FaceImages newEmptyFaceImages()
FaceImages
instance consisting of empty images.
@NotNull public static FaceImages newFaceImages(@NotNull javax.swing.ImageIcon originalImageIcon)
FaceImages
instance from an "original" face; the
"scaled" and "magic map" sized images are calculated.
originalImageIcon
- the original face