Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits FilterNode.
Classes | |
class | ThumbnailLoadTask |
Public Member Functions | |
String | getDisplayName () |
synchronized Image | getIcon (int type) |
Private Member Functions | |
ThumbnailViewNode (Node wrappedNode, int thumbSize) | |
Private Attributes | |
final Content | content |
final Logger | logger = Logger.getLogger(ThumbnailViewNode.class.getName()) |
SoftReference< Image > | thumbCache = null |
int | thumbSize |
ThumbnailLoadTask | thumbTask |
Timer | waitSpinnerTimer |
Node that wraps around original node and adds the thumbnail representing the image/video.
Definition at line 282 of file ThumbnailViewChildren.java.
|
private |
The constructor
wrappedNode | The original node that this Node wraps. |
thumbSize | The hight and/or width of the thumbnail in pixels. |
Definition at line 299 of file ThumbnailViewChildren.java.
References org.sleuthkit.autopsy.corecomponents.ThumbnailViewChildren.ThumbnailViewNode.thumbSize.
String org.sleuthkit.autopsy.corecomponents.ThumbnailViewChildren.ThumbnailViewNode.getDisplayName | ( | ) |
Definition at line 306 of file ThumbnailViewChildren.java.
synchronized Image org.sleuthkit.autopsy.corecomponents.ThumbnailViewChildren.ThumbnailViewNode.getIcon | ( | int | type | ) |
Definition at line 313 of file ThumbnailViewChildren.java.
References org.sleuthkit.autopsy.coreutils.ImageUtils.getDefaultThumbnail().
|
private |
Definition at line 288 of file ThumbnailViewChildren.java.
|
private |
Definition at line 284 of file ThumbnailViewChildren.java.
|
private |
Definition at line 286 of file ThumbnailViewChildren.java.
|
private |
Definition at line 287 of file ThumbnailViewChildren.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ThumbnailViewChildren.ThumbnailViewNode.ThumbnailViewNode().
|
private |
Definition at line 290 of file ThumbnailViewChildren.java.
|
private |
Definition at line 291 of file ThumbnailViewChildren.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.