org.jplot2d.element.impl
Interface RGBImageMappingEx
-
- All Superinterfaces:
- Element, ElementEx, RGBImageMapping
- All Known Implementing Classes:
- RGBImageMappingImpl
public interface RGBImageMappingEx extends RGBImageMapping, ElementEx
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidaddImageGraph(RGBImageGraphEx graph)voidcalcLimits()Called by PlotEx.commit() to calculate limits for bands if neededImageBandTransformExgetBlueTransform()Returns the BandTransform of B band.RGBImageGraphEx[]getGraphs()Returns all ImageGraph whose mapping are controlled by this ImageMapping.ImageBandTransformExgetGreenTransform()Returns the BandTransform of G band.RGBImageGraphExgetParent()Gets the parent of this component.ImageBandTransformExgetRedTransform()Returns the BandTransform of R band.voidremoveImageGraph(RGBImageGraphEx graph)-
Methods inherited from interface org.jplot2d.element.impl.ElementEx
copyFrom, copyStructure, getFullId, getInvokeStepFormParent, notify, setParent
-
Methods inherited from interface org.jplot2d.element.Element
getEnvironment, getId
-
-
-
-
Method Detail
-
getParent
RGBImageGraphEx getParent()
Description copied from interface:ElementGets the parent of this component.
-
getGraphs
RGBImageGraphEx[] getGraphs()
Description copied from interface:RGBImageMappingReturns all ImageGraph whose mapping are controlled by this ImageMapping.- Specified by:
getGraphsin interfaceRGBImageMapping- Returns:
- all ImageGraph whose mapping are controlled by this ImageMapping
-
addImageGraph
void addImageGraph(RGBImageGraphEx graph)
-
removeImageGraph
void removeImageGraph(RGBImageGraphEx graph)
-
getRedTransform
ImageBandTransformEx getRedTransform()
Description copied from interface:RGBImageMappingReturns the BandTransform of R band.- Specified by:
getRedTransformin interfaceRGBImageMapping- Returns:
- the BandTransform of R band
-
getGreenTransform
ImageBandTransformEx getGreenTransform()
Description copied from interface:RGBImageMappingReturns the BandTransform of G band.- Specified by:
getGreenTransformin interfaceRGBImageMapping- Returns:
- the BandTransform of G band
-
getBlueTransform
ImageBandTransformEx getBlueTransform()
Description copied from interface:RGBImageMappingReturns the BandTransform of B band.- Specified by:
getBlueTransformin interfaceRGBImageMapping- Returns:
- the BandTransform of B band
-
calcLimits
void calcLimits()
Called by PlotEx.commit() to calculate limits for bands if needed
-
-
DMelt 3.0 © DataMelt by jWork.ORG