org.apache.batik.css.engine

Interface CSSEngine.MainPropertyReceiver

public interface CSSEngine.MainPropertyReceiver

Interface for people interesting in having 'primary' properties set. Shorthand properties will be expanded "automatically".
Method Summary
voidsetMainProperty(String name, Value v, boolean important)
Called with a non-shorthand property name and it's value.

Method Detail

setMainProperty

public void setMainProperty(String name, Value v, boolean important)
Called with a non-shorthand property name and it's value.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.