info.informatica.doc.style.css.property
Class DOMCSSRectValue.CSSRect

java.lang.Object
  extended by info.informatica.doc.style.css.property.DOMCSSRectValue.CSSRect
All Implemented Interfaces:
org.w3c.dom.css.Rect
Enclosing class:
DOMCSSRectValue

public class DOMCSSRectValue.CSSRect
extends Object
implements org.w3c.dom.css.Rect


Constructor Summary
DOMCSSRectValue.CSSRect()
           
 
Method Summary
 org.w3c.dom.css.CSSPrimitiveValue getBottom()
           
 org.w3c.dom.css.CSSPrimitiveValue getLeft()
           
 org.w3c.dom.css.CSSPrimitiveValue getRight()
           
 org.w3c.dom.css.CSSPrimitiveValue getTop()
           
 void setBottom(org.w3c.dom.css.CSSPrimitiveValue bottom)
           
 void setLeft(org.w3c.dom.css.CSSPrimitiveValue left)
           
 void setRight(org.w3c.dom.css.CSSPrimitiveValue right)
           
 void setTop(org.w3c.dom.css.CSSPrimitiveValue top)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMCSSRectValue.CSSRect

public DOMCSSRectValue.CSSRect()
Method Detail

setTop

public void setTop(org.w3c.dom.css.CSSPrimitiveValue top)

getTop

public org.w3c.dom.css.CSSPrimitiveValue getTop()
Specified by:
getTop in interface org.w3c.dom.css.Rect

setRight

public void setRight(org.w3c.dom.css.CSSPrimitiveValue right)

getRight

public org.w3c.dom.css.CSSPrimitiveValue getRight()
Specified by:
getRight in interface org.w3c.dom.css.Rect

setBottom

public void setBottom(org.w3c.dom.css.CSSPrimitiveValue bottom)

getBottom

public org.w3c.dom.css.CSSPrimitiveValue getBottom()
Specified by:
getBottom in interface org.w3c.dom.css.Rect

setLeft

public void setLeft(org.w3c.dom.css.CSSPrimitiveValue left)

getLeft

public org.w3c.dom.css.CSSPrimitiveValue getLeft()
Specified by:
getLeft in interface org.w3c.dom.css.Rect


Copyright © 2011 informatica.info. All Rights Reserved.