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

Packages that use SubstanceImageCreator.Corner
org.jvnet.substance   
 

Uses of SubstanceImageCreator.Corner in org.jvnet.substance
 

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

Method parameters in org.jvnet.substance with type arguments of type SubstanceImageCreator.Corner
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.