Autopsy  4.17.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.modules.kml.KMLReport.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 94 of file KMLReport.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.report.modules.kml.KMLReport.FeatureColor.FeatureColor ( String  color)

Definition at line 103 of file KMLReport.java.

Member Function Documentation

String org.sleuthkit.autopsy.report.modules.kml.KMLReport.FeatureColor.getColor ( )

Member Data Documentation

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

Definition at line 97 of file KMLReport.java.

final String org.sleuthkit.autopsy.report.modules.kml.KMLReport.FeatureColor.color
private

Definition at line 101 of file KMLReport.java.

org.sleuthkit.autopsy.report.modules.kml.KMLReport.FeatureColor.GREEN =("style.kml#greenFeature")
org.sleuthkit.autopsy.report.modules.kml.KMLReport.FeatureColor.PURPLE =("style.kml#purpleFeature")

Definition at line 98 of file KMLReport.java.

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

Definition at line 95 of file KMLReport.java.

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

Definition at line 99 of file KMLReport.java.

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

Definition at line 100 of file KMLReport.java.


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

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