org.apache.batik.css.engine

Interface Rule

public interface Rule

This interface represents a CSS rule.
Method Summary
shortgetType()
Returns a constant identifying the rule type.
StringtoString(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 B) 2008 Apache Software Foundation. All Rights Reserved.