org.xhtmlrenderer.css.constants
Class CSSName.CSSSideProperties

java.lang.Object
  extended by org.xhtmlrenderer.css.constants.CSSName.CSSSideProperties
Enclosing class:
CSSName

public static class CSSName.CSSSideProperties
extends Object


Field Summary
 CSSName bottom
           
 CSSName left
           
 CSSName right
           
 CSSName top
           
 
Constructor Summary
CSSName.CSSSideProperties(CSSName top, CSSName right, CSSName bottom, CSSName left)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

top

public final CSSName top

right

public final CSSName right

bottom

public final CSSName bottom

left

public final CSSName left
Constructor Detail

CSSName.CSSSideProperties

public CSSName.CSSSideProperties(CSSName top,
                                 CSSName right,
                                 CSSName bottom,
                                 CSSName left)


Copyright © 2013. All Rights Reserved.