Autopsy  4.17.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, Color color)
 
Color getColor ()
 
String getLabel ()
 
double getValue ()
 

Private Attributes

final Color color
 
final String label
 
final double value
 

Detailed Description

An individual pie chart slice in the pie chart.

Definition at line 47 of file PieChartPanel.java.

Constructor & Destructor Documentation

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

Main constructor.

Parameters
labelThe label for this pie slice.
valueThe value for this item.
colorThe color for the pie slice. Can be null for auto-determined.

Definition at line 61 of file PieChartPanel.java.

Member Function Documentation

Color org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartPanel.PieChartItem.getColor ( )
Returns
The color for the pie slice or null for auto-determined.

Definition at line 84 of file PieChartPanel.java.

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

Definition at line 70 of file PieChartPanel.java.

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

Definition at line 77 of file PieChartPanel.java.

Member Data Documentation

final Color org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartPanel.PieChartItem.color
private

Definition at line 51 of file PieChartPanel.java.

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

Definition at line 49 of file PieChartPanel.java.

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

Definition at line 50 of file PieChartPanel.java.


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

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.