Autopsy
4.17.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 78 of file TimeLineChart.java.
org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.ChartDragHandler< X, >.ChartDragHandler | ( | Y | chart | ) |
Definition at line 84 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 89 of file TimeLineChart.java.
References org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.ChartDragHandler< X, >.startX.
|
private |
Definition at line 80 of file TimeLineChart.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.ChartDragHandler< X, >.ChartDragHandler().
|
private |
Definition at line 82 of file TimeLineChart.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.ChartDragHandler< X, >.handle().
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.