Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
TypesPieChartData (List< PieChartItem > pieSlices, boolean usefulContent) | |
List< PieChartItem > | getPieSlices () |
boolean | isUsefulContent () |
Private Attributes | |
final List< PieChartItem > | pieSlices |
final boolean | usefulContent |
Data for types pie chart.
Definition at line 123 of file TypesPanel.java.
org.sleuthkit.autopsy.datasourcesummary.ui.TypesPanel.TypesPieChartData.TypesPieChartData | ( | List< PieChartItem > | pieSlices, |
boolean | usefulContent | ||
) |
Main constructor.
pieSlices | The pie slices. |
usefulContent | True if this is useful content; false if there is 0 mime type information. |
Definition at line 135 of file TypesPanel.java.
List<PieChartItem> org.sleuthkit.autopsy.datasourcesummary.ui.TypesPanel.TypesPieChartData.getPieSlices | ( | ) |
Definition at line 143 of file TypesPanel.java.
boolean org.sleuthkit.autopsy.datasourcesummary.ui.TypesPanel.TypesPieChartData.isUsefulContent | ( | ) |
Definition at line 150 of file TypesPanel.java.
|
private |
Definition at line 125 of file TypesPanel.java.
|
private |
Definition at line 126 of file TypesPanel.java.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.