Documentation of 'org.opengis.go.display.style.PolygonSymbolizer' Java class
PolygonSymbolizer
org.opengis.go.display.style

Interface PolygonSymbolizer

  • All Superinterfaces:
    java.lang.Cloneable, GraphicStyle, LineSymbolizer


    public interface PolygonSymbolizer
    extends LineSymbolizer
    Encapsulates the style data applicable to Graphics that are of type Polygon in the sense of SLD (OGC 02-070).
    • Field Detail

      • DEFAULT_FILL_COLOR

        static final java.awt.Color DEFAULT_FILL_COLOR
        Default fill color value.
      • DEFAULT_FILL_BACKGROUND_COLOR

        static final java.awt.Color DEFAULT_FILL_BACKGROUND_COLOR
        Default fill background color value.
      • DEFAULT_FILL_GRADIENT_POINTS

        static final float[] DEFAULT_FILL_GRADIENT_POINTS
        Default fill gradient points value.
      • DEFAULT_FILL_OPACITY

        static final float DEFAULT_FILL_OPACITY
        Default fill opacity value.
        See Also:
        Constant Field Values
      • DEFAULT_FILL_PATTERN

        static final FillPattern DEFAULT_FILL_PATTERN
        Default fill pattern value.
      • DEFAULT_FILL_STYLE

        static final FillStyle DEFAULT_FILL_STYLE
        Default fill style value.
    • Method Detail

      • getFillColor

        java.awt.Color getFillColor()
        Returns the fill color rgb value.
        Returns:
        the fill color value.
      • setFillColor

        void setFillColor(java.awt.Color fillColor)
        Sets the fill color rgb value. Do not use the Color alpha channel to set fill opacity; use setFillOpacity(float) instead.
        Parameters:
        fillColor - the fill color value.
      • getFillBackgroundColor

        java.awt.Color getFillBackgroundColor()
        Returns the fill background color value.
        Returns:
        the fill background color value.
      • setFillBackgroundColor

        void setFillBackgroundColor(java.awt.Color fillBackgroundColor)
        Sets the fill background color value.
        Parameters:
        fillBackgroundColor - the fill background color value.
      • getFillGradientPoints

        float[] getFillGradientPoints()
        Returns the fill gradient points value.
        Returns:
        the fill gradient points value.
      • setFillGradientPoints

        void setFillGradientPoints(float[] fillGradientPoints)
        Sets the fill gradient points value.
        Parameters:
        fillGradientPoints - the fill gradient points value.
      • getFillOpacity

        float getFillOpacity()
        Returns the fill opacity value.
        Returns:
        the fill opacity value.
      • setFillOpacity

        void setFillOpacity(float fillOpacity)
        Sets the fill opacity value. If semi-transparency is specified in both this attribute and the alpha value of the fill color, the alpha channel value should be ignored.
        Parameters:
        fillOpacity - the fill opacity value.
      • getFillPattern

        FillPattern getFillPattern()
        Returns the fill pattern value.
        Returns:
        the fill pattern value.
      • setFillPattern

        void setFillPattern(FillPattern fillPattern)
        Sets the fill pattern value.
        Parameters:
        fillPattern - the fill pattern value.
      • getFillStyle

        FillStyle getFillStyle()
        Returns the fill style value.
        Returns:
        the fill style value.
      • setFillStyle

        void setFillStyle(FillStyle fillStyle)
        Sets the fill style value.
        Parameters:
        fillStyle - the fill style value.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.