Package org.javlo.image
Class ColorImageEngine
- java.lang.Object
-
- org.javlo.image.ColorImageEngine
-
public class ColorImageEngine extends Object
-
-
Constructor Summary
Constructors Constructor Description ColorImageEngine()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BufferedImage
getCornerLine(int size, File leftImage, File rightImage, Color bodyColor)
static BufferedImage
getDegrade(boolean vertical, int margin, int size, Color startColor, Color endColor, int alphaMax)
static void
main(String[] args)
-
-
-
Method Detail
-
getDegrade
public static BufferedImage getDegrade(boolean vertical, int margin, int size, Color startColor, Color endColor, int alphaMax)
-
getCornerLine
public static final BufferedImage getCornerLine(int size, File leftImage, File rightImage, Color bodyColor) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args)
-
-