Uses of Class
net.sf.cssbean.BackgroundAttachment

Uses of BackgroundAttachment in net.sf.cssbean
 

Methods in net.sf.cssbean that return BackgroundAttachment
 BackgroundAttachment CSSBean.getBackgroundAttachment()
          Gets whether a background image is fixed or scrolls with the rest of the page.
static BackgroundAttachment BackgroundAttachment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BackgroundAttachment[] BackgroundAttachment.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.cssbean with parameters of type BackgroundAttachment
 void CSSBean.setBackgroundAttachment(BackgroundAttachment backgroundAttachment)
          Sets whether a background image is fixed or scrolls with the rest of the page.
 



Copyright © 2005 Mike Heath. All Rights Reserved.