Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
S
saveChart(int, int)
- Method in class net.sf.statcvs.renderer.
Chart
save chart as PNG
saveChart(int, int, String)
- Method in class net.sf.statcvs.renderer.
Chart
save chart as PNG, restore old file name
setAuthor(Author)
- Method in class net.sf.statcvs.model.
CvsRevision
Sets the author.
setChart(JFreeChart)
- Method in class net.sf.statcvs.renderer.
Chart
set chart
setCheckedOutDirectory(String)
- Static method in class net.sf.statcvs.output.
ConfigurationOptions
Sets the checkedOutDirectory.
setChoraURL(String)
- Method in class net.sf.statcvs.ant.
StatCvsTask
setChoraURL(String)
- Static method in class net.sf.statcvs.output.
ConfigurationOptions
Sets the URL to a
Chora
web-based CVS browser.
setComment(String)
- Method in class net.sf.statcvs.model.
CvsRevision
Sets the comment.
setCssFile(String)
- Method in class net.sf.statcvs.ant.
StatCvsTask
setCssFile(String)
- Static method in class net.sf.statcvs.output.
ConfigurationOptions
Sets the cssFile.
setCvsFile(CvsFile)
- Method in class net.sf.statcvs.model.
CvsRevision
Sets the
CvsFile
which the revision belongs to.
setCvsLogFile(String)
- Method in class net.sf.statcvs.ant.
StatCvsTask
setCvswebURL(String)
- Method in class net.sf.statcvs.ant.
StatCvsTask
setCvswebURL(String)
- Static method in class net.sf.statcvs.output.
ConfigurationOptions
Sets the URL to a
cvsweb
web-based CVS browser.
setDate(Date)
- Method in class net.sf.statcvs.model.
CvsRevision
Sets the date.
setDebugLogging()
- Static method in class net.sf.statcvs.output.
ConfigurationOptions
Sets the logging level to debug
setExcludeFiles(String)
- Method in class net.sf.statcvs.ant.
StatCvsTask
Specifies files to exclude from the analysis.
setExcludePattern(String)
- Static method in class net.sf.statcvs.output.
ConfigurationOptions
Sets a file exclude pattern list.
setFileName(String)
- Method in class net.sf.statcvs.output.
HTMLPage
setIncludeFiles(String)
- Method in class net.sf.statcvs.ant.
StatCvsTask
Specifies files to include in the analysis.
setIncludePattern(String)
- Static method in class net.sf.statcvs.output.
ConfigurationOptions
Sets a file include pattern list.
setInitialValue(int)
- Method in class net.sf.statcvs.reportmodel.
TimeLine
Sets the initial value of the time line, that is the value just before the first data point.
setKeysInFirstColumn(boolean)
- Method in class net.sf.statcvs.reportmodel.
Table
set if the first column contains keys that identify each row
setLinesAdded(int)
- Method in class net.sf.statcvs.model.
CvsRevision
Sets the number of added lines.
setLinesOfCode(int)
- Method in class net.sf.statcvs.model.
CvsRevision
Sets the lines of code value for this revision.
setLinesRemoved(int)
- Method in class net.sf.statcvs.model.
CvsRevision
Sets the number of removed lines.
setLogFileName(String)
- Static method in class net.sf.statcvs.output.
ConfigurationOptions
Sets the logFileName.
setNotesFile(String)
- Method in class net.sf.statcvs.ant.
StatCvsTask
setNotesFile(String)
- Static method in class net.sf.statcvs.output.
ConfigurationOptions
Sets the name of the notes file.
setOutputDir(String)
- Static method in class net.sf.statcvs.output.
ConfigurationOptions
Sets the outputDir.
setOutputDirectory(String)
- Method in class net.sf.statcvs.ant.
StatCvsTask
setPageName(String)
- Method in class net.sf.statcvs.output.
HTMLPage
setProjectDirectory(String)
- Method in class net.sf.statcvs.ant.
StatCvsTask
setProjectTitle(String)
- Static method in class net.sf.statcvs.output.
ConfigurationOptions
Sets a project title to be used in the reports
setShowCreditInformation(boolean)
- Static method in class net.sf.statcvs.output.
ConfigurationOptions
Enabe or disable the credit information in the generated charts
setShowCredits(boolean)
- Method in class net.sf.statcvs.ant.
StatCvsTask
setShowPercentages(boolean)
- Method in class net.sf.statcvs.reportmodel.
IntegerColumn
Set if the values should be shown as percentages
setShowTotals(boolean)
- Method in class net.sf.statcvs.reportmodel.
Table
set if totals of each column should be shown
setShowValues(boolean)
- Method in class net.sf.statcvs.reportmodel.
IntegerColumn
Set if the actual integer values should be shown
setState(int)
- Method in class net.sf.statcvs.model.
CvsRevision
Sets the state flag of this revision.
setSum(int)
- Method in class net.sf.statcvs.reportmodel.
IntegerColumn
Sets the sum of the column.
setTitle(String)
- Method in class net.sf.statcvs.ant.
StatCvsTask
setTotal(String)
- Method in class net.sf.statcvs.reportmodel.
GenericColumn
Sets the total for this column
setVerboseLogging()
- Static method in class net.sf.statcvs.output.
ConfigurationOptions
Sets the logging level to verbose
setViewcvsURL(String)
- Method in class net.sf.statcvs.ant.
StatCvsTask
setViewCvsURL(String)
- Static method in class net.sf.statcvs.output.
ConfigurationOptions
Sets the URL to a
ViewCVS
web-based CVS browser.
setWithIcon(boolean)
- Method in class net.sf.statcvs.reportmodel.
FileColumn
Specifies if each cell should be rendered with an icon representing the file
showTotals()
- Method in class net.sf.statcvs.reportmodel.
Table
Returns if totals of each column should be shown
SimpleTextColumn
- class net.sf.statcvs.reportmodel.
SimpleTextColumn
.
A generic text column without any special behaviour.
SimpleTextColumn(String)
- Constructor for class net.sf.statcvs.reportmodel.
SimpleTextColumn
Creates a new
SimpleTextColumn
with the given head
size()
- Method in class net.sf.statcvs.model.
RevisionIteratorSummary
Returns the number of revisions (changes) in this set.
size()
- Method in class net.sf.statcvs.util.
IntegerMap
Returns the number of key-value pairs stored in the map.
SMALL_IMAGE_HEIGHT
- Static variable in class net.sf.statcvs.output.
HTMLOutput
small image height
SMALL_IMAGE_WIDTH
- Static variable in class net.sf.statcvs.output.
HTMLOutput
small image width
SORT_BY_LINES
- Static variable in class net.sf.statcvs.reports.
AbstractLocTableReport
Sort the authors table by lines of code
SORT_BY_NAME
- Static variable in class net.sf.statcvs.reports.
AbstractLocTableReport
Sort the authors table by name
SPACE_COUNT
- Static variable in class net.sf.statcvs.output.
HTMLPage
StackedBarChart
- class net.sf.statcvs.renderer.
StackedBarChart
.
Class for producing stacked bar charts
StackedBarChart(CvsContent, String, String, String)
- Constructor for class net.sf.statcvs.renderer.
StackedBarChart
creates an Stacked Bar Chart
StatCvsTask
- class net.sf.statcvs.ant.
StatCvsTask
.
Ant task for running statcvs.
StatCvsTask()
- Constructor for class net.sf.statcvs.ant.
StatCvsTask
Constructor for StatCvsTask.
STATE_DEAD
- Static variable in class net.sf.statcvs.model.
CvsRevision
state constant for dead (deleted) revisions
STATE_INITIAL_REVISION
- Static variable in class net.sf.statcvs.model.
CvsRevision
state constant which marks an initial release of a file
STATE_NORMAL
- Static variable in class net.sf.statcvs.model.
CvsRevision
state constant for normal revisions
STATE_RE_ADDED
- Static variable in class net.sf.statcvs.model.
CvsRevision
state constant which marks a re-add of a previously deleted file
strong(String)
- Method in class net.sf.statcvs.output.
HTMLPage
sum()
- Method in class net.sf.statcvs.util.
IntegerMap
Returns the sum of all values in the map.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X