Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.css.engine.value
Interface ShorthandManager  view ShorthandManager download ShorthandManager.java


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.