Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
ZoomParams (Interval timeRange, EventTypeZoomLevel zoomLevel, RootFilter filter, DescriptionLoD descrLOD) | |
boolean | equals (Object obj) |
DescriptionLoD | getDescriptionLOD () |
RootFilter | getFilter () |
Interval | getTimeRange () |
EventTypeZoomLevel | getTypeZoomLevel () |
boolean | hasDescrLOD (DescriptionLoD newLOD) |
boolean | hasFilter (RootFilter filterSet) |
int | hashCode () |
boolean | hasTimeRange (Interval timeRange) |
boolean | hasTypeZoomLevel (EventTypeZoomLevel typeZoom) |
String | toString () |
ZoomParams | withDescrLOD (DescriptionLoD descrLOD) |
ZoomParams | withFilter (RootFilter filter) |
ZoomParams | withTimeAndType (Interval timeRange, EventTypeZoomLevel zoomLevel) |
ZoomParams | withTimeRange (Interval timeRange) |
ZoomParams | withTypeZoomLevel (EventTypeZoomLevel zoomLevel) |
Private Attributes | |
final DescriptionLoD | descrLOD |
final RootFilter | filter |
final Interval | timeRange |
final EventTypeZoomLevel | typeZoomLevel |
This class encapsulates all the zoom(and filter) parameters into one object for passing around and as a memento of the zoom/filter state.
Definition at line 29 of file ZoomParams.java.
org.sleuthkit.autopsy.timeline.zooming.ZoomParams.ZoomParams | ( | Interval | timeRange, |
EventTypeZoomLevel | zoomLevel, | ||
RootFilter | filter, | ||
DescriptionLoD | descrLOD | ||
) |
Definition at line 55 of file ZoomParams.java.
References org.sleuthkit.autopsy.timeline.zooming.ZoomParams.descrLOD, org.sleuthkit.autopsy.timeline.zooming.ZoomParams.filter, and org.sleuthkit.autopsy.timeline.zooming.ZoomParams.timeRange.
Referenced by org.sleuthkit.autopsy.timeline.zooming.ZoomParams.equals(), org.sleuthkit.autopsy.timeline.zooming.ZoomParams.withDescrLOD(), org.sleuthkit.autopsy.timeline.zooming.ZoomParams.withFilter(), org.sleuthkit.autopsy.timeline.zooming.ZoomParams.withTimeAndType(), org.sleuthkit.autopsy.timeline.zooming.ZoomParams.withTimeRange(), and org.sleuthkit.autopsy.timeline.zooming.ZoomParams.withTypeZoomLevel().
boolean org.sleuthkit.autopsy.timeline.zooming.ZoomParams.equals | ( | Object | obj | ) |
Definition at line 111 of file ZoomParams.java.
References org.sleuthkit.autopsy.timeline.zooming.ZoomParams.descrLOD, org.sleuthkit.autopsy.timeline.filters.RootFilter.equals(), org.sleuthkit.autopsy.timeline.zooming.ZoomParams.filter, org.sleuthkit.autopsy.timeline.zooming.ZoomParams.timeRange, org.sleuthkit.autopsy.timeline.zooming.ZoomParams.typeZoomLevel, and org.sleuthkit.autopsy.timeline.zooming.ZoomParams.ZoomParams().
DescriptionLoD org.sleuthkit.autopsy.timeline.zooming.ZoomParams.getDescriptionLOD | ( | ) |
Definition at line 51 of file ZoomParams.java.
References org.sleuthkit.autopsy.timeline.zooming.ZoomParams.descrLOD.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.FilteredEventsModel.FilteredEventsModel().
RootFilter org.sleuthkit.autopsy.timeline.zooming.ZoomParams.getFilter | ( | ) |
Definition at line 47 of file ZoomParams.java.
References org.sleuthkit.autopsy.timeline.zooming.ZoomParams.filter.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.FilteredEventsModel.FilteredEventsModel(), and org.sleuthkit.autopsy.timeline.TimeLineController.TimeLineController().
Interval org.sleuthkit.autopsy.timeline.zooming.ZoomParams.getTimeRange | ( | ) |
Definition at line 39 of file ZoomParams.java.
References org.sleuthkit.autopsy.timeline.zooming.ZoomParams.timeRange.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.FilteredEventsModel.FilteredEventsModel(), and org.sleuthkit.autopsy.timeline.snapshot.SnapShotReportWriter.writeSnapShotHTMLFile().
EventTypeZoomLevel org.sleuthkit.autopsy.timeline.zooming.ZoomParams.getTypeZoomLevel | ( | ) |
Definition at line 43 of file ZoomParams.java.
References org.sleuthkit.autopsy.timeline.zooming.ZoomParams.typeZoomLevel.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.FilteredEventsModel.FilteredEventsModel().
boolean org.sleuthkit.autopsy.timeline.zooming.ZoomParams.hasDescrLOD | ( | DescriptionLoD | newLOD | ) |
Definition at line 94 of file ZoomParams.java.
Referenced by org.sleuthkit.autopsy.timeline.TimeLineController.pushDescrLOD().
boolean org.sleuthkit.autopsy.timeline.zooming.ZoomParams.hasFilter | ( | RootFilter | filterSet | ) |
Definition at line 82 of file ZoomParams.java.
References org.sleuthkit.autopsy.timeline.filters.RootFilter.equals().
Referenced by org.sleuthkit.autopsy.timeline.TimeLineController.pushFilters().
int org.sleuthkit.autopsy.timeline.zooming.ZoomParams.hashCode | ( | ) |
Definition at line 99 of file ZoomParams.java.
boolean org.sleuthkit.autopsy.timeline.zooming.ZoomParams.hasTimeRange | ( | Interval | timeRange | ) |
Definition at line 90 of file ZoomParams.java.
Referenced by org.sleuthkit.autopsy.timeline.TimeLineController.pushTimeAndType(), and org.sleuthkit.autopsy.timeline.TimeLineController.pushTimeRange().
boolean org.sleuthkit.autopsy.timeline.zooming.ZoomParams.hasTypeZoomLevel | ( | EventTypeZoomLevel | typeZoom | ) |
Definition at line 86 of file ZoomParams.java.
Referenced by org.sleuthkit.autopsy.timeline.TimeLineController.pushEventTypeZoom(), and org.sleuthkit.autopsy.timeline.TimeLineController.pushTimeAndType().
String org.sleuthkit.autopsy.timeline.zooming.ZoomParams.toString | ( | ) |
Definition at line 132 of file ZoomParams.java.
Referenced by org.sleuthkit.autopsy.timeline.db.EventsRepository.getEventStripes().
ZoomParams org.sleuthkit.autopsy.timeline.zooming.ZoomParams.withDescrLOD | ( | DescriptionLoD | descrLOD | ) |
Definition at line 74 of file ZoomParams.java.
References org.sleuthkit.autopsy.timeline.zooming.ZoomParams.ZoomParams().
Referenced by org.sleuthkit.autopsy.timeline.TimeLineController.pushDescrLOD().
ZoomParams org.sleuthkit.autopsy.timeline.zooming.ZoomParams.withFilter | ( | RootFilter | filter | ) |
Definition at line 78 of file ZoomParams.java.
References org.sleuthkit.autopsy.timeline.zooming.ZoomParams.ZoomParams().
Referenced by org.sleuthkit.autopsy.timeline.TimeLineController.pushFilters().
ZoomParams org.sleuthkit.autopsy.timeline.zooming.ZoomParams.withTimeAndType | ( | Interval | timeRange, |
EventTypeZoomLevel | zoomLevel | ||
) |
Definition at line 62 of file ZoomParams.java.
References org.sleuthkit.autopsy.timeline.zooming.ZoomParams.ZoomParams().
Referenced by org.sleuthkit.autopsy.timeline.TimeLineController.pushTimeAndType().
ZoomParams org.sleuthkit.autopsy.timeline.zooming.ZoomParams.withTimeRange | ( | Interval | timeRange | ) |
Definition at line 70 of file ZoomParams.java.
References org.sleuthkit.autopsy.timeline.zooming.ZoomParams.ZoomParams().
Referenced by org.sleuthkit.autopsy.timeline.TimeLineController.pushTimeAndType(), and org.sleuthkit.autopsy.timeline.TimeLineController.pushTimeRange().
ZoomParams org.sleuthkit.autopsy.timeline.zooming.ZoomParams.withTypeZoomLevel | ( | EventTypeZoomLevel | zoomLevel | ) |
Definition at line 66 of file ZoomParams.java.
References org.sleuthkit.autopsy.timeline.zooming.ZoomParams.ZoomParams().
Referenced by org.sleuthkit.autopsy.timeline.TimeLineController.pushEventTypeZoom(), and org.sleuthkit.autopsy.timeline.TimeLineController.pushTimeAndType().
|
private |
Definition at line 37 of file ZoomParams.java.
Referenced by org.sleuthkit.autopsy.timeline.zooming.ZoomParams.equals(), org.sleuthkit.autopsy.timeline.zooming.ZoomParams.getDescriptionLOD(), and org.sleuthkit.autopsy.timeline.zooming.ZoomParams.ZoomParams().
|
private |
Definition at line 35 of file ZoomParams.java.
Referenced by org.sleuthkit.autopsy.timeline.zooming.ZoomParams.equals(), org.sleuthkit.autopsy.timeline.zooming.ZoomParams.getFilter(), and org.sleuthkit.autopsy.timeline.zooming.ZoomParams.ZoomParams().
|
private |
Definition at line 31 of file ZoomParams.java.
Referenced by org.sleuthkit.autopsy.timeline.zooming.ZoomParams.equals(), org.sleuthkit.autopsy.timeline.zooming.ZoomParams.getTimeRange(), and org.sleuthkit.autopsy.timeline.zooming.ZoomParams.ZoomParams().
|
private |
Definition at line 33 of file ZoomParams.java.
Referenced by org.sleuthkit.autopsy.timeline.zooming.ZoomParams.equals(), and org.sleuthkit.autopsy.timeline.zooming.ZoomParams.getTypeZoomLevel().
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.