org.apache.batik.css.engine
Interface Rule

All Known Implementing Classes:
FontFaceRule, MediaRule, StyleRule

public interface Rule

This interface represents a CSS rule.


Method Summary
 short getType()
          Returns a constant identifying the rule type.
 String toString(CSSEngine eng)
          Returns a printable representation of this rule.
 

Method Detail

getType

public short getType()
Returns a constant identifying the rule type.


toString

public String toString(CSSEngine eng)
Returns a printable representation of this rule.



Copyright © 2009 Apache Software Foundation. All Rights Reserved.