Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
PieChartItem (String label, double value, Color color) | |
Color | getColor () |
String | getLabel () |
double | getValue () |
Private Attributes | |
final Color | color |
final String | label |
final double | value |
An individual pie chart slice in the pie chart.
Definition at line 26 of file PieChartItem.java.
org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.PieChartItem | ( | String | label, |
double | value, | ||
Color | color | ||
) |
Main constructor.
label | The label for this pie slice. |
value | The value for this item. |
color | The color for the pie slice. Can be null for auto-determined. |
Definition at line 40 of file PieChartItem.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.color, org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.label, and org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.value.
Color org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.getColor | ( | ) |
Definition at line 63 of file PieChartItem.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.color.
String org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.getLabel | ( | ) |
Definition at line 49 of file PieChartItem.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.label.
double org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.getValue | ( | ) |
Definition at line 56 of file PieChartItem.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.value.
|
private |
Definition at line 30 of file PieChartItem.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.getColor(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.PieChartItem().
|
private |
Definition at line 28 of file PieChartItem.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.getLabel(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.PieChartItem().
|
private |
Definition at line 29 of file PieChartItem.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.getValue(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartItem.PieChartItem().
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.