org.apache.batik.css.engine.value
Class URIValue
java.lang.Object
org.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 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Stephane Hillion
|
Method Summary |
String |
getCssText()
A string representation of the current value. |
| 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 |
URIValue
public URIValue(String cssText,
String uri)
- Creates a new StringValue.
getCssText
public String getCssText()
- A string representation of the current value.
- Specified by:
getCssText in interface Value- Overrides:
getCssText in class StringValue
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.