| Package | Description | 
|---|---|
| jhelp.util.gui | 
 GUI tools and utilities. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.ArrayList<JHelpSprite> | 
JHelpImage.sprites
List of sprite 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JHelpSprite | 
JHelpImage.createSprite(int x,
            int y,
            int width,
            int height)
Create a sprite 
MUSN'T be in draw mode  | 
JHelpSprite | 
JHelpImage.createSprite(int x,
            int y,
            JHelpImage source)
Create sprite with initial image inside 
MUSN'T be in draw mode  | 
| 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  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JHelpImage.removeSprite(JHelpSprite sprite)
Remove a sprite from linked sprites. 
 |