|
Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Definition at line 92 of file KMLReport.java.
| org.sleuthkit.autopsy.report.modules.kml.KMLReport.FeatureColor.FeatureColor | ( | String | color | ) |
Definition at line 101 of file KMLReport.java.
| String org.sleuthkit.autopsy.report.modules.kml.KMLReport.FeatureColor.getColor | ( | ) |
Definition at line 105 of file KMLReport.java.
Referenced by org.sleuthkit.autopsy.report.modules.kml.KMLReport.makePlacemark(), and org.sleuthkit.autopsy.report.modules.kml.KMLReport.makePlacemarkWithPicture().
| org.sleuthkit.autopsy.report.modules.kml.KMLReport.FeatureColor.BLUE =("style.kml#blueFeature") |
Definition at line 95 of file KMLReport.java.
|
private |
Definition at line 99 of file KMLReport.java.
| org.sleuthkit.autopsy.report.modules.kml.KMLReport.FeatureColor.GREEN =("style.kml#greenFeature") |
Definition at line 94 of file KMLReport.java.
Referenced by org.sleuthkit.autopsy.report.modules.kml.KMLReport.addRouteToReport(), and org.sleuthkit.autopsy.report.modules.kml.KMLReport.addTrackToReport().
| org.sleuthkit.autopsy.report.modules.kml.KMLReport.FeatureColor.PURPLE =("style.kml#purpleFeature") |
Definition at line 96 of file KMLReport.java.
| org.sleuthkit.autopsy.report.modules.kml.KMLReport.FeatureColor.RED =("style.kml#redFeature") |
Definition at line 93 of file KMLReport.java.
| org.sleuthkit.autopsy.report.modules.kml.KMLReport.FeatureColor.WHITE =("style.kml#whiteFeature") |
Definition at line 97 of file KMLReport.java.
| org.sleuthkit.autopsy.report.modules.kml.KMLReport.FeatureColor.YELLOW =("style.kml#yellowFeature") |
Definition at line 98 of file KMLReport.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.