jpl.mipl.mica.tools
Class BrightnessContrastBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
jpl.mipl.mica.tools.BrightnessContrastBeanInfo
- All Implemented Interfaces:
- BeanInfo
public class BrightnessContrastBeanInfo
- extends SimpleBeanInfo
A BrightnessContrast tool (BnC) is a JavaBean that applies a JAI operator to change the
appearance of an ImageChip.
- Author:
- SGT, Inc.
- See Also:
BrightnessContrast,
ImageChip
|
Method Summary |
Image |
getIcon(int iconKind)
Returns the tool's icon from the images directory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrightnessContrastBeanInfo
public BrightnessContrastBeanInfo()
getIcon
public Image getIcon(int iconKind)
- Returns the tool's icon from the images directory.
- Specified by:
getIcon in interface BeanInfo- Overrides:
getIcon in class SimpleBeanInfo