Autopsy  4.6.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | Private Attributes | List of all members
org.sleuthkit.autopsy.report.ReportKML.FeatureColor Enum Reference

Public Member Functions

 FeatureColor (String color)
 
String getColor ()
 

Public Attributes

 BLUE =("style.kml#blueFeature")
 
 GREEN =("style.kml#greenFeature")
 
 PURPLE =("style.kml#purpleFeature")
 
 RED =("style.kml#redFeature")
 
 WHITE =("style.kml#whiteFeature")
 
 YELLOW =("style.kml#yellowFeature")
 

Private Attributes

final String color
 

Detailed Description

Definition at line 65 of file ReportKML.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.report.ReportKML.FeatureColor.FeatureColor ( String  color)

Definition at line 74 of file ReportKML.java.

Member Function Documentation

String org.sleuthkit.autopsy.report.ReportKML.FeatureColor.getColor ( )

Definition at line 78 of file ReportKML.java.

Member Data Documentation

org.sleuthkit.autopsy.report.ReportKML.FeatureColor.BLUE =("style.kml#blueFeature")

Definition at line 68 of file ReportKML.java.

final String org.sleuthkit.autopsy.report.ReportKML.FeatureColor.color
private

Definition at line 72 of file ReportKML.java.

org.sleuthkit.autopsy.report.ReportKML.FeatureColor.GREEN =("style.kml#greenFeature")

Definition at line 67 of file ReportKML.java.

org.sleuthkit.autopsy.report.ReportKML.FeatureColor.PURPLE =("style.kml#purpleFeature")

Definition at line 69 of file ReportKML.java.

org.sleuthkit.autopsy.report.ReportKML.FeatureColor.RED =("style.kml#redFeature")

Definition at line 66 of file ReportKML.java.

org.sleuthkit.autopsy.report.ReportKML.FeatureColor.WHITE =("style.kml#whiteFeature")

Definition at line 70 of file ReportKML.java.

org.sleuthkit.autopsy.report.ReportKML.FeatureColor.YELLOW =("style.kml#yellowFeature")

Definition at line 71 of file ReportKML.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.