Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
BarChartItem (Comparable<?> key, double value) | |
Comparable<?> | getKey () |
double | getValue () |
Private Attributes | |
final Comparable<?> | key |
final double | value |
An individual bar to be displayed in the bar chart.
Definition at line 33 of file BarChartSeries.java.
org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartSeries.BarChartItem.BarChartItem | ( | Comparable<?> | key, |
double | value | ||
) |
Main constructor.
key | The key. |
value | The value for this item. |
Definition at line 44 of file BarChartSeries.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartSeries.BarChartItem.key, and org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartSeries.BarChartItem.value.
Comparable<?> org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartSeries.BarChartItem.getKey | ( | ) |
Definition at line 52 of file BarChartSeries.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartSeries.BarChartItem.key.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartPanel.setResults().
double org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartSeries.BarChartItem.getValue | ( | ) |
Definition at line 59 of file BarChartSeries.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartSeries.BarChartItem.value.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartPanel.setResults().
|
private |
Definition at line 35 of file BarChartSeries.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartSeries.BarChartItem.BarChartItem(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartSeries.BarChartItem.getKey().
|
private |
Definition at line 36 of file BarChartSeries.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartSeries.BarChartItem.BarChartItem(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartSeries.BarChartItem.getValue().
Copyright © 2012-2022 Basis Technology. Generated on: Thu Mar 23 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.