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:- Apply band transform on R,G,B bands, see
ImageBandTransform - zoom to correct size for display
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ImageBandTransformgetBlueTransform()Returns the BandTransform of B band.RGBImageGraph[]getGraphs()Returns all ImageGraph whose mapping are controlled by this ImageMapping.ImageBandTransformgetGreenTransform()Returns the BandTransform of G band.ImageBandTransformgetRedTransform()Returns the BandTransform of R band.-
Methods inherited from interface org.jplot2d.element.Element
getEnvironment, getId, getParent
-
-
-
-
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