|
Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
| int | getCategoryNumber () |
| Color | getColor () |
| String | getDisplayName () |
| Node | getGraphic () |
| String | toString () |
Static Public Member Functions | |
| static DhsImageCategory | fromDisplayName (String displayName) |
| static ImmutableList< DhsImageCategory > | getNonZeroCategories () |
| static boolean | isCategoryName (String tName) |
| static boolean | isNotCategoryName (String tName) |
Public Attributes | |
| FIVE =(Color.GREEN, 5, Bundle.Category_five(), "cat5.png") | |
| FOUR =(Color.BISQUE, 4, Bundle.Category_four(), "cat4.png") | |
| ONE =(Color.RED, 1, Bundle.Category_one(), "cat1.png") | |
| THREE =(Color.YELLOW, 3, Bundle.Category_three(), "cat3.png") | |
| TWO =(Color.ORANGE, 2, Bundle.Category_two(), "cat2.png") | |
| ZERO =(Color.LIGHTGREY, 0, Bundle.Category_zero(), "cat0.png") | |
Private Member Functions | |
| DhsImageCategory (Color color, int id, String name, String filename) | |
Private Attributes | |
| final Color | color |
| final String | displayName |
| final Image | icon |
| final int | id |
Static Private Attributes | |
| staticfinal Map< String, DhsImageCategory > | nameMap = Maps.uniqueIndex(Arrays.asList(values()), DhsImageCategory::getDisplayName) |
Enum to represent the six categories in the DHS image categorization scheme.
Definition at line 41 of file DhsImageCategory.java.
|
private |
Definition at line 64 of file DhsImageCategory.java.
|
static |
Definition at line 75 of file DhsImageCategory.java.
| int org.sleuthkit.autopsy.datamodel.DhsImageCategory.getCategoryNumber | ( | ) |
Definition at line 87 of file DhsImageCategory.java.
| Color org.sleuthkit.autopsy.datamodel.DhsImageCategory.getColor | ( | ) |
Definition at line 91 of file DhsImageCategory.java.
| String org.sleuthkit.autopsy.datamodel.DhsImageCategory.getDisplayName | ( | ) |
Definition at line 95 of file DhsImageCategory.java.
| Node org.sleuthkit.autopsy.datamodel.DhsImageCategory.getGraphic | ( | ) |
Definition at line 104 of file DhsImageCategory.java.
|
static |
Definition at line 71 of file DhsImageCategory.java.
|
static |
Definition at line 79 of file DhsImageCategory.java.
|
static |
Definition at line 83 of file DhsImageCategory.java.
| String org.sleuthkit.autopsy.datamodel.DhsImageCategory.toString | ( | ) |
Definition at line 100 of file DhsImageCategory.java.
|
private |
Definition at line 59 of file DhsImageCategory.java.
|
private |
Definition at line 60 of file DhsImageCategory.java.
| org.sleuthkit.autopsy.datamodel.DhsImageCategory.FIVE =(Color.GREEN, 5, Bundle.Category_five(), "cat5.png") |
Definition at line 52 of file DhsImageCategory.java.
| org.sleuthkit.autopsy.datamodel.DhsImageCategory.FOUR =(Color.BISQUE, 4, Bundle.Category_four(), "cat4.png") |
Definition at line 51 of file DhsImageCategory.java.
|
private |
Definition at line 62 of file DhsImageCategory.java.
|
private |
Definition at line 61 of file DhsImageCategory.java.
|
staticprivate |
Map from displayName to enum value
Definition at line 57 of file DhsImageCategory.java.
| org.sleuthkit.autopsy.datamodel.DhsImageCategory.ONE =(Color.RED, 1, Bundle.Category_one(), "cat1.png") |
Definition at line 48 of file DhsImageCategory.java.
| org.sleuthkit.autopsy.datamodel.DhsImageCategory.THREE =(Color.YELLOW, 3, Bundle.Category_three(), "cat3.png") |
Definition at line 50 of file DhsImageCategory.java.
| org.sleuthkit.autopsy.datamodel.DhsImageCategory.TWO =(Color.ORANGE, 2, Bundle.Category_two(), "cat2.png") |
Definition at line 49 of file DhsImageCategory.java.
| org.sleuthkit.autopsy.datamodel.DhsImageCategory.ZERO =(Color.LIGHTGREY, 0, Bundle.Category_zero(), "cat0.png") |
Definition at line 53 of file DhsImageCategory.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.