Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.timeline.ui.IntervalSelector< X >.
Public Member Functions | |
X | getSpanEnd () |
X | 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 |
Interval Selector for the counts chart, adjusts interval based on rangeInfo to include final period
Definition at line 243 of file EventCountsChart.java.
|
protected |
Definition at line 258 of file EventCountsChart.java.
References org.sleuthkit.autopsy.timeline.TimeLineController.getJodaTimeZone(), org.sleuthkit.autopsy.timeline.utils.RangeDivisionInfo.getLowerBound(), org.sleuthkit.autopsy.timeline.utils.RangeDivisionInfo.getRangeDivisionInfo(), and org.sleuthkit.autopsy.timeline.utils.RangeDivisionInfo.getUpperBound().
|
abstractprotectedinherited |
format a string representation of the given x-axis value to use in the tooltip
date | a x-axis value of type X |
Referenced by org.sleuthkit.autopsy.timeline.ui.IntervalSelector< DateTime >.updateStartAndEnd().
|
protected |
Definition at line 253 of file EventCountsChart.java.
|
inherited |
Definition at line 270 of file IntervalSelector.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.IntervalSelector< DateTime >.updateStartAndEnd(), and org.sleuthkit.autopsy.timeline.ui.IntervalSelector< DateTime >.zoomToSelectedInterval().
|
inherited |
Definition at line 278 of file IntervalSelector.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.IntervalSelector< DateTime >.updateStartAndEnd(), and org.sleuthkit.autopsy.timeline.ui.IntervalSelector< DateTime >.zoomToSelectedInterval().
|
abstractprotectedinherited |
parse an x-axis value to a DateTime
date | a x-axis value of type X |
Referenced by org.sleuthkit.autopsy.timeline.ui.IntervalSelector< DateTime >.zoomToSelectedInterval().
|
protected |
Definition at line 270 of file EventCountsChart.java.
|
inherited |
the Axis this is a selector over
Definition at line 67 of file IntervalSelector.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.IntervalSelector< DateTime >.IntervalSelector().
|
private |
Definition at line 245 of file EventCountsChart.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.