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 BufferedImagegetCornerLine(int size, File leftImage, File rightImage, Color bodyColor)static BufferedImagegetDegrade(boolean vertical, int margin, int size, Color startColor, Color endColor, int alphaMax)static voidmain(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)
-
-