Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.ChartDragHandler< X, > Class Template Reference

Inherits EventHandler< MouseEvent >.

Public Member Functions

 ChartDragHandler (Y chart)
 
void handle (MouseEvent mouseEvent)
 

Private Attributes

final Y chart
 
double startX
 

Detailed Description

Drag handler class used by TimeLineCharts to create IntervalSelectors

Parameters
<X>The type of values along the horizontal axis.
<Y>The type of chart this is a drag handler for.

Definition at line 78 of file TimeLineChart.java.

Constructor & Destructor Documentation

Member Function Documentation

void org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.ChartDragHandler< X, >.handle ( MouseEvent  mouseEvent)

Member Data Documentation


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.