Uses of Class
net.sf.cssbean.Style

Uses of Style in net.sf.cssbean
 

Methods in net.sf.cssbean that return Style
 Style CSSBean.getFontStyle()
          Gets the style of the font.
static Style Style.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Style[] Style.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 Style
 void CSSBean.setFontStyle(Style fontStyle)
          Sets the style of the font.
 



Copyright © 2005 Mike Heath. All Rights Reserved.