Autopsy
4.21.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. NOTE: This appears to not be used anywhere anymore after the ImageGallery refactoring
Definition at line 42 of file DhsImageCategory.java.
|
private |
Definition at line 65 of file DhsImageCategory.java.
|
static |
Definition at line 76 of file DhsImageCategory.java.
int org.sleuthkit.autopsy.datamodel.DhsImageCategory.getCategoryNumber | ( | ) |
Definition at line 88 of file DhsImageCategory.java.
Color org.sleuthkit.autopsy.datamodel.DhsImageCategory.getColor | ( | ) |
Definition at line 92 of file DhsImageCategory.java.
String org.sleuthkit.autopsy.datamodel.DhsImageCategory.getDisplayName | ( | ) |
Definition at line 96 of file DhsImageCategory.java.
Node org.sleuthkit.autopsy.datamodel.DhsImageCategory.getGraphic | ( | ) |
Definition at line 105 of file DhsImageCategory.java.
|
static |
Definition at line 72 of file DhsImageCategory.java.
|
static |
Definition at line 80 of file DhsImageCategory.java.
|
static |
Definition at line 84 of file DhsImageCategory.java.
String org.sleuthkit.autopsy.datamodel.DhsImageCategory.toString | ( | ) |
Definition at line 101 of file DhsImageCategory.java.
|
private |
Definition at line 60 of file DhsImageCategory.java.
|
private |
Definition at line 61 of file DhsImageCategory.java.
org.sleuthkit.autopsy.datamodel.DhsImageCategory.FIVE =(Color.GREEN, 5, Bundle.Category_five(), "cat5.png") |
Definition at line 53 of file DhsImageCategory.java.
org.sleuthkit.autopsy.datamodel.DhsImageCategory.FOUR =(Color.BISQUE, 4, Bundle.Category_four(), "cat4.png") |
Definition at line 52 of file DhsImageCategory.java.
|
private |
Definition at line 63 of file DhsImageCategory.java.
|
private |
Definition at line 62 of file DhsImageCategory.java.
|
staticprivate |
Map from displayName to enum value
Definition at line 58 of file DhsImageCategory.java.
org.sleuthkit.autopsy.datamodel.DhsImageCategory.ONE =(Color.RED, 1, Bundle.Category_one(), "cat1.png") |
Definition at line 49 of file DhsImageCategory.java.
org.sleuthkit.autopsy.datamodel.DhsImageCategory.THREE =(Color.YELLOW, 3, Bundle.Category_three(), "cat3.png") |
Definition at line 51 of file DhsImageCategory.java.
org.sleuthkit.autopsy.datamodel.DhsImageCategory.TWO =(Color.ORANGE, 2, Bundle.Category_two(), "cat2.png") |
Definition at line 50 of file DhsImageCategory.java.
org.sleuthkit.autopsy.datamodel.DhsImageCategory.ZERO =(Color.LIGHTGREY, 0, Bundle.Category_zero(), "cat0.png") |
Definition at line 54 of file DhsImageCategory.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.