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

- public interface ShorthandManager
This interface represents the objects which provide support for shorthand properties.
- Version:
- $Id: ShorthandManager.java,v 1.5 2005/03/27 08:58:31 cam Exp $
| Nested Class Summary | |
static interface |
ShorthandManager.PropertyHandler
To handle a property value created by a ShorthandManager. |
| Method Summary | |
java.lang.String |
getPropertyName()
Returns the name of the property handled. |
void |
setValues(org.apache.batik.css.engine.CSSEngine eng,
ShorthandManager.PropertyHandler ph,
org.w3c.css.sac.LexicalUnit lu,
boolean imp)
Sets the properties which are affected by this shorthand property. |
| Method Detail |
getPropertyName
public java.lang.String getPropertyName()
- Returns the name of the property handled.
setValues
public void setValues(org.apache.batik.css.engine.CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.LexicalUnit lu, boolean imp) throws org.w3c.dom.DOMException
- Sets the properties which are affected by this shorthand
property.
|
|||||||||
| Home >> All >> org >> apache >> batik >> css >> engine >> [ value overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC