Package | Description |
---|---|
org.jboss.seam.ui.graphicImage |
Modifier and Type | Method and Description |
---|---|
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.scaleToFit(int height,
int width) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageTransform.applyTransform(Image image) |
void |
UITransformImageType.applyTransform(Image image) |
void |
UITransformImageSize.applyTransform(Image image) |
void |
UITransformImageBlur.applyTransform(Image image) |
Copyright © 2015 Seam Framework. All Rights Reserved.