info.informatica.doc.style.css.property
Class CSSShorthandValue

java.lang.Object
  extended by info.informatica.doc.style.css.property.CSSShorthandValue
All Implemented Interfaces:
org.w3c.dom.css.CSSValue

public class CSSShorthandValue
extends Object
implements org.w3c.dom.css.CSSValue

Value for a shorthand property.

Author:
Carlos Amengual (amengual at informatica.info)

Field Summary
 
Fields inherited from interface org.w3c.dom.css.CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST
 
Constructor Summary
CSSShorthandValue()
           
 
Method Summary
 String getCssText()
           
 short getCssValueType()
           
 void setCssText(String cssText)
           
 void setShorthandText(String cssText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSShorthandValue

public CSSShorthandValue()
Method Detail

getCssText

public String getCssText()
Specified by:
getCssText in interface org.w3c.dom.css.CSSValue

setCssText

public void setCssText(String cssText)
                throws DOMException
Specified by:
setCssText in interface org.w3c.dom.css.CSSValue
Throws:
DOMException

setShorthandText

public void setShorthandText(String cssText)
                      throws DOMException
Throws:
DOMException

getCssValueType

public short getCssValueType()
Specified by:
getCssValueType in interface org.w3c.dom.css.CSSValue


Copyright © 2011 informatica.info. All Rights Reserved.