Uses of Class
org.jvnet.substance.color.ColorSchemeEnum

Packages that use ColorSchemeEnum
org.jvnet.substance   
org.jvnet.substance.color   
org.jvnet.substance.theme   
 

Uses of ColorSchemeEnum in org.jvnet.substance
 

Methods in org.jvnet.substance that return ColorSchemeEnum
static ColorSchemeEnum SubstanceLookAndFeel.getColorScheme()
          Returns the current color scheme.
 

Methods in org.jvnet.substance with parameters of type ColorSchemeEnum
static BufferedImage SubstanceImageCreator.getBorder(int width, int height, ColorSchemeEnum borderSchemeEnum, Set<SubstanceImageCreator.Corner> roundedCorners, boolean hasDropShadow, int marginGap)
          Retrieves a border instance of specified dimensions and status.
static BufferedImage SubstanceImageCreator.getCheckBox(int dimension, ComponentState componentState, ColorSchemeEnum mainColorSchemeEnum)
          Retrieves check box of the specified size that matches the specified component state.
static Icon SubstanceImageCreator.getCloseIcon(ColorSchemeEnum colorSchemeEnum)
          Returns close icon.
static BufferedImage SubstanceImageCreator.getFlipRoundedButton(int width, int height, int cornerRadius, ColorSchemeEnum colorSchemeEnum, int cyclePos, SubstanceImageCreator.Side side, boolean isSideOpen)
          Retrieves rounded background for the specified parameters which is rotated by 90 degrees counter clock wise.
static BufferedImage SubstanceImageCreator.getGradientCubesImage(Component component, int width, int height, ColorSchemeEnum colorSchemeEnum, int leftTransitionStart, int leftTransitionEnd, int rightTransitionStart, int rightTransitionEnd)
          Creates an image with transition area between two colors.
static BufferedImage SubstanceImageCreator.getLonghornProgressBar(int width, int height, ColorSchemeEnum colorSchemeEnum)
          Returns Longhorn-inspired rectangular gradient background with gradient horizontal translucent stripe.
static Icon SubstanceImageCreator.getMaximizeIcon(ColorSchemeEnum colorSchemeEnum)
          Returns maximize icon.
static Icon SubstanceImageCreator.getMinimizeIcon(ColorSchemeEnum colorSchemeEnum)
          Returns minimize icon.
static BufferedImage SubstanceImageCreator.getRadioButton(int dimension, ComponentState componentState, int offsetX, ColorSchemeEnum mainColorSchemeEnum)
           
static BufferedImage SubstanceImageCreator.getRectangularBackground(int width, int height, ColorSchemeEnum colorSchemeEnum, boolean hasDarkBorder)
          Returns rectangular gradient background.
static BufferedImage SubstanceImageCreator.getRectangularSpottedBackground(int width, int height, ColorSchemeEnum colorSchemeEnum, boolean hasSpots, BufferedImage stripeImage, int stripeOffset)
          Returns rectangular gradient background with spots and optional replicated stripe image.
static Icon SubstanceImageCreator.getRestoreIcon(ColorSchemeEnum colorSchemeEnum)
          Returns restore icon.
static BufferedImage SubstanceImageCreator.getRoundedBackground(int width, int height, int cornerRadius, ColorSchemeEnum borderSchemeEnum, ColorSchemeEnum fillSchemeEnum, int cyclePos, SubstanceImageCreator.Side side, boolean isSideOpen, boolean hasShine)
          Retrieves rounded background for the specified parameters.
static BufferedImage SubstanceImageCreator.getRoundedBackground(int width, int height, int cornerRadius, ColorSchemeEnum colorSchemeEnum, int cyclePos, SubstanceImageCreator.Side side)
          Retrieves rounded background for the specified parameters.
static BufferedImage SubstanceImageCreator.getRoundedBackground(int width, int height, int cornerRadius, ColorSchemeEnum colorSchemeEnum, int cyclePos, SubstanceImageCreator.Side side, boolean isSideOpen)
          Retrieves rounded background for the specified parameters.
static BufferedImage SubstanceImageCreator.getRoundedTriangleBackground(int width, int height, int cornerRadius, ComponentState componentState, ColorSchemeEnum mainColorSchemeEnum)
          Retrieves rounded background with triangular bottom half for the specified parameters.
 void SubstanceGradientBackgroundDelegate.update(Graphics g, Component c, int width, int height, ColorSchemeEnum colorSchemeEnum, boolean hasDarkBorder)
          Updates the specified component with the background that matches the provided parameters.
 void SubstanceGradientBackgroundDelegate.update(Graphics g, Component c, Rectangle rect, ColorSchemeEnum colorSchemeEnum, boolean hasDarkBorder)
          Updates the specified component with the background that matches the provided parameters.
 

Uses of ColorSchemeEnum in org.jvnet.substance.color
 

Methods in org.jvnet.substance.color that return ColorSchemeEnum
static ColorSchemeEnum ColorSchemeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ColorSchemeEnum[] ColorSchemeEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ColorSchemeEnum in org.jvnet.substance.theme
 

Methods in org.jvnet.substance.theme that return ColorSchemeEnum
 ColorSchemeEnum SubstanceTheme.getColorSchemeEnum()
          Returns the color scheme enum of the current theme.
 

Constructors in org.jvnet.substance.theme with parameters of type ColorSchemeEnum
SubstanceTheme(ColorSchemeEnum colorSchemeEnum)
          Simple constructor.