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

Interface RGBImageMapping

  • All Superinterfaces:
    Element
    All Known Subinterfaces:
    RGBImageMappingEx
    All Known Implementing Classes:
    RGBImageMappingImpl


    public interface RGBImageMapping
    extends Element
    This class defines how to transform 3 bands to a RGB image. The transformation take these steps:
    1. Apply band transform on R,G,B bands, see ImageBandTransform
    2. zoom to correct size for display
    • Method Detail

      • getGraphs

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

        ImageBandTransform getRedTransform()
        Returns the BandTransform of R band.
        Returns:
        the BandTransform of R band
      • getGreenTransform

        ImageBandTransform getGreenTransform()
        Returns the BandTransform of G band.
        Returns:
        the BandTransform of G band
      • getBlueTransform

        ImageBandTransform getBlueTransform()
        Returns the BandTransform of B band.
        Returns:
        the BandTransform of B band

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.