Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datasourcesummary.ui.TypesPanel.TypesPieChartData Class Reference

Public Member Functions

 TypesPieChartData (List< PieChartItem > pieSlices, boolean usefulContent)
 
List< PieChartItemgetPieSlices ()
 
boolean isUsefulContent ()
 

Private Attributes

final List< PieChartItempieSlices
 
final boolean usefulContent
 

Detailed Description

Data for types pie chart.

Definition at line 86 of file TypesPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.ui.TypesPanel.TypesPieChartData.TypesPieChartData ( List< PieChartItem pieSlices,
boolean  usefulContent 
)

Main constructor.

Parameters
pieSlicesThe pie slices.
usefulContentTrue if this is useful content; false if there is 0 mime type information.

Definition at line 98 of file TypesPanel.java.

Member Function Documentation

List<PieChartItem> org.sleuthkit.autopsy.datasourcesummary.ui.TypesPanel.TypesPieChartData.getPieSlices ( )
Returns
The pie chart data.

Definition at line 106 of file TypesPanel.java.

boolean org.sleuthkit.autopsy.datasourcesummary.ui.TypesPanel.TypesPieChartData.isUsefulContent ( )
Returns
Whether or not the data is usefulContent.

Definition at line 113 of file TypesPanel.java.

Member Data Documentation

final List<PieChartItem> org.sleuthkit.autopsy.datasourcesummary.ui.TypesPanel.TypesPieChartData.pieSlices
private

Definition at line 88 of file TypesPanel.java.

final boolean org.sleuthkit.autopsy.datasourcesummary.ui.TypesPanel.TypesPieChartData.usefulContent
private

Definition at line 89 of file TypesPanel.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.