Interface | Description |
---|---|
ConstantsGUI |
Common constants for GUI
|
JHelpPaint |
Paint for fill a shape.
|
WithFixedSize |
Indicated that a component have a fixed dimension
|
Class | Description |
---|---|
ClipBoardManager |
Manage clip board
It tries to link with system clip board, if this link failed, it use an internal clip board Last modification : 16 mai 2009 Version 0.0.0 |
Color |
Represents a color
|
GIF |
GIF image
Last modification : 4 avr. 2009 Version 0.0.0 |
JavaFileSelection |
Java file list selection in drag and drop operation between Swing GUI and Operating System
Last modification : 9 aoet 2010 Version 0.0.0 |
JHelpAnimatedImage |
Animate an image on using frames .
|
JHelpAnimatedImage.AnimationFrame |
Represents a frame of the animation
|
JHelpFont |
Represents a font with underline information
|
JHelpGradient |
Paint of a gradient of 4 colors, each color is put on a corner of the bounding box of the shape to fill, and other pixels are
there interpolation
|
JHelpGradientHorizontal |
Horizontal gradient with fixed step
|
JHelpGradientVertical |
Vertical gradient with fixed step
|
JHelpImage |
Represents an image.
|
JHelpImageTest | |
JHelpMask |
Represents a mask.
|
JHelpRichText |
Text with the possibility to insert some image in it.
|
JHelpRichText.CacheImageElement |
Cache element of image.
|
JHelpRichText.Symbol |
Represents an association between a symbol (For example :) ) and an image
|
JHelpSprite |
A sprite, in an other word an image can be show/hide/translate easily over an other image.
|
JHelpTextLine |
Represents a part of text
|
TextCutter |
Cut text to take a limited number of pixels.
|
UtilGUI |
Utilities for GUI
|
UtilImage |
Utilities for image manipulation
|
Enum | Description |
---|---|
JHelpAnimatedImage.AnimationMode |
Animation mode
|
JHelpTextAlign |
Text align values
|
UtilImage.WayTriangle |
Triangle way
|