|
Groovy Documentation | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Methods | |
|---|---|
JCarosel#add(String imageURL, int width, int height)
The image to add and it's width and height |
|
JCarosel#add(String imageURL, String text, int width, int height)
Add the image, and it's label to the carousel |
|
JCarouselMenu#add(Image image, String label, int width, int height)
Adds an image to the menu. |
|
JCarouselMenu#add(Action action, int width, int height)
Adds an action to the menu |
|
JCarouselMenu#add(String imageURL, String label, int width, int height)
Adds an image (through a URL) to the menu |
|
ReflectedImageLabel#setImage(Image image)
Deprecated |
|
ReflectedImageLabel#setLabel(String text)
Depricated. |
|
| Constructors | |
|---|---|
ReflectedImageLabel#ReflectedImageLabel(Image image, int width, int height)
Creates a new instance from the supplied image object |
|
ReflectedImageLabel#ReflectedImageLabel(Image image, String text, int width, int height)
Creates a new instance of a reflected label for the supplied image, also setting the text to be associated with the image. |
|
ReflectedImageLabel#ReflectedImageLabel(String imageURL, int width, int height)
Creates a new instance, setting the width and the height that may be used by the RichContainer |
|
ReflectedImageLabel#ReflectedImageLabel(String imageURL, String text, int width, int height)
Creates a new instance, using the image specified in the URL string, the prefered dimensions and sets the Rich text as well |
|
Groovy Documentation