org.apache.batik.css.engine.value
Modifier and Type | Field and Description |
---|---|
protected Value |
cascadedValue
The cascaded value.
|
protected Value |
computedValue
The computed value.
|
Constructor and Description |
---|
ComputedValue(Value cv)
Creates a new ComputedValue object.
|
protected Value cascadedValue
protected Value computedValue
public ComputedValue(Value cv)
cv
- The cascaded value.public Value getComputedValue()
public Value getCascadedValue()
public void setComputedValue(Value v)
public java.lang.String getCssText()
Value.getCssText()
.getCssText
in interface Value
public short getCssValueType()
Value.getCssValueType()
.getCssValueType
in interface Value
public short getPrimitiveType()
Value.getPrimitiveType()
.getPrimitiveType
in interface Value
public float getFloatValue() throws org.w3c.dom.DOMException
Value.getFloatValue()
.getFloatValue
in interface Value
org.w3c.dom.DOMException
- INVALID_ACCESS_ERR: Raised if the value doesn't contain a float
value.public java.lang.String getStringValue() throws org.w3c.dom.DOMException
Value.getStringValue()
.getStringValue
in interface Value
org.w3c.dom.DOMException
- INVALID_ACCESS_ERR: Raised if the value doesn't contain a string
value.public Value getRed() throws org.w3c.dom.DOMException
Value.getRed()
.public Value getGreen() throws org.w3c.dom.DOMException
Value.getGreen()
.public Value getBlue() throws org.w3c.dom.DOMException
Value.getBlue()
.public int getLength() throws org.w3c.dom.DOMException
Value.getLength()
.public Value item(int index) throws org.w3c.dom.DOMException
Value.item(int)
.public Value getTop() throws org.w3c.dom.DOMException
Value.getTop()
.public Value getRight() throws org.w3c.dom.DOMException
Value.getRight()
.public Value getBottom() throws org.w3c.dom.DOMException
Value.getBottom()
.public Value getLeft() throws org.w3c.dom.DOMException
Value.getLeft()
.public java.lang.String getIdentifier() throws org.w3c.dom.DOMException
Value.getIdentifier()
.getIdentifier
in interface Value
org.w3c.dom.DOMException
- INVALID_ACCESS_ERR: Raised if the value doesn't contain a Counter
value.public java.lang.String getListStyle() throws org.w3c.dom.DOMException
Value.getListStyle()
.getListStyle
in interface Value
org.w3c.dom.DOMException
- INVALID_ACCESS_ERR: Raised if the value doesn't contain a Counter
value.public java.lang.String getSeparator() throws org.w3c.dom.DOMException
Value.getSeparator()
.getSeparator
in interface Value
org.w3c.dom.DOMException
- INVALID_ACCESS_ERR: Raised if the value doesn't contain a Counter
value.Copyright ? 2008 Apache Software Foundation. All Rights Reserved.