|
Crossfire JXClient, Trunk
|
Collaboration diagram for com.realtime.crossfire.jxclient.faces.FaceImagesUtils:Static Public Member Functions | |
| static FaceImages | newEmptyFaceImages () |
| static FaceImages | newFaceImages (@NotNull final ImageIcon originalImageIcon) |
Private Member Functions | |
| FaceImagesUtils () | |
Utility class for creating FaceImages instances.
Definition at line 36 of file FaceImagesUtils.java.
|
private |
Private constructor to prevent instantiation.
Definition at line 41 of file FaceImagesUtils.java.
|
static |
Creates a new FaceImages instance consisting of empty images.
Definition at line 62 of file FaceImagesUtils.java.
References com.realtime.crossfire.jxclient.faces.Face.SQUARE_SIZE.
Referenced by com.realtime.crossfire.jxclient.faces.DefaultFacesManager.DefaultFacesManager().
Here is the caller graph for this function:
|
static |
Creates a new FaceImages instance from an "original" face; the "scaled" and "magic map" sized images are calculated.
| originalImageIcon | the original face |
Definition at line 51 of file FaceImagesUtils.java.
References com.realtime.crossfire.jxclient.faces.ImageScale2x.getScaledImage(), and com.realtime.crossfire.jxclient.faces.ImageScale8d.getScaledImage().
Referenced by com.realtime.crossfire.jxclient.faces.DefaultFacesManager.DefaultFacesManager(), com.realtime.crossfire.jxclient.map.MapUpdaterStateTest.defineFace(), com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader.parseList(), and com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue.processFaceData().
Here is the call graph for this function:
Here is the caller graph for this function: