public class RealLiteralLegend extends Object implements NumericLegend
Legend associated to a numeric constant, that is represented as a
RealLiteral in the SE model.| Constructor and Description |
|---|
RealLiteralLegend(RealLiteral r)
Build a new
RealLiteralLegend that is associated to the
RealLiteral r. |
| Modifier and Type | Method and Description |
|---|---|
double |
getDouble()
As we're working on a RealLiteral, we can retrieve the double value
that is returned whatever the input data are.
|
RealLiteral |
getLiteral()
Get the
RealLiteral associated with this RealLiteralLegend. |
SeParameter |
getParameter()
Gets the
SeParameter that had been used to build this LegendStructure. |
void |
setDouble(double width)
As we're working on a RealLiteral, we can set the double value
that is returned whatever the input data are.
|
public RealLiteralLegend(RealLiteral r)
RealLiteralLegend that is associated to the
RealLiteral r.r - public RealLiteral getLiteral()
RealLiteral associated with this RealLiteralLegend.public double getDouble()
public void setDouble(double width)
width - public SeParameter getParameter()
ParameterLegendSeParameter that had been used to build this LegendStructure.getParameter in interface ParameterLegendCopyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.