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

Class FillStyle

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<FillStyle>


    public class FillStyle
    extends SimpleEnumerationType<FillStyle>
    Indicates the various methods of filling the interior of objects. This class defines static constants for all of the valid choices. Depending on the choice of fill style, the current color, background color, fill pattern, and gradient points may affect the appearance of an object.
    See Also:
    Serialized Form
    • Field Detail

      • SOLID

        public static final FillStyle SOLID
        This constant indicates that an object should be completely filled with the color.
      • EMPTY

        public static final FillStyle EMPTY
        This constant indicates that an object should not be filled at all.
      • STIPPLED

        public static final FillStyle STIPPLED
        This constant indicates that an object should be filled with the fill pattern specified in the GraphicStyle. The current foreground color is drawn over pixels that correspond to pattern pixels that are set. Other pixels are left alone. (The term "stippled" is taken from the X-Windows documentation.)
      • OPAQUE_STIPPLED

        public static final FillStyle OPAQUE_STIPPLED
        This constant indicates that an object should be filled with the fill pattern specified in the GraphicStyle. The current foreground color is drawn over pixels that correspond to pattern pixels that are set. The current background color is used for unset pattern pixels. (The term "opaque stippled" is taken from the X-Windows documentation.)
      • GRADIENT

        public static final FillStyle GRADIENT
        This constant indicates that an object should be filled with a gradient. The gradient will be a smooth acyclic transition from the current foreground color to the current background color. The orientation and size of the gradient are determined by the anchor points
        (gradientPoints[0], gradientPoints[1])
        and
        (gradientPoints[2], gradientPoints[3])
        which anchor the foreground and background colors, respectively.
    • Method Detail

      • values

        public static FillStyle[] values()
        Returns the list of FillStyles.
      • family

        public CodeList[] family()
        Returns the list of enumerations of the same kind than this enum.
        Specified by:
        family in class CodeList<FillStyle>

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.