Autopsy
4.12.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 252 of file EventCountsChart.java.
|
protected |
Definition at line 267 of file EventCountsChart.java.
References org.sleuthkit.autopsy.timeline.TimeLineController.getJodaTimeZone(), org.sleuthkit.autopsy.timeline.utils.RangeDivision.getLowerBound(), org.sleuthkit.autopsy.timeline.utils.RangeDivision.getRangeDivision(), and org.sleuthkit.autopsy.timeline.utils.RangeDivision.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 262 of file EventCountsChart.java.
|
inherited |
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().
|
inherited |
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().
|
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 279 of file EventCountsChart.java.
|
inherited |
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().
|
private |
Definition at line 254 of file EventCountsChart.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.