Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
org.sleuthkit.autopsy.timeline.ui.countsview.EventCountsChart.CountsIntervalSelector Class Reference

Inherits org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.IntervalSelector< X >.

Public Member Functions

 CountsIntervalSelector (double x, double height, Axis< String > axis, TimeLineController controller)
 
getSpanEnd ()
 
getSpanStart ()
 

Protected Member Functions

String formatSpan (String date)
 
Interval adjustInterval (Interval i)
 
DateTime parseDateTime (String date)
 
abstract String formatSpan (final X date)
 
abstract DateTime parseDateTime (X date)
 

Protected Attributes

Tooltip tooltip
 

Detailed Description

Interval Selector for the counts chart, adjusts interval based on rangeInfo to include final period

Definition at line 171 of file EventCountsChart.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.ui.countsview.EventCountsChart.CountsIntervalSelector.CountsIntervalSelector ( double  x,
double  height,
Axis< String >  axis,
TimeLineController  controller 
)

Definition at line 173 of file EventCountsChart.java.

Member Function Documentation

Interval org.sleuthkit.autopsy.timeline.ui.countsview.EventCountsChart.CountsIntervalSelector.adjustInterval ( Interval  i)
protected
String org.sleuthkit.autopsy.timeline.ui.countsview.EventCountsChart.CountsIntervalSelector.formatSpan ( String  date)
protected

Definition at line 178 of file EventCountsChart.java.

abstract String org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.IntervalSelector< X >.formatSpan ( final X  date)
abstractprotectedinherited

format a string representation of the given x-axis value to use in the tooltip

Parameters
datea x-axis value of type X
Returns
a string representation of the given x-axis value
Returns
the value along the x-axis corresponding to the left edge of the selector

Definition at line 261 of file TimeLineChart.java.

X org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.IntervalSelector< X >.getSpanStart ( )
inherited
Returns
the value along the x-axis corresponding to the right edge of the selector

Definition at line 267 of file TimeLineChart.java.

DateTime org.sleuthkit.autopsy.timeline.ui.countsview.EventCountsChart.CountsIntervalSelector.parseDateTime ( String  date)
protected

Definition at line 195 of file EventCountsChart.java.

abstract DateTime org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.IntervalSelector< X >.parseDateTime ( date)
abstractprotectedinherited

parse an x-axis value to a DateTime

Parameters
datea x-axis value of type X
Returns
a DateTime corresponding to the given x-axis value

Member Data Documentation

Tooltip org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.IntervalSelector< X >.tooltip
protectedinherited

Definition at line 135 of file TimeLineChart.java.


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.