Uses of Class
org.europa.together.exceptions.MisconfigurationException
-
Packages that use MisconfigurationException Package Description org.europa.together.application 01 Application Layer: Implementation of the Application Logic.org.europa.together.business 02 Business Layer: Interfaces who implemented in the Application Layer and used in the Service Layer. -
-
Uses of MisconfigurationException in org.europa.together.application
Methods in org.europa.together.application that throw MisconfigurationException Modifier and Type Method Description BufferedImage
ImgSclrProcessor. crop(int x, int y, int height, int width)
BufferedImage
ImgSclrProcessor. flipHorizontal()
BufferedImage
ImgSclrProcessor. flipVertical()
BufferedImage
ImgSclrProcessor. resize(int percentage)
BufferedImage
ImgSclrProcessor. rotateRight()
boolean
ImgSclrProcessor. saveImage(BufferedImage renderedImage, File file, String format)
-
Uses of MisconfigurationException in org.europa.together.business
Methods in org.europa.together.business that throw MisconfigurationException Modifier and Type Method Description BufferedImage
ImageProcessor. crop(int x, int y, int height, int width)
Get from an given image an defined clipping.BufferedImage
ImageProcessor. flipHorizontal()
Flip the image horizontaly.BufferedImage
ImageProcessor. flipVertical()
Flip the image verticaly.BufferedImage
ImageProcessor. resize(int percentage)
Resize an given image to a new Size.BufferedImage
ImageProcessor. rotateRight()
Rotate the image 90 degree steps to the right side.Clockwise rotation.boolean
ImageProcessor. saveImage(BufferedImage renderedImage, File file, String format)
Save a modified Image to a given name and path which is defined as file.
-