org.apache.batik.css.engine.value

Class RectManager

public abstract class RectManager extends LengthManager

This class provides a manager for the property with support for rect values.
Field Summary
protected intorientation
The current orientation.
Method Summary
ValuecomputeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Implements {@link ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value)}.
ValuecreateValue(LexicalUnit lu, CSSEngine engine)
Implements {@link ValueManager#createValue(LexicalUnit,CSSEngine)}.
protected intgetOrientation()
Indicates the orientation of the property associated with this manager.

Field Detail

orientation

protected int orientation
The current orientation.

Method Detail

computeValue

public Value computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Implements {@link ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value)}.

createValue

public Value createValue(LexicalUnit lu, CSSEngine engine)
Implements {@link ValueManager#createValue(LexicalUnit,CSSEngine)}.

getOrientation

protected int getOrientation()
Indicates the orientation of the property associated with this manager.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.