public interface ConstantPenStroke extends StrokeLegend
PenStroke.| Modifier and Type | Method and Description |
|---|---|
String |
getDashArray()
Gest the
String that represents the dash pattern for the
associated PenStroke. |
ConstantSolidFill |
getFillLegend()
Gets the analysis obtained from the inner solid fill.
|
Color |
getLineColor()
Gets the color of the associated
PenStroke. |
double |
getLineOpacity()
Gets the opacity of the associated
PenStroke. |
double |
getLineWidth()
Gets the width of the associated
PenStroke. |
Uom |
getStrokeUom()
Gets the unit of measure used to drawn the underlying
PenStroke. |
void |
setDashArray(String str)
Sets the
String that represents the dash pattern for the
associated PenStroke. |
void |
setLineColor(Color col)
Sets the Color of the associated
PenStroke. |
void |
setLineOpacity(double tr)
Sets the opacity of the associated
PenStroke. |
void |
setLineWidth(double width)
Sets the width of the associated
PenStroke. |
void |
setStrokeUom(Uom u)
Sets the unit of measure used to drawn the underlying
PenStroke. |
getStrokeUom getStrokeUom()
PenStroke.void setStrokeUom(Uom u)
PenStroke.u - ConstantSolidFill getFillLegend()
Color getLineColor()
PenStroke.void setLineColor(Color col)
PenStroke.col - double getLineWidth()
PenStroke.void setLineWidth(double width)
PenStroke.width - String getDashArray()
String that represents the dash pattern for the
associated PenStroke.Symbolizer does not have such an array, an empty String is returned.void setDashArray(String str)
String that represents the dash pattern for the
associated PenStroke.dashes - double getLineOpacity()
PenStroke.void setLineOpacity(double tr)
PenStroke.tr - Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.