📄 linesymbolizer.java
字号:
public void setLineStrokeFillBackgroundColorSet(boolean flag); /** * Returns the fill gradient points value. * @return the fill gradient points value. */ public float[] getLineStrokeFillGradientPoints(); /** * 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 isLineStrokeFillGradientPointsSet(); /** * Sets the fill gradient points value. * @param fillGradientPoints the fill gradient points value. */ public void setLineStrokeFillGradientPoints(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 setLineStrokeFillGradientPointsSet(boolean flag); /** * Returns the fill opacity value. * @return the fill opacity value. */ public float getLineStrokeFillOpacity(); /** * Returns whether the fill opacity value has been set. * @return true if the fill opacity value has been set, false otherwise. */ public boolean isLineStrokeFillOpacitySet(); /** * Sets the fill opacity value. * @param fillOpacity the fill opacity value. */ public void setLineStrokeFillOpacity(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 setLineStrokeFillOpacitySet(boolean flag); /** * Returns the fill pattern value. * @return the fill pattern value. */ public FillPattern getLineStrokeFillPattern(); /** * Returns whether the fill pattern value has been set. * @return true if the fill pattern value has been set, false otherwise. */ public boolean isLineStrokeFillPatternSet(); /** * Sets the fill pattern value. * @param fillPattern the fill pattern value. */ public void setLineStrokeFillPattern(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 setLineStrokeFillPatternSet(boolean flag); /** * Returns the fill style value. * @return the fill style value. */ public FillStyle getLineStrokeFillStyle(); /** * Returns whether the fill style value has been set. * @return true if the fill style value has been set, false otherwise. */ public boolean isLineStrokeFillStyleSet(); /** * Sets the fill style value. * @param fillStyle the fill style value. */ public void setLineStrokeFillStyle(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 setLineStrokeFillStyleSet(boolean flag); /** * Returns the stroke line cap value. * @return the stroke line cap value. */ public LineCap getLineStrokeLineCap(); /** * 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 isLineStrokeLineCapSet(); /** * Sets the stroke line cap value. * @param strokeLineCap the stroke line cap value. */ public void setLineStrokeLineCap(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 setLineStrokeLineCapSet(boolean flag); /** * Returns the stroke line gap value. * @return the stroke line gap value. */ public float getLineStrokeLineGap(); /** * 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 isLineStrokeLineGapSet(); /** * Sets the stroke line gap value. * @param strokeLineGap the stroke line gap value. */ public void setLineStrokeLineGap(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 setLineStrokeLineGapSet(boolean flag); /** * Returns the stroke line join value. * @return the stroke line join value. */ public LineJoin getLineStrokeLineJoin(); /** * 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 isLineStrokeLineJoinSet(); /** * Sets the stroke line join value. * @param strokeLineJoin the stroke line join value. */ public void setLineStrokeLineJoin(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 setLineStrokeLineJoinSet(boolean flag); /** * Returns the stroke line pattern value. * @return the stroke line pattern value. */ public LinePattern getLineStrokeLinePattern(); /** * 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 isLineStrokeLinePatternSet(); /** * Sets the stroke line pattern value. * @param strokeLinePattern the stroke line pattern value. */ public void setLineStrokeLinePattern(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 setLineStrokeLinePatternSet(boolean flag); /** * Returns the stroke line style value. * @return the stroke line style value. */ public LineStyle getLineStrokeLineStyle(); /** * 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 isLineStrokeLineStyleSet(); /** * Sets the stroke line style value. * @param strokeLineStyle the stroke line style value. */ public void setLineStrokeLineStyle(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 setLineStrokeLineStyleSet(boolean flag); /** * Returns the opacity value. * @return the opacity value. */ public float getLineStrokeOpacity(); /** * Returns whether the opacity value has been set. * @return true if the opacity value has been set, false otherwise. */ public boolean isLineStrokeOpacitySet(); /** * Sets the opacity value. * @param opacity the opacity value. */ public void setLineStrokeOpacity(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 setLineStrokeOpacitySet(boolean flag); /** * Returns the width value. * @return the width value. */ public float getLineStrokeWidth(); /** * Returns whether the width value has been set. * @return true if the width value has been set, false otherwise. */ public boolean isLineStrokeWidthSet(); /** * Sets the width value. * @param width the width value. */ public void setLineStrokeWidth(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 setLineStrokeWidthSet(boolean flag);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -