com.alee.extended.image
Class WebDecoratedImageStyle

java.lang.Object
  extended by com.alee.extended.image.WebDecoratedImageStyle
All Implemented Interfaces:
javax.swing.SwingConstants

public final class WebDecoratedImageStyle
extends java.lang.Object
implements javax.swing.SwingConstants

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

horizontalAlignment

public static int horizontalAlignment
Image horizontal alignment


verticalAlignment

public static int verticalAlignment
Image vertical alignment


drawBorder

public static boolean drawBorder
Draw border around image


borderColor

public static java.awt.Color borderColor
Image border color


drawGlassLayer

public static boolean drawGlassLayer
Draw glass-styled shade over image


shadeType

public static ShadeType shadeType
Decoration shade type


shadeWidth

public static int shadeWidth
Draw image shade, use 0 to disable shade


round

public static int round
Image corners round, use 0 to disable rounding


blurAlignX

public static float blurAlignX
Blur center horizontal alignment


blurAlignY

public static float blurAlignY
Blur center vertical alignment


grayscale

public static boolean grayscale
Display grayscale image


blur

public static boolean blur
Display blurred image


blurFactor

public static float blurFactor
Image blur factor


zoomBlur

public static boolean zoomBlur
Display zoom-blurred image


zoomBlurFactor

public static float zoomBlurFactor
Image zoom blur factor


rotationBlur

public static boolean rotationBlur
Display rotation-blurred image


rotationBlurFactor

public static float rotationBlurFactor
Image rotation blur factor

Constructor Detail

WebDecoratedImageStyle

public WebDecoratedImageStyle()