Package org.apache.batik.css.engine
Interface Rule
-
- All Known Implementing Classes:
FontFaceRule,ImportRule,MediaRule,StyleRule
public interface RuleThis interface represents a CSS rule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description shortgetType()Returns a constant identifying the rule type.java.lang.StringtoString(CSSEngine eng)Returns a printable representation of this rule.
-
-
-
Method Detail
-
getType
short getType()
Returns a constant identifying the rule type.
-
toString
java.lang.String toString(CSSEngine eng)
Returns a printable representation of this rule.
-
-