Autopsy
4.17.0
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 91 of file BarChartPanel.java.
org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartPanel.BarChartItem.BarChartItem | ( | Comparable<?> | key, |
double | value | ||
) |
Main constructor.
key | The key. |
value | The value for this item. |
Definition at line 102 of file BarChartPanel.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartPanel.BarChartItem.key, and org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartPanel.BarChartItem.value.
Comparable<?> org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartPanel.BarChartItem.getKey | ( | ) |
Definition at line 110 of file BarChartPanel.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartPanel.BarChartItem.key.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartPanel.setResults().
double org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartPanel.BarChartItem.getValue | ( | ) |
Definition at line 117 of file BarChartPanel.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartPanel.BarChartItem.value.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartPanel.setResults().
|
private |
Definition at line 93 of file BarChartPanel.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartPanel.BarChartItem.BarChartItem(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartPanel.BarChartItem.getKey().
|
private |
Definition at line 94 of file BarChartPanel.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartPanel.BarChartItem.BarChartItem(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.BarChartPanel.BarChartItem.getValue().
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.