|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Image | |
---|---|
org.jboss.seam.core |
Uses of Image in org.jboss.seam.core |
---|
Methods in org.jboss.seam.core 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(Object value)
Set the image. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |