org.apache.batik.css.engine.value
public interface Value
Method Summary | |
---|---|
Value | getBlue()
The blue value of the RGB color. |
Value | getBottom()
The bottom value of the rect. |
String | getCssText()
A string representation of the current value. |
short | getCssValueType()
A code defining the type of the value. |
float | getFloatValue()
This method is used to get the float value. |
Value | getGreen()
The green value of the RGB color. |
String | getIdentifier()
The identifier value of the counter. |
Value | getLeft()
The left value of the rect. |
int | getLength()
The number of CSSValues in the list. |
String | getListStyle()
The listStyle value of the counter. |
short | getPrimitiveType()
The type of the value. |
Value | getRed()
The red value of the RGB color. |
Value | getRight()
The right value of the rect. |
String | getSeparator()
The separator value of the counter. |
String | getStringValue()
This method is used to get the string value. |
Value | getTop()
The top value of the rect. |
Value | item(int index)
Used to retrieve a rule by ordinal index. |
Throws: DOMException INVALID_ACCESS_ERR: Raised if the value doesn't contain a RGB color value.
Throws: DOMException INVALID_ACCESS_ERR: Raised if the value doesn't contain a Rect value.
Throws: DOMException INVALID_ACCESS_ERR: Raised if the value doesn't contain a float value.
Throws: DOMException INVALID_ACCESS_ERR: Raised if the value doesn't contain a RGB color value.
Throws: DOMException INVALID_ACCESS_ERR: Raised if the value doesn't contain a Counter value.
Throws: DOMException INVALID_ACCESS_ERR: Raised if the value doesn't contain a Rect value.
CSSValues
in the list. The range of valid
values of the indices is 0
to length-1
inclusive.Throws: DOMException INVALID_ACCESS_ERR: Raised if the value doesn't contain a list value.
Throws: DOMException INVALID_ACCESS_ERR: Raised if the value doesn't contain a Counter value.
Throws: DOMException INVALID_ACCESS_ERR: Raised if the value doesn't contain a RGB color value.
Throws: DOMException INVALID_ACCESS_ERR: Raised if the value doesn't contain a Rect value.
Throws: DOMException INVALID_ACCESS_ERR: Raised if the value doesn't contain a Counter value.
Throws: DOMException INVALID_ACCESS_ERR: Raised if the value doesn't contain a string value.
Throws: DOMException INVALID_ACCESS_ERR: Raised if the value doesn't contain a Rect value.
Returns: The style rule at the index
position in the
list, or null
if that is not a valid index.
Throws: DOMException INVALID_ACCESS_ERR: Raised if the value doesn't contain a list value.