public abstract class AbstractImageInfoEditorModel extends Object implements ImageInfoEditorModel
Modifier | Constructor and Description |
---|---|
protected |
AbstractImageInfoEditorModel(ImageInfo imageInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ChangeListener l) |
void |
fireStateChanged() |
int[] |
getHistogramBins() |
double |
getHistogramViewGain() |
ImageInfo |
getImageInfo() |
double |
getMaxHistogramViewSample() |
double |
getMaxSample() |
double |
getMinHistogramViewSample() |
double |
getMinSample() |
String |
getParameterName() |
String |
getParameterUnit() |
Scaling |
getSampleScaling() |
Stx |
getSampleStx() |
boolean |
isHistogramAvailable() |
void |
removeChangeListener(ChangeListener l) |
void |
setDisplayProperties(String name,
String unit,
Stx stx,
Scaling scaling) |
void |
setHistogramViewGain(double gain) |
void |
setMaxHistogramViewSample(double maxViewSample) |
void |
setMinHistogramViewSample(double minViewSample) |
void |
setSampleScaling(Scaling scaling) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createColorPalette, createSliderAfter, getGamma, getGammaCurve, getSliderColor, getSliderCount, getSliderSample, isColorEditable, isGammaUsed, removeSlider, setGamma, setSliderColor, setSliderSample
protected AbstractImageInfoEditorModel(ImageInfo imageInfo)
public ImageInfo getImageInfo()
getImageInfo
in interface ImageInfoEditorModel
public void setDisplayProperties(String name, String unit, Stx stx, Scaling scaling)
setDisplayProperties
in interface ImageInfoEditorModel
public String getParameterName()
getParameterName
in interface ImageInfoEditorModel
public String getParameterUnit()
getParameterUnit
in interface ImageInfoEditorModel
public Scaling getSampleScaling()
getSampleScaling
in interface ImageInfoEditorModel
public void setSampleScaling(Scaling scaling)
setSampleScaling
in interface ImageInfoEditorModel
public Stx getSampleStx()
getSampleStx
in interface ImageInfoEditorModel
public double getMinSample()
getMinSample
in interface ImageInfoEditorModel
public double getMaxSample()
getMaxSample
in interface ImageInfoEditorModel
public boolean isHistogramAvailable()
isHistogramAvailable
in interface ImageInfoEditorModel
public int[] getHistogramBins()
getHistogramBins
in interface ImageInfoEditorModel
public double getMinHistogramViewSample()
getMinHistogramViewSample
in interface ImageInfoEditorModel
public void setMinHistogramViewSample(double minViewSample)
setMinHistogramViewSample
in interface ImageInfoEditorModel
public double getMaxHistogramViewSample()
getMaxHistogramViewSample
in interface ImageInfoEditorModel
public void setMaxHistogramViewSample(double maxViewSample)
setMaxHistogramViewSample
in interface ImageInfoEditorModel
public double getHistogramViewGain()
getHistogramViewGain
in interface ImageInfoEditorModel
public void setHistogramViewGain(double gain)
setHistogramViewGain
in interface ImageInfoEditorModel
public void addChangeListener(ChangeListener l)
addChangeListener
in interface ImageInfoEditorModel
public void removeChangeListener(ChangeListener l)
removeChangeListener
in interface ImageInfoEditorModel
public void fireStateChanged()
fireStateChanged
in interface ImageInfoEditorModel
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.