|
|||||||||
| Home >> All >> org >> apache >> batik >> css >> engine >> [ value overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.css.engine.value
Class URIValue

java.lang.Objectorg.apache.batik.css.engine.value.AbstractValue
org.apache.batik.css.engine.value.StringValue
org.apache.batik.css.engine.value.URIValue
- All Implemented Interfaces:
- Value
- public class URIValue
- extends StringValue
This class represents uri values.
- Version:
- $Id: URIValue.java,v 1.2 2004/08/18 07:12:53 vhardy Exp $
| Field Summary | |
(package private) java.lang.String |
cssText
|
| Fields inherited from class org.apache.batik.css.engine.value.StringValue |
unitType, value |
| Constructor Summary | |
URIValue(java.lang.String cssText,
java.lang.String uri)
Creates a new StringValue. |
|
| Method Summary | |
java.lang.String |
getCssText()
A string representation of the current value. |
| Methods inherited from class org.apache.batik.css.engine.value.StringValue |
equals, getCssText, getPrimitiveType, getStringValue, toString |
| Methods inherited from class org.apache.batik.css.engine.value.AbstractValue |
createDOMException, getBlue, getBottom, getCssValueType, getFloatValue, getGreen, getIdentifier, getLeft, getLength, getListStyle, getRed, getRight, getSeparator, getTop, item |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
cssText
java.lang.String cssText
| Constructor Detail |
URIValue
public URIValue(java.lang.String cssText, java.lang.String uri)
- Creates a new StringValue.
| Method Detail |
getCssText
public java.lang.String getCssText()
- A string representation of the current value.
- Specified by:
getCssTextin interfaceValue- Overrides:
getCssTextin classStringValue
|
|||||||||
| Home >> All >> org >> apache >> batik >> css >> engine >> [ value overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC