|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.CSSValue
public class CSSValue
The CSSValue
interface represents a simple or a
complexe value.
Constructor Summary | |
---|---|
|
CSSValue()
|
protected |
CSSValue(java.lang.Class dummy)
|
|
CSSValue(CSSValue other)
|
Method Summary | |
---|---|
java.lang.String |
cssText()
A string representation of the current value. |
short |
cssValueType()
A code defining the type of the value as defined above. |
boolean |
isCSSPrimitiveValue()
|
boolean |
isCSSValueList()
not part of the DOM |
boolean |
isNull()
|
void |
setCssText(java.lang.String arg1)
see cssText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CSSValue(java.lang.Class dummy)
public CSSValue()
public CSSValue(CSSValue other)
Method Detail |
---|
public java.lang.String cssText()
public void setCssText(java.lang.String arg1)
public short cssValueType()
public boolean isCSSValueList()
public boolean isCSSPrimitiveValue()
public boolean isNull()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |