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.

Version:
$Id: ShorthandManager.java,v 1.3 2003/08/08 11:38:55 vhardy Exp $
Author:
Stephane Hillion

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(CSSEngine eng, ShorthandManager.PropertyHandler ph, 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(CSSEngine eng,
                      ShorthandManager.PropertyHandler ph,
                      LexicalUnit lu,
                      boolean imp)
               throws org.w3c.dom.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.
Throws:
org.w3c.dom.DOMException


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.