net.aerith.misao.image
Interface LevelAdjustable

All Known Implementing Classes:
BlinkMonoImageComponent.LevelAdjustmentListener, MonoImageComponent, RGBCompositeImageComponent.LevelAdjustmentListener, ImageGalleryInternalFrame

public interface LevelAdjustable

The LevelAdjustable is an interface which has a method to adjust the image.


Method Summary
 void adjustLevel(double minimum, double maximum)
          Adjusts the level of image.
 void adjustLevelAll(double minimum, double maximum)
          Adjusts the level of all images.
 

Method Detail

adjustLevel

public void adjustLevel(double minimum,
                        double maximum)
Adjusts the level of image.
Parameters:
minimum - the minimum level.
maximum - the maximum level.

adjustLevelAll

public void adjustLevelAll(double minimum,
                           double maximum)
Adjusts the level of all images.
Parameters:
minimum - the minimum level.
maximum - the maximum level.