Uses of Class
net.sf.cssbean.BorderStyle

Uses of BorderStyle in net.sf.cssbean
 

Methods in net.sf.cssbean that return BorderStyle
 BorderStyle CSSBean.getBorderBottomStyle()
          Gets the style of the bottom border.
 BorderStyle CSSBean.getBorderLeftStyle()
          Gets the style of the left border.
 BorderStyle CSSBean.getBorderRightStyle()
          Gets the style of the right border.
 BorderStyle CSSBean.getBorderStyle()
          Gets the style of the four borders.
 BorderStyle CSSBean.getBorderTopStyle()
          Gets the style of the top border.
static BorderStyle BorderStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BorderStyle[] BorderStyle.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 BorderStyle
 void CSSBean.setBorderBottomStyle(BorderStyle borderBottomStyle)
          Sets the style of the bottom border.
 void CSSBean.setBorderLeftStyle(BorderStyle borderLeftStyle)
          Sets the style of the left border.
 void CSSBean.setBorderRightStyle(BorderStyle borderRightStyle)
          Sets the style of the right border.
 void CSSBean.setBorderStyle(BorderStyle borderStyle)
          Sets the style of the four borders.
 void CSSBean.setBorderTopStyle(BorderStyle borderTopStyle)
          Sets the style of the top border.
 



Copyright © 2005 Mike Heath. All Rights Reserved.