Uses of Class
org.sonar.colorizer.HtmlOptions

Packages that use HtmlOptions
org.sonar.colorizer   
 

Uses of HtmlOptions in org.sonar.colorizer
 

Fields in org.sonar.colorizer declared as HtmlOptions
static HtmlOptions HtmlOptions.DEFAULT
           
 

Methods in org.sonar.colorizer that return HtmlOptions
 HtmlOptions HtmlOptions.setFirstLineId(int i)
           
 HtmlOptions HtmlOptions.setGenerateHtmlHeader(boolean b)
          Defines if the HTML header, including CSS, must be generated.
 HtmlOptions HtmlOptions.setGenerateTable(boolean b)
           
 HtmlOptions HtmlOptions.setTableId(String id)
          Used only if isGenerateTable() is true.
 

Methods in org.sonar.colorizer with parameters of type HtmlOptions
static String CodeColorizer.groovyToHtml(Reader code, HtmlOptions options)
           
static String CodeColorizer.javaToHtml(Reader code, HtmlOptions options)
           
 String CodeColorizer.toHtml(Reader code, HtmlOptions options)
           
 

Constructors in org.sonar.colorizer with parameters of type HtmlOptions
HtmlDecorator(HtmlOptions options)
           
HtmlRenderer(HtmlOptions options)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.