| Package | Description |
|---|---|
| org.orbisgis.legend.structure.interpolation | |
| org.orbisgis.legend.structure.literal | |
| org.orbisgis.legend.structure.stroke | |
| org.orbisgis.legend.structure.viewbox |
| Modifier and Type | Class and Description |
|---|---|
class |
InterpolationLegend
The default representation of an interpolation, in the legend.
|
class |
LinearInterpolationLegend
Analysis associated to a linear interpolation.
|
class |
SqrtInterpolationLegend
Analysis associated to an interpolation made on the square root of a numeric
value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RealLiteralLegend
Legend associated to a numeric constant, that is represented as a
RealLiteral in the SE model. |
| Modifier and Type | Method and Description |
|---|---|
NumericLegend |
PenStrokeLegend.getLineWidthLegend()
Gets the analysis made on the
Width associated to this PenStroke. |
| Modifier and Type | Method and Description |
|---|---|
void |
PenStrokeLegend.setLineWidthLegend(NumericLegend param)
Sets the analysis made on the
Width associated to this PenStroke. |
| Constructor and Description |
|---|
CategorizedDashesPSLegend(PenStroke ps,
NumericLegend width,
LegendStructure fill,
LegendStructure dash)
Build a new instance of
LegendStructure that matches a configuration
where a categorization is made only on the dash array, and the other
elements are constant or null. |
ConstantColorAndDashesPSLegend(PenStroke ps,
NumericLegend width,
LegendStructure fill,
LegendStructure dash)
Build an instance of
ConstantColorAndDashesPSLegend using the
given parameters. |
PenStrokeLegend(PenStroke ps,
NumericLegend width,
LegendStructure fill,
LegendStructure dash)
Build a new, default,
PenStrokeLegend instance. |
RecodedDashesPSLegend(PenStroke ps,
NumericLegend width,
LegendStructure fill,
LegendStructure dash)
Build a new instance of
LegendStructure that matches a configuration
where a recode is made only on the dash array, and the other
elements are constant or null. |
| Modifier and Type | Method and Description |
|---|---|
NumericLegend |
DefaultViewBox.getHeightLegend()
Gets the
LegendStructure associated to the height of this ViewBox. |
NumericLegend |
DefaultViewBox.getWidthLegend()
Gets the
LegendStructure associated to the width of this ViewBox. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultViewBox.setHeightLegend(NumericLegend nl)
Gets the
LegendStructure associated to the height of this ViewBox. |
void |
DefaultViewBox.setWidthLegend(NumericLegend nl)
Gets the
LegendStructure associated to the width of this ViewBox. |
| Constructor and Description |
|---|
DefaultViewBox(NumericLegend nl,
boolean isHeight,
ViewBox view)
Build a new
DefaultViewBox. |
DefaultViewBox(NumericLegend height,
NumericLegend width,
ViewBox view)
Build a new
DefaultViewBox with the given parameters, using
directly the two needed NumericLegend instances. |
MonovariateLinearVB(NumericLegend height,
NumericLegend width,
ViewBox view,
boolean isheight)
Build a new
MonovariateLinearVB using the legends associated
to the height and width of the oridinal ViewBox. |
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.