Uses of Interface
net.sf.statcvs.output.CssHandler
Packages that use CssHandler
-
Uses of CssHandler in net.sf.statcvs.output
Classes in net.sf.statcvs.output that implement CssHandlerModifier and TypeClassDescriptionclass
CSS handler for a CSS file included in the distribution JAR file.class
CSS handler for a local CSS file which will be copied to the output dir.class
CSS handler for a CSS file specified by a HTTP URL.Methods in net.sf.statcvs.output that return CssHandlerModifier and TypeMethodDescriptionstatic CssHandler
ConfigurationOptions.getCssHandler()
returns theCssHandler
ReportConfig.getCssHandler()
Constructors in net.sf.statcvs.output with parameters of type CssHandlerModifierConstructorDescriptionReportConfig
(Repository repository, String projectName, String rootDirectory, MarkupSyntax syntax, CssHandler cssHandler, String charSet)