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 BufferedImageImgSclrProcessor. crop(int x, int y, int height, int width)BufferedImageImgSclrProcessor. flipHorizontal()BufferedImageImgSclrProcessor. flipVertical()BufferedImageImgSclrProcessor. resize(int percentage)BufferedImageImgSclrProcessor. rotateRight()booleanImgSclrProcessor. 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 BufferedImageImageProcessor. crop(int x, int y, int height, int width)Get from an given image an defined clipping.BufferedImageImageProcessor. flipHorizontal()Flip the image horizontaly.BufferedImageImageProcessor. flipVertical()Flip the image verticaly.BufferedImageImageProcessor. resize(int percentage)Resize an given image to a new Size.BufferedImageImageProcessor. rotateRight()Rotate the image 90 degree steps to the right side.Clockwise rotation.booleanImageProcessor. saveImage(BufferedImage renderedImage, File file, String format)Save a modified Image to a given name and path which is defined as file.
-