Interface ImageInfoEditorModel

    • Method Detail

      • isColorEditable

        boolean isColorEditable()
      • getSliderCount

        int getSliderCount()
      • getSliderSample

        double getSliderSample​(int index)
      • setSliderSample

        void setSliderSample​(int index,
                             double sample)
      • getSliderColor

        Color getSliderColor​(int index)
      • setSliderColor

        void setSliderColor​(int index,
                            Color color)
      • createSliderAfter

        void createSliderAfter​(int index)
      • removeSlider

        void removeSlider​(int removeIndex)
      • createColorPalette

        Color[] createColorPalette()
      • isGammaUsed

        boolean isGammaUsed()
      • getGamma

        double getGamma()
      • setGamma

        void setGamma​(double gamma)
      • getGammaCurve

        byte[] getGammaCurve()
      • getParameterName

        String getParameterName()
      • getParameterUnit

        String getParameterUnit()
      • getSampleScaling

        Scaling getSampleScaling()
      • setSampleScaling

        void setSampleScaling​(Scaling scaling)
      • getSampleStx

        Stx getSampleStx()
      • getMinSample

        double getMinSample()
      • getMaxSample

        double getMaxSample()
      • isHistogramAvailable

        boolean isHistogramAvailable()
      • getHistogramBins

        int[] getHistogramBins()
      • getMinHistogramViewSample

        double getMinHistogramViewSample()
      • setMinHistogramViewSample

        void setMinHistogramViewSample​(double minViewSample)
      • getMaxHistogramViewSample

        double getMaxHistogramViewSample()
      • setMaxHistogramViewSample

        void setMaxHistogramViewSample​(double maxViewSample)
      • getHistogramViewGain

        double getHistogramViewGain()
      • setHistogramViewGain

        void setHistogramViewGain​(double gain)
      • removeChangeListener

        void removeChangeListener​(ChangeListener l)
      • fireStateChanged

        void fireStateChanged()