org.jplot2d.element.impl
Interface ImageMappingEx
-
- All Superinterfaces:
- Element, ElementEx, ImageMapping
- All Known Implementing Classes:
- ImageMappingImpl
public interface ImageMappingEx extends ImageMapping, ElementEx
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidaddImageGraph(ImageGraphEx graph)voidcalcLimits()Called by PlotEx.commit() to calculate limits if neededImageGraphEx[]getGraphs()Returns all ImageGraph whose mapping are controlled by this ImageMapping.intgetILUTOutputBits()Returns the number of significant bits that the ILUT output range.double[]getLimits()ImageGraphExgetParent()Gets the parent of this component.voidrecalcLimits()Called by ImageGraphEx when its data changed, to notify the limits need to be recalculated.voidremoveImageGraph(ImageGraphEx graph)-
Methods inherited from interface org.jplot2d.element.ImageMapping
getBias, getColorMap, getGain, getIntensityTransform, getLimitsAlgorithm, setBias, setColorMap, 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
ImageGraphEx getParent()
Description copied from interface:ElementGets the parent of this component.
-
getGraphs
ImageGraphEx[] getGraphs()
Description copied from interface:ImageMappingReturns all ImageGraph whose mapping are controlled by this ImageMapping.- Specified by:
getGraphsin interfaceImageMapping- Returns:
- all ImageGraph whose mapping are controlled by this ImageMapping
-
addImageGraph
void addImageGraph(ImageGraphEx graph)
-
removeImageGraph
void removeImageGraph(ImageGraphEx graph)
-
recalcLimits
void recalcLimits()
Called by ImageGraphEx when its data changed, to notify the limits need to be recalculated.
-
calcLimits
void calcLimits()
Called by PlotEx.commit() to calculate limits if needed
-
getLimits
double[] getLimits()
-
getILUTOutputBits
int getILUTOutputBits()
Returns the number of significant bits that the ILUT output range. When creating image, the color model bit should match this value.- Returns:
- the number of significant bits
-
-
DMelt 3.0 © DataMelt by jWork.ORG