Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | List of all members
org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X > Interface Template Reference

Inherits org.sleuthkit.autopsy.timeline.TimeLineView.

Inherited by org.sleuthkit.autopsy.timeline.ui.countsview.EventCountsChart, and org.sleuthkit.autopsy.timeline.ui.detailview.EventDetailChart.

Classes

class  ChartDragHandler
 
class  IntervalSelector
 

Public Member Functions

IntervalSelector<?extends X > getIntervalSelector ()
 
void setIntervalSelector (IntervalSelector<?extends X > newIntervalSelector)
 
IntervalSelector< X > newIntervalSelector (double x, Axis< X > axis)
 
void clearIntervalSelector ()
 
void setController (TimeLineController controller)
 
void setModel (final FilteredEventsModel filteredEvents)
 

Detailed Description

Interface for TimeLineViews that are 'charts'.

Parameters
<X>the type of values along the horizontal axis

Definition at line 40 of file TimeLineChart.java.

Member Function Documentation

void org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.clearIntervalSelector ( )

clear any references to previous interval selectors , including removing the interval selector from the ui / scene-graph

Implemented in org.sleuthkit.autopsy.timeline.ui.detailview.EventDetailChart.

IntervalSelector<? extends X> org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.getIntervalSelector ( )
IntervalSelector<X> org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.newIntervalSelector ( double  x,
Axis< X >  axis 
)

derived classes should implement this so as to supply an appropriate subclass of IntervalSelector

Parameters
xthe initial x position of the new interval selector
axisthe axis the new interval selector will be over
Returns
a new interval selector
void org.sleuthkit.autopsy.timeline.TimeLineView.setController ( TimeLineController  controller)
inherited
void org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.setIntervalSelector ( IntervalSelector<?extends X >  newIntervalSelector)
void org.sleuthkit.autopsy.timeline.TimeLineView.setModel ( final FilteredEventsModel  filteredEvents)
inherited

The documentation for this interface 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.