Package | Description |
---|---|
jhelp.util.gui |
GUI tools and utilities.
|
Modifier and Type | Field and Description |
---|---|
private JHelpAnimatedImage.AnimationMode |
JHelpAnimatedImage.animationMode
Actual mode
|
Modifier and Type | Method and Description |
---|---|
JHelpAnimatedImage.AnimationMode |
JHelpAnimatedImage.getAnimatonMode()
Animation mode
|
static JHelpAnimatedImage.AnimationMode |
JHelpAnimatedImage.AnimationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JHelpAnimatedImage.AnimationMode[] |
JHelpAnimatedImage.AnimationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Pair<JHelpSprite,JHelpAnimatedImage> |
JHelpImage.createAnimatedSprite(int x,
int y,
int width,
int height,
JHelpAnimatedImage.AnimationMode animationMode)
Create a couple of sprite and associated animated image
MUSN'T be in draw mode |
Constructor and Description |
---|
JHelpAnimatedImage(JHelpImage imageToRefresh,
JHelpAnimatedImage.AnimationMode animationMode)
Create a new instance of JHelpAnimatedImage
|