Class MapCSSRule

  • All Implemented Interfaces:
    java.lang.Comparable<MapCSSRule>

    public class MapCSSRule
    extends java.lang.Object
    implements java.lang.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.