Uses of Class
org.pentaho.chart.model.CssStyle.LineStyle

Packages that use CssStyle.LineStyle
org.pentaho.chart.model   
 

Uses of CssStyle.LineStyle in org.pentaho.chart.model
 

Methods in org.pentaho.chart.model that return CssStyle.LineStyle
 CssStyle.LineStyle CssStyle.getBorderLineStyle()
           
static CssStyle.LineStyle CssStyle.LineStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CssStyle.LineStyle[] CssStyle.LineStyle.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.pentaho.chart.model with parameters of type CssStyle.LineStyle
 void CssStyle.setBorderLineStyle(CssStyle.LineStyle lineStyle)
          The visual style of the line around the associated element.