|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.extended.image.WebDecoratedImageStyle
public final class WebDecoratedImageStyle
User: mgarin Date: 05.06.12 Time: 19:28
Field Summary | |
---|---|
static boolean |
blur
Display blurred image |
static float |
blurAlignX
Blur center horizontal alignment |
static float |
blurAlignY
Blur center vertical alignment |
static float |
blurFactor
Image blur factor |
static java.awt.Color |
borderColor
Image border color |
static boolean |
drawBorder
Draw border around image |
static boolean |
drawGlassLayer
Draw glass-styled shade over image |
static boolean |
grayscale
Display grayscale image |
static int |
horizontalAlignment
Image horizontal alignment |
static boolean |
rotationBlur
Display rotation-blurred image |
static float |
rotationBlurFactor
Image rotation blur factor |
static int |
round
Image corners round, use 0 to disable rounding |
static ShadeType |
shadeType
Decoration shade type |
static int |
shadeWidth
Draw image shade, use 0 to disable shade |
static int |
verticalAlignment
Image vertical alignment |
static boolean |
zoomBlur
Display zoom-blurred image |
static float |
zoomBlurFactor
Image zoom blur factor |
Fields inherited from interface javax.swing.SwingConstants |
---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
Constructor Summary | |
---|---|
WebDecoratedImageStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int horizontalAlignment
public static int verticalAlignment
public static boolean drawBorder
public static java.awt.Color borderColor
public static boolean drawGlassLayer
public static ShadeType shadeType
public static int shadeWidth
public static int round
public static float blurAlignX
public static float blurAlignY
public static boolean grayscale
public static boolean blur
public static float blurFactor
public static boolean zoomBlur
public static float zoomBlurFactor
public static boolean rotationBlur
public static float rotationBlurFactor
Constructor Detail |
---|
public WebDecoratedImageStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |