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.3 2003/08/08 11:38:54 vhardy Exp $
Author:
Stephane Hillion

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.



<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.