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
-
DEFAULT_COLOR
- Default color value which is not one of the mapColors
-
DEFAULT_HEIGHT
- Default height for ImageRegionSelector when no display image supplied
-
DEFAULT_INDEX
- Default value for index of selected/rollover region
-
DEFAULT_WIDTH
- Default width for ImageRegionSelector when no display image supplied
-
IBM_COPYRIGHT_SHORT
- IBM Copyright
-
mapColors
-
RBG Values for the Image Map colors.
-
TRANSPARENT_COLOR
- Transparent color value - has a zero value for the alpha channel
-
Constants()
-
-
copyright()
- IBM Copyright statement
IBM_COPYRIGHT_SHORT
public static final String IBM_COPYRIGHT_SHORT
- IBM Copyright
DEFAULT_INDEX
public static final int DEFAULT_INDEX
- Default value for index of selected/rollover region
DEFAULT_COLOR
public static final int DEFAULT_COLOR
- Default color value which is not one of the mapColors
DEFAULT_WIDTH
public static final int DEFAULT_WIDTH
- Default width for ImageRegionSelector when no display image supplied
DEFAULT_HEIGHT
public static final int DEFAULT_HEIGHT
- Default height for ImageRegionSelector when no display image supplied
TRANSPARENT_COLOR
public static final int TRANSPARENT_COLOR
- Transparent color value - has a zero value for the alpha channel
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
Constants
public Constants()
copyright
public static String copyright()
- IBM Copyright statement
All Packages Class Hierarchy This Package Previous Next Index