All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eou.swingimageregionselector.Constants

java.lang.Object
   |
   +----com.ibm.eou.swingimageregionselector.Constants

public class Constants
extends Object
Declarations for the constant values used by the ImageRegionSelector


Variable Index

 o DEFAULT_COLOR
Default color value which is not one of the mapColors
 o DEFAULT_HEIGHT
Default height for ImageRegionSelector when no display image supplied
 o DEFAULT_INDEX
Default value for index of selected/rollover region
 o DEFAULT_WIDTH
Default width for ImageRegionSelector when no display image supplied
 o IBM_COPYRIGHT_SHORT
IBM Copyright
 o mapColors
RBG Values for the Image Map colors.
 o TRANSPARENT_COLOR
Transparent color value - has a zero value for the alpha channel

Constructor Index

 o Constants()

Method Index

 o copyright()
IBM Copyright statement

Variables

 o IBM_COPYRIGHT_SHORT
 public static final String IBM_COPYRIGHT_SHORT
IBM Copyright

 o DEFAULT_INDEX
 public static final int DEFAULT_INDEX
Default value for index of selected/rollover region

 o DEFAULT_COLOR
 public static final int DEFAULT_COLOR
Default color value which is not one of the mapColors

 o DEFAULT_WIDTH
 public static final int DEFAULT_WIDTH
Default width for ImageRegionSelector when no display image supplied

 o DEFAULT_HEIGHT
 public static final int DEFAULT_HEIGHT
Default height for ImageRegionSelector when no display image supplied

 o TRANSPARENT_COLOR
 public static final int TRANSPARENT_COLOR
Transparent color value - has a zero value for the alpha channel

 o mapColors
 public static final int mapColors[]
RBG Values for the Image Map colors. The corresponding index is in brackets along with the red, green and blue values

Constructors

 o Constants
 public Constants()

Methods

 o copyright
 public static String copyright()
IBM Copyright statement


All Packages  Class Hierarchy  This Package  Previous  Next  Index