com.alee.extended.statusbar
Class WebMemoryBarStyle

java.lang.Object
  extended by com.alee.extended.statusbar.WebMemoryBarStyle

public final class WebMemoryBarStyle
extends java.lang.Object

User: mgarin Date: 22.06.12 Time: 12:44


Field Summary
static java.awt.Color allocatedBorderColor
          Allocated mark border color
static java.awt.Color allocatedDisabledBorderColor
          Allocated mark disabled border color
static boolean allowGcAction
          Allow user to call GC by pressing on the memory bar
static boolean drawBorder
          Should draw memory bar border or not
static boolean fillBackground
          Should fill memory bar background or not
static int leftRightSpacing
          Memory bar text left and right spacing
static javax.swing.ImageIcon memoryIcon
          Allocated mark border color
static int round
          Decoration rounding
static int shadeWidth
          Decoration shade width
static boolean showMaximum
          Display maximum available memory
static boolean showTooltip
          Should display info tooltip
static int tooltipDelay
          Info tooltip display delay
static java.awt.Color usedBorderColor
          Used memory bar border color
static java.awt.Color usedFillColor
          Used memory bar background color
 
Constructor Summary
WebMemoryBarStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

memoryIcon

public static javax.swing.ImageIcon memoryIcon
Allocated mark border color


allocatedBorderColor

public static java.awt.Color allocatedBorderColor
Allocated mark border color


allocatedDisabledBorderColor

public static java.awt.Color allocatedDisabledBorderColor
Allocated mark disabled border color


usedBorderColor

public static java.awt.Color usedBorderColor
Used memory bar border color


usedFillColor

public static java.awt.Color usedFillColor
Used memory bar background color


drawBorder

public static boolean drawBorder
Should draw memory bar border or not


fillBackground

public static boolean fillBackground
Should fill memory bar background or not


leftRightSpacing

public static int leftRightSpacing
Memory bar text left and right spacing


shadeWidth

public static int shadeWidth
Decoration shade width


round

public static int round
Decoration rounding


allowGcAction

public static boolean allowGcAction
Allow user to call GC by pressing on the memory bar


showTooltip

public static boolean showTooltip
Should display info tooltip


tooltipDelay

public static int tooltipDelay
Info tooltip display delay


showMaximum

public static boolean showMaximum
Display maximum available memory

Constructor Detail

WebMemoryBarStyle

public WebMemoryBarStyle()