public abstract class ConstantStrokeArea extends SymbolizerLegend
AreaSymbolizer of which the Stroke is a constant
PenStroke instance, that can be recognized as a ConstantPenStrokeLegend.| Constructor and Description |
|---|
ConstantStrokeArea()
Builds a new default
ConstantStrokeArea from scratch. |
ConstantStrokeArea(AreaSymbolizer symbolizer)
Build a new
ConstantStrokeArea directly from the given AreaSymbolizer. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDashArray()
Gets the dash array used to draw the outer line of this AreaSymbolizer.
|
Color |
getLineColor()
Get the colour of the line that outlines the inner
AreaSymbolizer. |
Double |
getLineWidth()
Get the width of the line that outlines the inner
AreaSymbolizer. |
ConstantPenStroke |
getStrokeLegend()
Exposes the inner
LegendStructure that represents the analysis
made on the PenStroke. |
Uom |
getStrokeUom()
Gets the unit of measure used to compute the form of the stroke.
|
Symbolizer |
getSymbolizer()
Get the symbolizer associated to this
ConstantStrokeArea. |
void |
setDashArray(String s)
Sets the dash array used to draw the outer line of this AreaSymbolizer.
|
void |
setLineColor(Color col)
Set the colour of the line that outlines the inner
AreaSymbolizer. |
void |
setLineWidth(Double width)
Set the width of the line that outlines the inner
AreaSymbolizer. |
void |
setStrokeLegend(ConstantPenStroke cfl)
Sets the legend describing the structure of the fill contained in the
inner
AreaSymbolizer. |
void |
setStrokeUom(Uom u)
Sets the unit of measure used to compute the form of the stroke.
|
getLegendTypeId, getMaxScale, getMinScale, getName, setMaxScale, setMinScale, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLegendTypeNamepublic ConstantStrokeArea()
ConstantStrokeArea from scratch. It contains a
default AreaSymbolizer, which is associated to a constant PenStroke.public ConstantStrokeArea(AreaSymbolizer symbolizer)
ConstantStrokeArea directly from the given AreaSymbolizer.symbolizer - public Symbolizer getSymbolizer()
ConstantStrokeArea.public ConstantPenStroke getStrokeLegend()
LegendStructure that represents the analysis
made on the PenStroke.public void setStrokeLegend(ConstantPenStroke cfl)
AreaSymbolizer. This will update the fill of the AreaSymbolizer in question.cfl - public Double getLineWidth()
AreaSymbolizer.public void setLineWidth(Double width)
AreaSymbolizer.width - public Color getLineColor()
AreaSymbolizer.public void setLineColor(Color col)
AreaSymbolizer.col - public String getDashArray()
public void setDashArray(String s)
s - public Uom getStrokeUom()
StrokeUomCopyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.