|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |