public class ImageUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static Color |
DEFAULT_TEXT_COLOR |
static Font |
FONT_12_BOLD |
static Font |
FONT_14_BOLD |
| Constructor and Description |
|---|
ImageUtil() |
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
createDropShadow(BufferedImage image,
int size) |
static BufferedImage |
createDropShadow(BufferedImage image,
int size,
Color renderColor) |
static ImageIcon |
createImageIcon(String path,
String description) |
static TexturePaint |
createTexturePaint(String imgPath) |
static Image |
createWindowTitleShadowImage(Graphics2D g2d,
String title,
boolean activeWindow) |
static ConvolveOp |
getGaussianBlurFilter(int radius,
boolean horizontal) |
static Image |
getImage(String imgPath) |
public static final Color DEFAULT_TEXT_COLOR
public static final Font FONT_12_BOLD
public static final Font FONT_14_BOLD
public static TexturePaint createTexturePaint(String imgPath)
public static Image createWindowTitleShadowImage(Graphics2D g2d, String title, boolean activeWindow)
public static BufferedImage createDropShadow(BufferedImage image, int size)
public static BufferedImage createDropShadow(BufferedImage image, int size, Color renderColor)
public static ConvolveOp getGaussianBlurFilter(int radius, boolean horizontal)
Copyright © 2013 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.