An individual pie chart slice in the pie chart.
Definition at line 47 of file PieChartPanel.java.
org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartPanel.PieChartItem.PieChartItem |
( |
String |
label, |
|
|
double |
value, |
|
|
Color |
color |
|
) |
| |
Main constructor.
- Parameters
-
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 61 of file PieChartPanel.java.
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 |
( |
| ) |
|
double org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartPanel.PieChartItem.getValue |
( |
| ) |
|
final Color org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartPanel.PieChartItem.color |
|
private |
final String org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartPanel.PieChartItem.label |
|
private |
final double org.sleuthkit.autopsy.datasourcesummary.uiutils.PieChartPanel.PieChartItem.value |
|
private |
The documentation for this class was generated from the following file:
- /home/carriersleuth/repos/autopsy/Core/src/org/sleuthkit/autopsy/datasourcesummary/uiutils/PieChartPanel.java