📄 pointsymbolizer.java
字号:
/** * Returns the stroke end arrow style value. * @return the stroke end arrow style value. */ public ArrowStyle getPointStrokeEndArrowStyle(); /** * Returns whether the stroke end arrow style value has been set. * @return true if the stroke end arrow style value has been set, false otherwise. */ public boolean isPointStrokeEndArrowStyleSet(); /** * Sets the stroke end arrow style value. * @param strokeArrowStyle the stroke end arrow style value. */ public void setPointStrokeEndArrowStyle(ArrowStyle strokeArrowStyle); /** * Sets the fact that the stroke end arrow style value has been set. * @param flag true if the stroke end arrow style value has been set, false otherwise. */ public void setPointStrokeEndArrowStyleSet(boolean flag); /** * Returns the stroke color value. * @return the stroke color value. */ public Color getPointStrokeColor(); /** * Returns whether the stroke color value has been set. * @return true if the stroke color value has been set, false otherwise. */ public boolean isPointStrokeColorSet(); /** * Sets the stroke color value. * @param strokeColor the stroke color value. */ public void setPointStrokeColor(Color strokeColor); /** * Sets the fact that the stroke color value has been set. * @param flag true if the stroke color value has been set, false otherwise. */ public void setPointStrokeColorSet(boolean flag); /** * Returns the stroke dash array value. * @return the stroke dash array value. */ public DashArray getPointStrokeDashArray(); /** * Returns whether the stroke dash array value has been set. * @return true if the stroke dash array value has been set, false otherwise. */ public boolean isPointStrokeDashArraySet(); /** * Sets the stroke dash array value. * @param strokeDashArray the stroke dash array value. */ public void setPointStrokeDashArray(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 setPointStrokeDashArraySet(boolean flag); /** * Returns the stroke dash offset value. * @return the stroke dash offset value. */ public float getPointStrokeDashOffset(); /** * 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 isPointStrokeDashOffsetSet(); /** * Sets the stroke dash offset value. * @param strokeDashOffset the stroke dash offset value. */ public void setPointStrokeDashOffset(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 setPointStrokeDashOffsetSet(boolean flag); /** * Returns the fill color value. * @return the fill color value. */ public Color getPointStrokeFillColor(); /** * Returns whether the fill color value has been set. * @return true if the fill color value has been set, false otherwise. */ public boolean isPointStrokeFillColorSet(); /** * Sets the fill color value. * @param fillColor the fill color value. */ public void setPointStrokeFillColor(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 setPointStrokeFillColorSet(boolean flag); /** * Returns the fill background color value. * @return the fill background color value. */ public Color getPointStrokeFillBackgroundColor(); /** * 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 isPointStrokeFillBackgroundColorSet(); /** * Sets the fill background color value. * @param fillBackgroundColor the fill background color value. */ public void setPointStrokeFillBackgroundColor(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 setPointStrokeFillBackgroundColorSet(boolean flag); /** * Returns the fill gradient points value. * @return the fill gradient points value. */ public float[] getPointStrokeFillGradientPoints(); /** * 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 isPointStrokeFillGradientPointsSet(); /** * Sets the fill gradient points value. * @param fillGradientPoints the fill gradient points value. */ public void setPointStrokeFillGradientPoints(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 setPointStrokeFillGradientPointsSet(boolean flag); /** * Returns the fill opacity value. * @return the fill opacity value. */ public float getPointStrokeFillOpacity(); /** * Returns whether the fill opacity value has been set. * @return true if the fill opacity value has been set, false otherwise. */ public boolean isPointStrokeFillOpacitySet(); /** * Sets the fill opacity value. * @param fillOpacity the fill opacity value. */ public void setPointStrokeFillOpacity(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 setPointStrokeFillOpacitySet(boolean flag); /** * Returns the fill pattern value. * @return the fill pattern value. */ public FillPattern getPointStrokeFillPattern(); /** * Returns whether the fill pattern value has been set. * @return true if the fill pattern value has been set, false otherwise. */ public boolean isPointStrokeFillPatternSet(); /** * Sets the fill pattern value. * @param fillPattern the fill pattern value. */ public void setPointStrokeFillPattern(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 setPointStrokeFillPatternSet(boolean flag); /** * Returns the fill style value. * @return the fill style value. */ public FillStyle getPointStrokeFillStyle(); /** * Returns whether the fill style value has been set. * @return true if the fill style value has been set, false otherwise. */ public boolean isPointStrokeFillStyleSet(); /** * Sets the fill style value. * @param fillStyle the fill style value. */ public void setPointStrokeFillStyle(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 setPointStrokeFillStyleSet(boolean flag); /** * Returns the stroke line cap value. * @return the stroke line cap value. */ public LineCap getPointStrokeLineCap(); /** * 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 isPointStrokeLineCapSet(); /** * Sets the stroke line cap value. * @param strokeLineCap the stroke line cap value. */ public void setPointStrokeLineCap(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 setPointStrokeLineCapSet(boolean flag); /** * Returns the stroke line gap value. * @return the stroke line gap value. */ public float getPointStrokeLineGap(); /** * 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 isPointStrokeLineGapSet(); /** * Sets the stroke line gap value. * @param strokeLineGap the stroke line gap value. */ public void setPointStrokeLineGap(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 setPointStrokeLineGapSet(boolean flag); /** * Returns the stroke line join value. * @return the stroke line join value. */ public LineJoin getPointStrokeLineJoin(); /** * 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 isPointStrokeLineJoinSet(); /** * Sets the stroke line join value. * @param strokeLineJoin the stroke line join value. */ public void setPointStrokeLineJoin(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 setPointStrokeLineJoinSet(boolean flag); /** * Returns the stroke line pattern value. * @return the stroke line pattern value. */ public LinePattern getPointStrokeLinePattern(); /** * 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 isPointStrokeLinePatternSet(); /** * Sets the stroke line pattern value. * @param strokeLinePattern the stroke line pattern value. */ public void setPointStrokeLinePattern(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 setPointStrokeLinePatternSet(boolean flag); /** * Returns the stroke line style value. * @return the stroke line style value. */ public LineStyle getPointStrokeLineStyle(); /** * 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 isPointStrokeLineStyleSet(); /** * Sets the stroke line style value. * @param strokeLineStyle the stroke line style value. */ public void setPointStrokeLineStyle(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 setPointStrokeLineStyleSet(boolean flag); /** * Returns the opacity value. * @return the opacity value. */ public float getPointStrokeOpacity(); /** * Returns whether the opacity value has been set. * @return true if the opacity value has been set, false otherwise. */ public boolean isPointStrokeOpacitySet(); /** * Sets the opacity value. * @param opacity the opacity value. */ public void setPointStrokeOpacity(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 setPointStrokeOpacitySet(boolean flag); /** * Returns the width value. * @return the width value. */ public float getPointStrokeWidth(); /** * Returns whether the width value has been set. * @return true if the width value has been set, false otherwise. */ public boolean isPointStrokeWidthSet(); /** * Sets the width value. * @param width the width value. */ public void setPointStrokeWidth(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 setPointStrokeWidthSet(boolean flag);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -