Class MapCSSRule

  • All Implemented Interfaces:
    Comparable<MapCSSRule>

    public class MapCSSRule
    extends Object
    implements Comparable<MapCSSRule>
    A MapCSS rule. A MapCSS style is simply a list of MapCSS rules. Each rule has a selector and a declaration. Whenever the selector matches the primitive, the declaration block is executed for this primitive.