Uses of Class
com.osbcp.css.constants.OutlineStyle

Packages that use OutlineStyle
com.osbcp.css Main package. 
com.osbcp.css.constants Package containing various CSS constants. 
 

Uses of OutlineStyle in com.osbcp.css
 

Methods in com.osbcp.css with parameters of type OutlineStyle
 CSS CSS.setOutline(java.io.Serializable color, OutlineStyle style, OutlineWidth width)
          Sets the outline property.
 CSS CSS.setOutline(java.io.Serializable color, OutlineStyle style, Unit width)
          Sets the outline property.
 CSS CSS.setOutlineStyle(OutlineStyle style)
          Sets the outline-style property.
 

Uses of OutlineStyle in com.osbcp.css.constants
 

Methods in com.osbcp.css.constants that return OutlineStyle
static OutlineStyle OutlineStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OutlineStyle[] OutlineStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.