org.xhtmlrenderer.css.style
Class BackgroundSize

java.lang.Object
  extended by org.xhtmlrenderer.css.style.BackgroundSize

public class BackgroundSize
extends Object


Constructor Summary
BackgroundSize(boolean contain, boolean cover, boolean bothAuto)
           
BackgroundSize(PropertyValue width, PropertyValue height)
           
 
Method Summary
 PropertyValue getHeight()
           
 PropertyValue getWidth()
           
 boolean isBothAuto()
           
 boolean isContain()
           
 boolean isCover()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackgroundSize

public BackgroundSize(boolean contain,
                      boolean cover,
                      boolean bothAuto)

BackgroundSize

public BackgroundSize(PropertyValue width,
                      PropertyValue height)
Method Detail

isContain

public boolean isContain()

isCover

public boolean isCover()

isBothAuto

public boolean isBothAuto()

getWidth

public PropertyValue getWidth()

getHeight

public PropertyValue getHeight()


Copyright © 2013. All Rights Reserved.