|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.CSSOMReadOnlyStyleDeclaration.ImportantUserValueEntry
To store an important user value.
Field Summary | |
protected CSSValue |
value
The CSS value. |
Constructor Summary | |
CSSOMReadOnlyStyleDeclaration.ImportantUserValueEntry(CSSValue v)
Creates a new value entry. |
Method Summary | |
int |
getOrigin()
Returns the value origin. |
java.lang.String |
getPriority()
Returns the priority. |
CSSValue |
getValue()
Returns the CSS value. |
void |
setValue(CSSValue v)
Sets the CSS value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected CSSValue value
Constructor Detail |
public CSSOMReadOnlyStyleDeclaration.ImportantUserValueEntry(CSSValue v)
Method Detail |
public CSSValue getValue()
getValue
in interface CSSOMReadOnlyStyleDeclaration.ValueEntry
public void setValue(CSSValue v)
setValue
in interface CSSOMReadOnlyStyleDeclaration.ValueEntry
public java.lang.String getPriority()
getPriority
in interface CSSOMReadOnlyStyleDeclaration.ValueEntry
public int getOrigin()
getOrigin
in interface CSSOMReadOnlyStyleDeclaration.ValueEntry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |