public abstract class InterpolationLegend extends Object implements NumericLegend, IInterpolationLegend
Interpolate2Real
instance used by the analyzer.| Constructor and Description |
|---|
InterpolationLegend(Interpolate2Real inter)
Build a new
InterpolationLegend |
| Modifier and Type | Method and Description |
|---|---|
double |
getFirstData()
Gets the data of the first interpolation point.
|
double |
getFirstValue()
Gets the value of the first interpolation point as a double.
|
Interpolate2Real |
getInterpolation()
Get the
Interpolate2Real instance associated to this
InterpolationLegend. |
SeParameter |
getParameter()
Gets the
SeParameter that had been used to build this LegendStructure. |
double |
getSecondData()
Gets the data of the second interpolation point.
|
double |
getSecondValue()
Gets the value of the second interpolation point as a double.
|
void |
setFirstData(double d)
Sets the data of the first interpolation point.
|
void |
setFirstValue(double d)
Sets the value of the first interpolation point as a double.
|
void |
setSecondData(double d)
Sets the data of the second interpolation point
|
void |
setSecondValue(double d)
Set the value of the second interpolation point as a double.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLookupFieldName, setLookupFieldNamepublic InterpolationLegend(Interpolate2Real inter)
InterpolationLegendinter - public Interpolate2Real getInterpolation()
Interpolate2Real instance associated to this
InterpolationLegend.public SeParameter getParameter()
ParameterLegendSeParameter that had been used to build this LegendStructure.getParameter in interface ParameterLegendpublic double getFirstData()
IInterpolationLegendgetFirstData in interface IInterpolationLegendpublic void setFirstData(double d)
IInterpolationLegendsetFirstData in interface IInterpolationLegendd - First interpolation point data to setpublic double getSecondData()
IInterpolationLegendgetSecondData in interface IInterpolationLegendpublic void setSecondData(double d)
IInterpolationLegendsetSecondData in interface IInterpolationLegendd - Second interpolation point data to setpublic double getFirstValue()
throws ParameterException
IInterpolationLegendgetFirstValue in interface IInterpolationLegendParameterException - If a problem is encountered while retrieving
the double value.public void setFirstValue(double d)
IInterpolationLegendsetFirstValue in interface IInterpolationLegendd - First value to setpublic double getSecondValue()
throws ParameterException
IInterpolationLegendgetSecondValue in interface IInterpolationLegendParameterException - If a problem is encountered while retrieving
the double value.public void setSecondValue(double d)
IInterpolationLegendsetSecondValue in interface IInterpolationLegendd - Second value to setCopyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.