📄 polygonsymbolizer.java
字号:
*/ public boolean isPolygonStrokeDashArraySet(); /** * Sets the stroke dash array value. * @param strokeDashArray the stroke dash array value. */ public void setPolygonStrokeDashArray(DashArray strokeDashArray); /** * Sets the fact that the stroke dash array value has been set. * @param flag true if the stroke dash array value has been set, false otherwise. */ public void setPolygonStrokeDashArraySet(boolean flag); /** * Returns the stroke dash offset value. * @return the stroke dash offset value. */ public float getPolygonStrokeDashOffset(); /** * Returns whether the stroke dash offset value has been set. * @return true if the stroke dash offset value has been set, false otherwise. */ public boolean isPolygonStrokeDashOffsetSet(); /** * Sets the stroke dash offset value. * @param strokeDashOffset the stroke dash offset value. */ public void setPolygonStrokeDashOffset(float strokeDashOffset); /** * Sets the fact that the stroke dash offset value has been set. * @param flag true if the stroke dash offset value has been set, false otherwise. */ public void setPolygonStrokeDashOffsetSet(boolean flag); /** * Returns the fill color value. * @return the fill color value. */ public Color getPolygonStrokeFillColor(); /** * Returns whether the fill color value has been set. * @return true if the fill color value has been set, false otherwise. */ public boolean isPolygonStrokeFillColorSet(); /** * Sets the fill color value. * @param fillColor the fill color value. */ public void setPolygonStrokeFillColor(Color fillColor); /** * Sets the fact that the fill color value has been set. * @param flag true if the fill color value has been set, false otherwise. */ public void setPolygonStrokeFillColorSet(boolean flag); /** * Returns the fill background color value. * @return the fill background color value. */ public Color getPolygonStrokeFillBackgroundColor(); /** * Returns whether the fill background color value has been set. * @return true if the fill background color value has been set, false otherwise. */ public boolean isPolygonStrokeFillBackgroundColorSet(); /** * Sets the fill background color value. * @param fillBackgroundColor the fill background color value. */ public void setPolygonStrokeFillBackgroundColor(Color fillBackgroundColor); /** * Sets the fact that the fill background color value has been set. * @param flag true if the fill background color value has been set, false otherwise. */ public void setPolygonStrokeFillBackgroundColorSet(boolean flag); /** * Returns the fill gradient points value. * @return the fill gradient points value. */ public float[] getPolygonStrokeFillGradientPoints(); /** * Returns whether the fill gradient points value has been set. * @return true if the fill gradient points value has been set, false otherwise. */ public boolean isPolygonStrokeFillGradientPointsSet(); /** * Sets the fill gradient points value. * @param fillGradientPoints the fill gradient points value. */ public void setPolygonStrokeFillGradientPoints(float[] fillGradientPoints); /** * Sets the fact that the fill gradient points value has been set. * @param flag true if the fill gradient points value has been set, false otherwise. */ public void setPolygonStrokeFillGradientPointsSet(boolean flag); /** * Returns the fill opacity value. * @return the fill opacity value. */ public float getPolygonStrokeFillOpacity(); /** * Returns whether the fill opacity value has been set. * @return true if the fill opacity value has been set, false otherwise. */ public boolean isPolygonStrokeFillOpacitySet(); /** * Sets the fill opacity value. * @param fillOpacity the fill opacity value. */ public void setPolygonStrokeFillOpacity(float fillOpacity); /** * Sets the fact that the fill opacity value has been set. * @param flag true if the fill opacity value has been set, false otherwise. */ public void setPolygonStrokeFillOpacitySet(boolean flag); /** * Returns the fill pattern value. * @return the fill pattern value. */ public FillPattern getPolygonStrokeFillPattern(); /** * Returns whether the fill pattern value has been set. * @return true if the fill pattern value has been set, false otherwise. */ public boolean isPolygonStrokeFillPatternSet(); /** * Sets the fill pattern value. * @param fillPattern the fill pattern value. */ public void setPolygonStrokeFillPattern(FillPattern fillPattern); /** * Sets the fact that the fill pattern value has been set. * @param flag true if the fill pattern value has been set, false otherwise. */ public void setPolygonStrokeFillPatternSet(boolean flag); /** * Returns the fill style value. * @return the fill style value. */ public FillStyle getPolygonStrokeFillStyle(); /** * Returns whether the fill style value has been set. * @return true if the fill style value has been set, false otherwise. */ public boolean isPolygonStrokeFillStyleSet(); /** * Sets the fill style value. * @param fillStyle the fill style value. */ public void setPolygonStrokeFillStyle(FillStyle fillStyle); /** * Sets the fact that the fill style value has been set. * @param flag true if the fill style value has been set, false otherwise. */ public void setPolygonStrokeFillStyleSet(boolean flag); /** * Returns the stroke line cap value. * @return the stroke line cap value. */ public LineCap getPolygonStrokeLineCap(); /** * Returns whether the stroke line cap value has been set. * @return true if the stroke line cap value has been set, false otherwise. */ public boolean isPolygonStrokeLineCapSet(); /** * Sets the stroke line cap value. * @param strokeLineCap the stroke line cap value. */ public void setPolygonStrokeLineCap(LineCap strokeLineCap); /** * Sets the fact that the stroke line cap value has been set. * @param flag true if the stroke line cap value has been set, false otherwise. */ public void setPolygonStrokeLineCapSet(boolean flag); /** * Returns the stroke line gap value. * @return the stroke line gap value. */ public float getPolygonStrokeLineGap(); /** * Returns whether the stroke line gap value has been set. * @return true if the stroke line gap value has been set, false otherwise. */ public boolean isPolygonStrokeLineGapSet(); /** * Sets the stroke line gap value. * @param strokeLineGap the stroke line gap value. */ public void setPolygonStrokeLineGap(float strokeLineGap); /** * Sets the fact that the stroke line gap value has been set. * @param flag true if the stroke line gap value has been set, false otherwise. */ public void setPolygonStrokeLineGapSet(boolean flag); /** * Returns the stroke line join value. * @return the stroke line join value. */ public LineJoin getPolygonStrokeLineJoin(); /** * Returns whether the stroke line join value has been set. * @return true if the stroke line join value has been set, false otherwise. */ public boolean isPolygonStrokeLineJoinSet(); /** * Sets the stroke line join value. * @param strokeLineJoin the stroke line join value. */ public void setPolygonStrokeLineJoin(LineJoin strokeLineJoin); /** * Sets the fact that the stroke line join value has been set. * @param flag true if the stroke line join value has been set, false otherwise. */ public void setPolygonStrokeLineJoinSet(boolean flag); /** * Returns the stroke line pattern value. * @return the stroke line pattern value. */ public LinePattern getPolygonStrokeLinePattern(); /** * Returns whether the stroke line pattern value has been set. * @return true if the stroke line pattern value has been set, false otherwise. */ public boolean isPolygonStrokeLinePatternSet(); /** * Sets the stroke line pattern value. * @param strokeLinePattern the stroke line pattern value. */ public void setPolygonStrokeLinePattern(LinePattern strokeLinePattern); /** * Sets the fact that the stroke line pattern value has been set. * @param flag true if the stroke line pattern value has been set, false otherwise. */ public void setPolygonStrokeLinePatternSet(boolean flag); /** * Returns the stroke line style value. * @return the stroke line style value. */ public LineStyle getPolygonStrokeLineStyle(); /** * Returns whether the stroke line style value has been set. * @return true if the stroke line style value has been set, false otherwise. */ public boolean isPolygonStrokeLineStyleSet(); /** * Sets the stroke line style value. * @param strokeLineStyle the stroke line style value. */ public void setPolygonStrokeLineStyle(LineStyle strokeLineStyle); /** * Sets the fact that the stroke line style value has been set. * @param flag true if the stroke line style value has been set, false otherwise. */ public void setPolygonStrokeLineStyleSet(boolean flag); /** * Returns the opacity value. * @return the opacity value. */ public float getPolygonStrokeOpacity(); /** * Returns whether the opacity value has been set. * @return true if the opacity value has been set, false otherwise. */ public boolean isPolygonStrokeOpacitySet(); /** * Sets the opacity value. * @param opacity the opacity value. */ public void setPolygonStrokeOpacity(float opacity); /** * Sets the fact that the opacity value has been set. * @param flag true if the opacity value has been set, false otherwise. */ public void setPolygonStrokeOpacitySet(boolean flag); /** * Returns the width value. * @return the width value. */ public float getPolygonStrokeWidth(); /** * Returns whether the width value has been set. * @return true if the width value has been set, false otherwise. */ public boolean isPolygonStrokeWidthSet(); /** * Sets the width value. * @param width the width value. */ public void setPolygonStrokeWidth(float width); /** * Sets the fact that the width value has been set. * @param flag true if the width value has been set, false otherwise. */ public void setPolygonStrokeWidthSet(boolean flag); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -