public interface FacesProvider
| Modifier and Type | Method and Description |
|---|---|
@NotNull javax.swing.ImageIcon |
getImageIcon(int faceNum,
@Nullable java.util.concurrent.atomic.AtomicBoolean returnIsUnknownImage)
Returns the face for a face ID.
|
int |
getSize()
Returns the size of faces in pixels.
|
int getSize()
@NotNull
@NotNull javax.swing.ImageIcon getImageIcon(int faceNum,
@Nullable
@Nullable java.util.concurrent.atomic.AtomicBoolean returnIsUnknownImage)
faceNum - the face IDreturnIsUnknownImage - returns whether the returned face is the
"unknown" face; ignored if null