Module ij

Class ContrastAdjuster

    • Constructor Detail

      • ContrastAdjuster

        public ContrastAdjuster()
    • Method Detail

      • run

        public void run​(String arg)
        Description copied from interface: PlugIn
        This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
        Specified by:
        run in interface PlugIn
        Overrides:
        run in class PlugInDialog
      • get16bitRangeIndex

        public static int get16bitRangeIndex()
      • set16bitRange

        public static int set16bitRange​(int index)
      • getSixteenBitRanges

        public static String[] getSixteenBitRanges()
      • recordSetMinAndMax

        public static void recordSetMinAndMax​(double min,
                                              double max)
      • run

        public void run()
        Specified by:
        run in interface Runnable
      • close

        public void close()
        Overrides close() in PlugInDialog.
        Overrides:
        close in class PlugInDialog
      • updateAndDraw

        public void updateAndDraw()
        Resets this ContrastAdjuster and brings it to the front.
      • update

        public static void update()
        Updates the ContrastAdjuster.