All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eou.swingimageregionselector.CutawayEmphasisFilter
java.lang.Object
|
+----java.awt.image.ImageFilter
|
+----java.awt.image.RGBImageFilter
|
+----com.ibm.eou.swingimageregionselector.BaseEmphasisFilter
|
+----com.ibm.eou.swingimageregionselector.CutawayEmphasisFilter
- public class CutawayEmphasisFilter
- extends BaseEmphasisFilter
Image filter to display an additional image through a "cutaway" hole corresponding to the
selected or rollover region
- See Also:
- setCutawayImage, setRolloverEmphasisStyle, setSelectionEmphasisStyle
-
CutawayEmphasisFilter()
-
-
copyright()
- IBM Copyright statement
-
filterPixel(int, int, int)
- Method to change the pixel at (x, y) with RGB value rgb in the display image to the corresponding
pixel in the cutaway image
CutawayEmphasisFilter
public CutawayEmphasisFilter()
copyright
public static String copyright()
- IBM Copyright statement
filterPixel
public int filterPixel(int x,
int y,
int rgb)
- Method to change the pixel at (x, y) with RGB value rgb in the display image to the corresponding
pixel in the cutaway image
- Parameters:
- x - x co-ordinate of the pixel
- y - y co-ordinate of the pixel
- rgb - RGB value of the pixel at (x,y)
- Returns:
- New RGB value of the pixel
- Overrides:
- filterPixel in class BaseEmphasisFilter
All Packages Class Hierarchy This Package Previous Next Index