Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Static Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.ui.EventTypeUtils Class Reference

Static Public Member Functions

static Color getColor (TimelineEventType type)
 
static Image getImage (TimelineEventType type)
 
static String getImagePath (TimelineEventType type)
 

Private Member Functions

 EventTypeUtils ()
 

Static Private Attributes

static final String IMAGE_BASE_PATH = "org/sleuthkit/autopsy/timeline/images/"
 
static final Map< TimelineEventType, Image > imageMap = new HashMap<>()
 

Detailed Description

Utilities for dealy with EventTypes, specifically for getting GUI properties for them.

Definition at line 32 of file EventTypeUtils.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.ui.EventTypeUtils.EventTypeUtils ( )
private

Definition at line 131 of file EventTypeUtils.java.

Member Function Documentation

static Color org.sleuthkit.autopsy.timeline.ui.EventTypeUtils.getColor ( TimelineEventType  type)
static

Definition at line 111 of file EventTypeUtils.java.

static Image org.sleuthkit.autopsy.timeline.ui.EventTypeUtils.getImage ( TimelineEventType  type)
static
static String org.sleuthkit.autopsy.timeline.ui.EventTypeUtils.getImagePath ( TimelineEventType  type)
static

Member Data Documentation

final String org.sleuthkit.autopsy.timeline.ui.EventTypeUtils.IMAGE_BASE_PATH = "org/sleuthkit/autopsy/timeline/images/"
staticprivate

Definition at line 34 of file EventTypeUtils.java.

final Map<TimelineEventType, Image> org.sleuthkit.autopsy.timeline.ui.EventTypeUtils.imageMap = new HashMap<>()
staticprivate

Definition at line 35 of file EventTypeUtils.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.