java.lang.Object
org.apache.batik.css.engine.value.ComputedValue
- All Implemented Interfaces:
- Value
- public class ComputedValue
- extends java.lang.Object
- implements Value
This class represents a computed property value.
- Version:
- $Id: ComputedValue.java,v 1.3 2004/08/18 07:12:53 vhardy Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cascadedValue
protected Value cascadedValue
- The cascaded value.
computedValue
protected Value computedValue
- The computed value.
ComputedValue
public ComputedValue(Value cv)
- Creates a new ComputedValue object.
getComputedValue
public Value getComputedValue()
- Returns the computed value.
getCascadedValue
public Value getCascadedValue()
- Returns the cascaded value.
setComputedValue
public void setComputedValue(Value v)
- Sets the computed value.
getCssText
public java.lang.String getCssText()
- Implements
Value.getCssText() 55 .
- Specified by:
getCssText in interface Value
getCssValueType
public short getCssValueType()
- Implements
Value.getCssValueType() 55 .
- Specified by:
getCssValueType in interface Value
getPrimitiveType
public short getPrimitiveType()
- Implements
Value.getPrimitiveType() 55 .
- Specified by:
getPrimitiveType in interface Value
getFloatValue
public float getFloatValue()
throws org.w3c.dom.DOMException
- Implements
Value.getFloatValue() 55 .
- Specified by:
getFloatValue in interface Value
getStringValue
public java.lang.String getStringValue()
throws org.w3c.dom.DOMException
- Implements
Value.getStringValue() 55 .
- Specified by:
getStringValue in interface Value
getRed
public Value getRed()
throws org.w3c.dom.DOMException
- Implements
Value.getRed() 55 .
- Specified by:
getRed in interface Value
getGreen
public Value getGreen()
throws org.w3c.dom.DOMException
- Implements
Value.getGreen() 55 .
- Specified by:
getGreen in interface Value
getBlue
public Value getBlue()
throws org.w3c.dom.DOMException
- Implements
Value.getBlue() 55 .
- Specified by:
getBlue in interface Value
getLength
public int getLength()
throws org.w3c.dom.DOMException
- Implements
Value.getLength() 55 .
- Specified by:
getLength in interface Value
item
public Value item(int index)
throws org.w3c.dom.DOMException
- Implements
Value.item(int) 55 .
- Specified by:
item in interface Value
getTop
public Value getTop()
throws org.w3c.dom.DOMException
- Implements
Value.getTop() 55 .
- Specified by:
getTop in interface Value
getRight
public Value getRight()
throws org.w3c.dom.DOMException
- Implements
Value.getRight() 55 .
- Specified by:
getRight in interface Value
getBottom
public Value getBottom()
throws org.w3c.dom.DOMException
- Implements
Value.getBottom() 55 .
- Specified by:
getBottom in interface Value
getLeft
public Value getLeft()
throws org.w3c.dom.DOMException
- Implements
Value.getLeft() 55 .
- Specified by:
getLeft in interface Value
getIdentifier
public java.lang.String getIdentifier()
throws org.w3c.dom.DOMException
- Implements
Value.getIdentifier() 55 .
- Specified by:
getIdentifier in interface Value
getListStyle
public java.lang.String getListStyle()
throws org.w3c.dom.DOMException
- Implements
Value.getListStyle() 55 .
- Specified by:
getListStyle in interface Value
getSeparator
public java.lang.String getSeparator()
throws org.w3c.dom.DOMException
- Implements
Value.getSeparator() 55 .
- Specified by:
getSeparator in interface Value