org.jplot2d.element.impl
Interface ImageBandTransformEx
-
- All Superinterfaces:
- Element, ElementEx, ImageBandTransform
- All Known Implementing Classes:
- ImageBandTransformImpl
public interface ImageBandTransformEx extends ImageBandTransform, ElementEx
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidcalcLimits(ImageDataBuffer[] dataBuffers, java.awt.Dimension[] sizeArray)Calculate limits if neededdouble[]getLimits()RGBImageMappingExgetParent()Gets the parent of this component.voidrecalcLimits()Called by RGBImageGraphEx when its data changed, to notify the limits of this band need to be recalculated.-
Methods inherited from interface org.jplot2d.element.ImageBandTransform
getBias, getGain, getIntensityTransform, getLimitsAlgorithm, setBias, setGain, setIntensityTransform, setLimitsAlgorithm
-
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
RGBImageMappingEx getParent()
Description copied from interface:ElementGets the parent of this component.
-
recalcLimits
void recalcLimits()
Called by RGBImageGraphEx when its data changed, to notify the limits of this band need to be recalculated.
-
calcLimits
void calcLimits(ImageDataBuffer[] dataBuffers, java.awt.Dimension[] sizeArray)
Calculate limits if needed
-
getLimits
double[] getLimits()
-
-
DMelt 3.0 © DataMelt by jWork.ORG