Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits EventHandler< MouseEvent >.
Public Member Functions | |
ChartDragHandler (Y chart) | |
void | handle (MouseEvent mouseEvent) |
Private Attributes | |
final Y | chart |
double | startX |
Drag handler class used by TimeLineCharts to create IntervalSelectors
<X> | The type of values along the horizontal axis. |
<Y> | The type of chart this is a drag handler for. |
Definition at line 77 of file TimeLineChart.java.
org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.ChartDragHandler< X, >.ChartDragHandler | ( | Y | chart | ) |
Definition at line 83 of file TimeLineChart.java.
References org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.ChartDragHandler< X, >.chart.
void org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.ChartDragHandler< X, >.handle | ( | MouseEvent | mouseEvent | ) |
Definition at line 88 of file TimeLineChart.java.
References org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.ChartDragHandler< X, >.startX.
|
private |
Definition at line 79 of file TimeLineChart.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.ChartDragHandler< X, >.ChartDragHandler().
|
private |
Definition at line 81 of file TimeLineChart.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.ChartDragHandler< X, >.handle().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.