|
|||||||||
| Home >> All >> org >> apache >> batik >> css >> [ engine overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.css.engine
Interface Rule

- All Known Implementing Classes:
- FontFaceRule, MediaRule, StyleRule
- public interface Rule
This interface represents a CSS rule.
- Version:
- $Id: Rule.java,v 1.4 2004/08/18 07:12:48 vhardy Exp $
| Method Summary | |
short |
getType()
Returns a constant identifying the rule type. |
java.lang.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 java.lang.String toString(CSSEngine eng)
- Returns a printable representation of this rule.
|
|||||||||
| Home >> All >> org >> apache >> batik >> css >> [ engine overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC