public class ProportionalWKNLegend extends ConstantFormWKN implements IInterpolationLegend
MarkGraphic that embeds a
simple proportional symbol configuration, associated to a WKN graphic.| Constructor and Description |
|---|
ProportionalWKNLegend()
Builds a new
ProportionalWKNLegend with a default MonovariateProportionalViewBox. |
ProportionalWKNLegend(MarkGraphic mark) |
ProportionalWKNLegend(MarkGraphic mark,
StringLiteralLegend wknLegend,
MonovariateProportionalViewBox viewBoxLegend,
ConstantSolidFillLegend fillLegend,
ConstantPenStrokeLegend strokeLegend)
Build a new instance of this
Legend specialization. |
| 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.
|
String |
getLookupFieldName()
Gets the field name.
|
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 |
setLookupFieldName(String name)
Sets the field name.
|
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.
|
getPenStroke, getSolidFill, getStrokeUom, getSymbolUom, getWellKnownName, setPenStroke, setStrokeUom, setSymbolUom, setWellKnownNamegetFillLegend, getMarkGraphic, getStrokeLegend, getViewBoxLegend, getWknLegend, setFillLegend, setMarkGraphic, setStrokeLegend, setViewBoxLegend, setWknLegendpublic ProportionalWKNLegend()
ProportionalWKNLegend with a default MonovariateProportionalViewBox.public ProportionalWKNLegend(MarkGraphic mark)
public ProportionalWKNLegend(MarkGraphic mark, StringLiteralLegend wknLegend, MonovariateProportionalViewBox viewBoxLegend, ConstantSolidFillLegend fillLegend, ConstantPenStrokeLegend strokeLegend)
Legend specialization.mark - wknLegend - viewBoxLegend - fillLegend - strokeLegend - public double getFirstData()
IInterpolationLegendgetFirstData in interface IInterpolationLegendpublic double getSecondData()
IInterpolationLegendgetSecondData in interface IInterpolationLegendpublic void setFirstData(double d)
IInterpolationLegendsetFirstData in interface IInterpolationLegendd - First interpolation point data to setpublic 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 setpublic String getLookupFieldName()
LookupFieldNamegetLookupFieldName in interface LookupFieldNamepublic void setLookupFieldName(String name)
LookupFieldNamesetLookupFieldName in interface LookupFieldNamename - NameCopyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.