Documentation of 'org.jplot2d.element.ImageMapping' Java class
ImageMapping
org.jplot2d.element

Interface ImageMapping

    • Method Detail

      • getGraphs

        ImageGraph[] getGraphs()
        Returns all ImageGraph whose mapping are controlled by this ImageMapping.
        Returns:
        all ImageGraph whose mapping are controlled by this ImageMapping
      • getLimitsAlgorithm

        LimitsAlgorithm getLimitsAlgorithm()
        Returns the LimitsAlgorithm
        Returns:
        the LimitsAlgorithm
      • setLimitsAlgorithm

        void setLimitsAlgorithm(LimitsAlgorithm algo)
        Sets the LimitsAlgorithm
        Parameters:
        algo - the LimitsAlgorithm
      • getIntensityTransform

        IntensityTransform getIntensityTransform()
        Returns the IntensityTransform used to enhance images before applying bias/gain.
        Returns:
        the IntensityTransform
      • setIntensityTransform

        void setIntensityTransform(IntensityTransform it)
        Apply the given IntensityTransform to enhance images before applying bias/gain.
        Parameters:
        it - the IntensityTransform to be applied
      • getBias

        double getBias()
        Returns the bias value. The default value is 0.5.
        Returns:
        the bias value
      • getGain

        double getGain()
        Returns the gain value. The default value is 0.5.
        Returns:
        the gain value
      • getColorMap

        ColorMap getColorMap()
        Returns the lookup table for displaying the intensity raster.
        Returns:
        the lookup table for displaying the intensity raster
      • setColorMap

        void setColorMap(ColorMap colorMap)
        Sets a ColorMap to lookup the intensity raster for display.
        Parameters:
        colorMap - the lookup table for displaying the intensity raster

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.