Autopsy  4.16.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.uiutils.PieChartPanel.PieChartItem Class Reference

Public Member Functions

 PieChartItem (String label, double value)
 
String getLabel ()
 
double getValue ()
 

Private Attributes

final String label
 
final double value
 

Detailed Description

An individual pie chart slice in the pie chart.

Definition at line 49 of file PieChartPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartPanel.PieChartItem.PieChartItem ( String  label,
double  value 
)

Main constructor.

Parameters
labelThe label for this pie slice.
valueThe value for this item.

Definition at line 60 of file PieChartPanel.java.

Member Function Documentation

String org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartPanel.PieChartItem.getLabel ( )
Returns
The label for this item.

Definition at line 68 of file PieChartPanel.java.

double org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartPanel.PieChartItem.getValue ( )
Returns
The value for this item.

Definition at line 75 of file PieChartPanel.java.

Member Data Documentation

final String org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartPanel.PieChartItem.label
private

Definition at line 51 of file PieChartPanel.java.

final double org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartPanel.PieChartItem.value
private

Definition at line 52 of file PieChartPanel.java.


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

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.