Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.geolocation.MapPanel.MapAreaRenderer Class Reference

Inherits Painter< JXMapViewer >.

Public Member Functions

void paint (Graphics2D g, JXMapViewer map, int w, int h)
 

Private Member Functions

void drawArea (Set< MapWaypoint > area, Graphics2D g, JXMapViewer map)
 

Private Attributes

final List< Set< MapWaypoint > > areas
 

Detailed Description

Renderer for map areas

Definition at line 948 of file MapPanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.geolocation.MapPanel.MapAreaRenderer.drawArea ( Set< MapWaypoint area,
Graphics2D  g,
JXMapViewer  map 
)
private

Shade in the area on the map.

Parameters
areaThe waypoints defining the outline of the area.
gGraphics2D
mapJXMapViewer

Definition at line 963 of file MapPanel.java.

void org.sleuthkit.autopsy.geolocation.MapPanel.MapAreaRenderer.paint ( Graphics2D  g,
JXMapViewer  map,
int  w,
int  h 
)

Definition at line 996 of file MapPanel.java.

Member Data Documentation

final List<Set<MapWaypoint> > org.sleuthkit.autopsy.geolocation.MapPanel.MapAreaRenderer.areas
private

Definition at line 950 of file MapPanel.java.


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

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