java.lang.Object
de.zocher_regel.photo.show.ShowEntryCounter
- Bekannte direkte Unterklassen:
ShowEntryCounterCsv
Statistics of a an IrfanView show.
For CSV output file see subclass ShowEntryCounterCsv
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungShowEntryCounter(Show show) Write statistic about the show given as parameter. -
Methodenübersicht
-
Felddetails
-
show
The show whose entries are to be count.
-
-
Konstruktordetails
-
ShowEntryCounter
Write statistic about the show given as parameter.- Parameter:
show- to be considerated
-
-
Methodendetails
-
verbose
boolean verbose()Statistics may be written in detail. This depends on UtilSetting verbose. In the subclass ShowEntryCounterCsv this may be overridden to write details always.- Gibt zurück:
- if detail statistics are to be written.
-
write
public void write()Write the statistics; in the subclass ShowEntryCounterCsv to a CSV file as well. -
writeCsv
Do nothing, method is implemented in sublass ShowEntryCounterCsv.- Parameter:
msg- to be written in subclass
-