org.apache.batik.css.engine.value
public abstract class AbstractValue extends java.lang.Object implements Value
Constructor and Description |
---|
AbstractValue() |
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.DOMException |
createDOMException()
Creates an INVALID_ACCESS_ERR exception.
|
Value |
getBlue()
Implements
Value.getBlue() . |
Value |
getBottom()
Implements
Value.getBottom() . |
short |
getCssValueType()
Implements
Value.getCssValueType() . |
float |
getFloatValue()
Implements
Value.getFloatValue() . |
Value |
getGreen()
Implements
Value.getGreen() . |
java.lang.String |
getIdentifier()
Implements
Value.getIdentifier() . |
Value |
getLeft()
Implements
Value.getLeft() . |
int |
getLength()
Implements
Value.getLength() . |
java.lang.String |
getListStyle()
Implements
Value.getListStyle() . |
short |
getPrimitiveType()
Implements
Value.getPrimitiveType() . |
Value |
getRed()
Implements
Value.getRed() . |
Value |
getRight()
Implements
Value.getRight() . |
java.lang.String |
getSeparator()
Implements
Value.getSeparator() . |
java.lang.String |
getStringValue()
Implements
Value.getStringValue() . |
Value |
getTop()
Implements
Value.getTop() . |
Value |
item(int index)
Implements
Value.item(int) . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCssText
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.protected org.w3c.dom.DOMException createDOMException()
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.