org.apache.batik.css.engine.value
Interface ShorthandManager
- All Known Implementing Classes:
- MarkerShorthandManager
- public interface ShorthandManager
This interface represents the objects which provide support for
shorthand properties.
getPropertyName
public java.lang.String getPropertyName()
- Returns the name of the property handled.
setValues
public void setValues(CSSEngine eng,
ShorthandManager.PropertyHandler ph,
LexicalUnit lu,
boolean imp)
throws DOMException
- Sets the properties which are affected by this shorthand
property.
- Parameters:
eng - The current CSSEngine.ph - The property handler to use.lu - The SAC lexical unit used to create the value.imp - The property priority.base - The base URL.
Copyright © 2002 Apache Software Foundation. All Rights Reserved.