public class ConstantWKNLegend extends ConstantFormWKN
| Constructor and Description |
|---|
ConstantWKNLegend(MarkGraphic mg) |
ConstantWKNLegend(MarkGraphic mark,
StringLiteralLegend wknLegend,
ConstantViewBox viewBoxLegend,
ConstantSolidFillLegend fillLegend,
ConstantPenStrokeLegend strokeLegend)
Build a new
ConstantWKNLegend, associated to the given MarkGraphic. |
| Modifier and Type | Method and Description |
|---|---|
Double |
getViewBoxHeight()
Get the height of the
ViewBox used to define the size of the
associated MarkGraphic. |
Double |
getViewBoxWidth()
Get the width of the
ViewBox used to define the size of the
associated MarkGraphic. |
void |
setViewBoxHeight(Double d)
Set the height of the
ViewBox used to define the size of the
associated MarkGraphic. |
void |
setViewBoxWidth(Double d)
Set the width of the
ViewBox used to define the size of the
associated MarkGraphic. |
getPenStroke, getSolidFill, getStrokeUom, getSymbolUom, getWellKnownName, setPenStroke, setStrokeUom, setSymbolUom, setWellKnownNamegetFillLegend, getMarkGraphic, getStrokeLegend, getViewBoxLegend, getWknLegend, setFillLegend, setMarkGraphic, setStrokeLegend, setViewBoxLegend, setWknLegendpublic ConstantWKNLegend(MarkGraphic mg)
public ConstantWKNLegend(MarkGraphic mark, StringLiteralLegend wknLegend, ConstantViewBox viewBoxLegend, ConstantSolidFillLegend fillLegend, ConstantPenStrokeLegend strokeLegend)
ConstantWKNLegend, associated to the given MarkGraphic.mark - wknLegend - viewBoxLegend - fillLegend - strokeLegend - public Double getViewBoxHeight()
ViewBox used to define the size of the
associated MarkGraphic.Double that can be null. A ViewBox can be defined with
only one dimension set.public Double getViewBoxWidth()
ViewBox used to define the size of the
associated MarkGraphic.Double that can be null. A ViewBox can be defined with
only one dimension set.public void setViewBoxHeight(Double d)
ViewBox used to define the size of the
associated MarkGraphic.d - A Double that can be null. A ViewBox can be defined with
only one dimension set.public void setViewBoxWidth(Double d)
ViewBox used to define the size of the
associated MarkGraphic.d - A Double that can be null. A ViewBox can be defined with
only one dimension set.Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.