Autopsy  3.1
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, Axis< X > dateAxis)
 
void handle (MouseEvent t)
 

Private Attributes

final Y chart
 
final Axis< X > dateAxis
 
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 67 of file TimeLineChart.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.ChartDragHandler< X, >.ChartDragHandler ( chart,
Axis< X >  dateAxis 
)

Member Function Documentation

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

Member Data Documentation

final Axis<X> org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.ChartDragHandler< X, >.dateAxis
private

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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.