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

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

Public Member Functions

getSpanEnd ()
 
getSpanStart ()
 

Public Attributes

final IntervalSelectorProvider< X > chart
 

Protected Member Functions

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

Private Attributes

final EventCountsChart countsChart
 

Detailed Description

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

Definition at line 252 of file EventCountsChart.java.

Member Function Documentation

Interval org.sleuthkit.autopsy.timeline.ui.countsview.EventCountsChart.CountsIntervalSelector.adjustInterval ( Interval  i)
protected
abstract String org.sleuthkit.autopsy.timeline.ui.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

Referenced by org.sleuthkit.autopsy.timeline.ui.IntervalSelector< DateTime >.updateStartAndEnd().

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

Definition at line 262 of file EventCountsChart.java.

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

Definition at line 284 of file IntervalSelector.java.

Referenced by org.sleuthkit.autopsy.timeline.ui.IntervalSelector< DateTime >.updateStartAndEnd(), and org.sleuthkit.autopsy.timeline.ui.IntervalSelector< DateTime >.zoomToSelectedInterval().

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

Definition at line 292 of file IntervalSelector.java.

Referenced by org.sleuthkit.autopsy.timeline.ui.IntervalSelector< DateTime >.updateStartAndEnd(), and org.sleuthkit.autopsy.timeline.ui.IntervalSelector< DateTime >.zoomToSelectedInterval().

abstract DateTime org.sleuthkit.autopsy.timeline.ui.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

Referenced by org.sleuthkit.autopsy.timeline.ui.IntervalSelector< DateTime >.zoomToSelectedInterval().

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

Definition at line 279 of file EventCountsChart.java.

Member Data Documentation

the Axis this is a selector over

Definition at line 72 of file IntervalSelector.java.

Referenced by org.sleuthkit.autopsy.timeline.ui.IntervalSelector< DateTime >.IntervalSelector().

final EventCountsChart org.sleuthkit.autopsy.timeline.ui.countsview.EventCountsChart.CountsIntervalSelector.countsChart
private

Definition at line 254 of file EventCountsChart.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.