Uses of Class
org.jvnet.substance.SubstanceImageCreator.Side

Packages that use SubstanceImageCreator.Side
org.jvnet.substance   
 

Uses of SubstanceImageCreator.Side in org.jvnet.substance
 

Methods in org.jvnet.substance that return SubstanceImageCreator.Side
abstract  SubstanceImageCreator.Side SubstanceImageCreator.Side.getAdjacentSide()
           
 SubstanceImageCreator.Side SubstanceScrollButton.getSide()
          Returns side that corresponds to the orientation of the associated button.
 SubstanceImageCreator.Side SubstanceSpinnerButton.getSide()
          Returns side that corresponds to the orientation of the associated button.
static SubstanceImageCreator.Side SubstanceImageCreator.Side.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SubstanceImageCreator.Side[] SubstanceImageCreator.Side.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jvnet.substance with parameters of type SubstanceImageCreator.Side
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.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.