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 ValueManager.
ValuecreateValue(LexicalUnit lu, CSSEngine engine)
Implements createValue.
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 ValueManager.

createValue

public Value createValue(LexicalUnit lu, CSSEngine engine)
Implements createValue.

getOrientation

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