|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Image | |
|---|---|
| org.jboss.seam.ui.graphicImage | |
| Uses of Image in org.jboss.seam.ui.graphicImage |
|---|
| Methods in org.jboss.seam.ui.graphicImage that return Image | |
|---|---|
Image |
Image.adjustRatio(double desiredRatio,
double precision)
Alter the ratio of the output image without altering the ratio of the input by adding transparent strips. |
Image |
Image.blur(int radius)
Blur the output image using a convolution |
static Image |
Image.instance()
|
Image |
Image.resize(int width,
int height)
Resize the image to the given width and height, changing the ratio if necessary |
Image |
Image.scale(double factor)
Scale the image by the given factor |
Image |
Image.scaleToHeight(int height)
Scale the image to the given height |
Image |
Image.scaleToWidth(int width)
Scale the image to the given width |
Image |
Image.setInput(java.lang.Object value)
Set the image. |
| Methods in org.jboss.seam.ui.graphicImage with parameters of type Image | |
|---|---|
void |
UITransformImageType.applyTransform(Image image)
|
void |
UITransformImageSize.applyTransform(Image image)
|
void |
UITransformImageBlur.applyTransform(Image image)
|
void |
ImageTransform.applyTransform(Image image)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||