All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

addItemListener(ItemListener). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Registers a component as an item listener so it can receive item events from the ImageRegionSelector
addNotify(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Method is called when the ImageRegionSelector is added to its parent

B

BaseEmphasisFilter(). Constructor for class com.ibm.eou.swingimageregionselector.BaseEmphasisFilter
BaseEmphasisFilter constructor

C

clone(). Method in class com.ibm.eou.swingimageregionselector.StringList
Creates a clone of the StringList object
Constants(). Constructor for class com.ibm.eou.swingimageregionselector.Constants
CONTENTS. Static variable in class com.ibm.eou.swingimageregionselector.ImageRegionSelectorResourceBundle
pairs.
copyright(). Static method in class com.ibm.eou.swingimageregionselector.BaseEmphasisFilter
IBM Copyright statement
copyright(). Static method in class com.ibm.eou.swingimageregionselector.Constants
IBM Copyright statement
copyright(). Static method in class com.ibm.eou.swingimageregionselector.CutawayEmphasisFilter
IBM Copyright statement
copyright(). Static method in class com.ibm.eou.swingimageregionselector.DarkenEmphasisFilter
IBM Copyright statement
copyright(). Static method in class com.ibm.eou.swingimageregionselector.EmphasisStyleEditor
copyright(). Static method in class com.ibm.eou.swingimageregionselector.ImageMap
IBM Copyright statement
copyright(). Static method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
IBM Copyright statement
copyright(). Static method in class com.ibm.eou.swingimageregionselector.ImageRegionSelectorBeanInfo
IBM Copyright statement
copyright(). Static method in class com.ibm.eou.swingimageregionselector.ImageRegionSelectorPainter
IBM Copyright statement
copyright(). Static method in class com.ibm.eou.swingimageregionselector.ImageRegionSelectorResourceBundle
IBM Copyright statement
copyright(). Static method in class com.ibm.eou.swingimageregionselector.LightenEmphasisFilter
IBM Copyright statement
copyright(). Static method in class com.ibm.eou.swingimageregionselector.NegativeEmphasisFilter
IBM Copyright statement
copyright(). Static method in class com.ibm.eou.swingimageregionselector.PixelList
IBM Copyright statement
copyright(). Static method in class com.ibm.eou.swingimageregionselector.StringList
IBM Copyright statement
copyright(). Static method in class com.ibm.eou.swingimageregionselector.StringListEditor
IBM Copyright statement
CUTAWAY. Static variable in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Show cutaway image through selected or rollover region
CutawayEmphasisFilter(). Constructor for class com.ibm.eou.swingimageregionselector.CutawayEmphasisFilter

D

DARKEN. Static variable in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Darken selected or rollover region
DarkenEmphasisFilter(). Constructor for class com.ibm.eou.swingimageregionselector.DarkenEmphasisFilter
DEFAULT_COLOR. Static variable in class com.ibm.eou.swingimageregionselector.Constants
Default color value which is not one of the mapColors
DEFAULT_HEIGHT. Static variable in class com.ibm.eou.swingimageregionselector.Constants
Default height for ImageRegionSelector when no display image supplied
DEFAULT_INDEX. Static variable in class com.ibm.eou.swingimageregionselector.Constants
Default value for index of selected/rollover region
DEFAULT_WIDTH. Static variable in class com.ibm.eou.swingimageregionselector.Constants
Default width for ImageRegionSelector when no display image supplied
displayMessage(String). Static method in class com.ibm.eou.swingimageregionselector.Utils
This method was created in VisualAge.

E

EmphasisStyleEditor(). Constructor for class com.ibm.eou.swingimageregionselector.EmphasisStyleEditor

F

filterPixel(int, int, int). Method in class com.ibm.eou.swingimageregionselector.BaseEmphasisFilter
Abstract method that should be implemented by classes subclassing BaseEmphasisFilter.
filterPixel(int, int, int). Method in class com.ibm.eou.swingimageregionselector.CutawayEmphasisFilter
Method to change the pixel at (x, y) with RGB value rgb in the display image to the corresponding pixel in the cutaway image
filterPixel(int, int, int). Method in class com.ibm.eou.swingimageregionselector.DarkenEmphasisFilter
Method to return a darkened version of the display image pixel at (x,y)
filterPixel(int, int, int). Method in class com.ibm.eou.swingimageregionselector.LightenEmphasisFilter
Method to return a lightened version of the display image pixel at (x,y)
filterPixel(int, int, int). Method in class com.ibm.eou.swingimageregionselector.NegativeEmphasisFilter
Method to return an inverted version of the display image pixel at (x,y)
filterRGB(int, int, int). Method in class com.ibm.eou.swingimageregionselector.BaseEmphasisFilter
This method is called for each pixel in the image to be filtered in order to decide whether the RGB value of this pixel should be changed.
firePropertyChange(). Method in class com.ibm.eou.swingimageregionselector.StringListEditor

G

getAsText(). Method in class com.ibm.eou.swingimageregionselector.EmphasisStyleEditor
getBeanDescriptor(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelectorBeanInfo
getBoundsOfIndex(int). Method in class com.ibm.eou.swingimageregionselector.ImageMap
Returns the bounding rectangle for the region with the index given.
getColorMapImage(). Method in class com.ibm.eou.swingimageregionselector.ImageMap
Returns the current color map image as an Image object
getColorMapImage(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Returns the name of the color map image
getColorMapImagePixels(). Method in class com.ibm.eou.swingimageregionselector.ImageMap
Returns the dimensions and pixels of the color map image
getColorOfIndex(int). Method in class com.ibm.eou.swingimageregionselector.ImageMap
Returns the RGB color value for the given index
getContents(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelectorResourceBundle
Returns the contents of the bundle.
getCustomEditor(). Method in class com.ibm.eou.swingimageregionselector.StringListEditor
getCutawayImage(). Method in class com.ibm.eou.swingimageregionselector.ImageMap
Returns the current cutaway image as an Image object
getCutawayImage(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Returns the name of the cutaway image
getCutawayImagePixels(). Method in class com.ibm.eou.swingimageregionselector.ImageMap
Returns the dimensions and pixels of the cutaway image
getDisplayImage(). Method in class com.ibm.eou.swingimageregionselector.ImageMap
Returns the current display image as an Image object
getDisplayImage(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Returns the name of the display image
getDisplayImagePixels(). Method in class com.ibm.eou.swingimageregionselector.ImageMap
Returns an array of pixels representing the RGB values of the display image
getEventSetDescriptors(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelectorBeanInfo
Describes the events for the ImageRegionSelector
getHeight(). Method in class com.ibm.eou.swingimageregionselector.PixelList
Returns image height
getIcon(int). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelectorBeanInfo
Returns icons used by visual builders.
getImageMapColorAtPixel(int, int). Method in class com.ibm.eou.swingimageregionselector.ImageMap
Returns the color of the pixel (x,y) from the color map image
getIndexAtPoint(int, int). Method in class com.ibm.eou.swingimageregionselector.ImageMap
Returns the color index of the pixel at (x,y) in the color map image
getJavaInitializationString(). Method in class com.ibm.eou.swingimageregionselector.EmphasisStyleEditor
getJavaInitializationString(). Method in class com.ibm.eou.swingimageregionselector.StringListEditor
getPixelAtPoint(int, int). Method in class com.ibm.eou.swingimageregionselector.PixelList
Returns the color of the pixel at point (x,y).
getPixels(). Method in class com.ibm.eou.swingimageregionselector.PixelList
Returns the array of pixels
getPropertyDescriptors(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelectorBeanInfo
Describes the properties of the ImageRegionSelector
getRegionNames(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Returns the array of region names.
getRegionNamesList(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Returns the region names in a StringList object - used within the visual builder.
getRolloverEmphasisStyle(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Returns the current rollover emphasis style
getSelectedIndex(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Returns the index of the selected region
getSelectedItem(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Gets the region name corresponding to the selected region.
getSelectedObjects(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Taken from the ItemSelectable interface.
getSelectionEmphasisStyle(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Returns the current selection emphasis style
getTags(). Method in class com.ibm.eou.swingimageregionselector.EmphasisStyleEditor
getTooltipList(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Returns an array of tooltip strings wrapped in a StringList class
getTooltips(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Returns the tooltip strings as an array
getToolTipText(MouseEvent). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Sets the string to be displayed on the tooltip for the given MouseEvent
getValue(). Method in class com.ibm.eou.swingimageregionselector.StringListEditor
Called on this class by bean support mechanisms to retrieve the new values acquired by this editor.
getValues(). Method in class com.ibm.eou.swingimageregionselector.StringList
Get the values held by the object
getWidth(). Method in class com.ibm.eou.swingimageregionselector.PixelList
Returns the width of the image

I

IBM_COPYRIGHT_SHORT. Static variable in class com.ibm.eou.swingimageregionselector.Constants
IBM Copyright
ImageMap(). Constructor for class com.ibm.eou.swingimageregionselector.ImageMap
ImageRegionSelector(). Constructor for class com.ibm.eou.swingimageregionselector.ImageRegionSelector
ImageRegionSelector constructor
ImageRegionSelectorBeanInfo(). Constructor for class com.ibm.eou.swingimageregionselector.ImageRegionSelectorBeanInfo
ImageRegionSelectorPainter(). Constructor for class com.ibm.eou.swingimageregionselector.ImageRegionSelectorPainter
Default ImageRegionSelectorPainter constructor
ImageRegionSelectorPainter(ImageRegionSelector). Constructor for class com.ibm.eou.swingimageregionselector.ImageRegionSelectorPainter
ImageRegionSelectorPainter constructor that sets the ImageRegionSelector that this thread will do the painting for
ImageRegionSelectorResourceBundle(). Constructor for class com.ibm.eou.swingimageregionselector.ImageRegionSelectorResourceBundle
imageUpdate(Image, int, int, int, int, int). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Taken from the ImageObserver interface and is used to control the painting of a filtered image.
isPaintable(). Method in class com.ibm.eou.swingimageregionselector.StringListEditor
Called on this class by the bean support mechanisms to determine if the properties can be painted.

L

LIGHTEN. Static variable in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Lighten selected or rollover region
LightenEmphasisFilter(). Constructor for class com.ibm.eou.swingimageregionselector.LightenEmphasisFilter

M

mapColors. Static variable in class com.ibm.eou.swingimageregionselector.Constants
RBG Values for the Image Map colors.
mouseClicked(MouseEvent). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
From the MouseListener interface - captures mouse clicked events
mouseDragged(MouseEvent). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
From the MouseMotionListener interface - captures mouse dragged events
mouseEntered(MouseEvent). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
From the MouseListener interface - captures mouse entered events
mouseExited(MouseEvent). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
From the MouseListener interface - captures mouse exited events
mouseMoved(MouseEvent). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
From the MouseMotionListener interface - captures mouse moved events
mousePressed(MouseEvent). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
From the MouseListener interface - captures mouse pressed events
mouseReleased(MouseEvent). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
From the MouseListener interface - captures mouse released events

N

NEGATIVE. Static variable in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Show selected or rollover region in negative
NegativeEmphasisFilter(). Constructor for class com.ibm.eou.swingimageregionselector.NegativeEmphasisFilter
NONE. Static variable in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
No image emphasis

P

paintComponent(Graphics). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
paints the ImageRegionSelector
paintValue(Graphics, Rectangle). Method in class com.ibm.eou.swingimageregionselector.StringListEditor
Called on this class by the bean support mechanisms to paint a view of the properties in the visual builder.
PixelList(). Constructor for class com.ibm.eou.swingimageregionselector.PixelList
PixelList constructor
PixelList(int[], int, int). Constructor for class com.ibm.eou.swingimageregionselector.PixelList
Constructor that initializes the fields

R

removeItemListener(ItemListener). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Removes the component as an item listener - no longer wants to receive events from the image picker
run(). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelectorPainter
run method comment.

S

setAsText(String). Method in class com.ibm.eou.swingimageregionselector.EmphasisStyleEditor
setAsText(String). Method in class com.ibm.eou.swingimageregionselector.StringListEditor
setColorMapImage(Image). Method in class com.ibm.eou.swingimageregionselector.ImageMap
Sets the color map image Image object, stores the pixels and dimensions in the colorMapImagePixels object and calls setColorMapBounds to create the array of bounding rectangles for the regions
setColorMapImage(String). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Sets the color map image to be the image of the the file name specified
setColorMapPixels(PixelList). Method in class com.ibm.eou.swingimageregionselector.BaseEmphasisFilter
Stores away the RGB values of the color map image
setCutawayImage(Image). Method in class com.ibm.eou.swingimageregionselector.ImageMap
Sets the cutaway image Image object and stores the pixels and dimensions in the cutawayImagePixels object
setCutawayImage(String). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Sets the cutaway image to be the image of the the file name specified
setCutawayPixels(PixelList). Method in class com.ibm.eou.swingimageregionselector.BaseEmphasisFilter
Stores away the RGB values of the cutaway image
setDisplayImage(Image). Method in class com.ibm.eou.swingimageregionselector.ImageMap
Sets the display image Image object and stores the pixels in the displayImagePixels array
setDisplayImage(String). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Sets the display image to be the image of the the file name specified
setOffset(int, int). Method in class com.ibm.eou.swingimageregionselector.BaseEmphasisFilter
Sets the filter starting point within the color map and cutaway images as only the required rectangle of the display image is filtered
setRegionNames(String[]). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Sets the array of region names
setRegionNamesList(StringList). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Sets the array of region names as a StringList object - used in the visual builder
setRolloverEmphasisStyle(int). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Sets the rollover emphasis style to be used.
setSearchColor(int). Method in class com.ibm.eou.swingimageregionselector.BaseEmphasisFilter
Sets the color to look for in the color map image
setSelectedIndex(int). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Specifies the region to be selected
setSelectionEmphasisStyle(int). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Sets the selection emphasis style to be used.
setTooltipList(StringList). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Sets the tooltips to be the new StringList object
setTooltips(String[]). Method in class com.ibm.eou.swingimageregionselector.ImageRegionSelector
Sets the tooltips to be the values in the String array given
setValue(Object). Method in class com.ibm.eou.swingimageregionselector.StringListEditor
Called on this class by bean support mechanisms to supply the original value to this editor.
setValues(String[]). Method in class com.ibm.eou.swingimageregionselector.StringList
Set the values held by the object
StringList(). Constructor for class com.ibm.eou.swingimageregionselector.StringList
Default constructor
StringList(String[]). Constructor for class com.ibm.eou.swingimageregionselector.StringList
Constructor
StringListEditor(). Constructor for class com.ibm.eou.swingimageregionselector.StringListEditor
Default constructor
supportsCustomEditor(). Method in class com.ibm.eou.swingimageregionselector.StringListEditor

T

TRANSPARENT_COLOR. Static variable in class com.ibm.eou.swingimageregionselector.Constants
Transparent color value - has a zero value for the alpha channel

U

Utils(). Constructor for class com.ibm.eou.swingimageregionselector.Utils
Utils constructor comment.