Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Private Member Functions | |
double | getRotation () |
double | getZoomRatio () |
boolean | shouldAutoResize () |
Private Attributes | |
final boolean | autoResize |
final double | rotation |
final double | zoomRatio |
Records a snapshot of the image transforms specified by the user.
Definition at line 1379 of file MediaViewImagePanel.java.
|
private |
Gets the current image rotation value. Can be 0, 90, 180, or 270 degrees.
Definition at line 1406 of file MediaViewImagePanel.java.
References org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.rotation.
|
private |
Gets the current zoom ratio.
Definition at line 1396 of file MediaViewImagePanel.java.
References org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.zoomRatio.
|
private |
Indicates whether or not auto resizing is in effect when the user resizes the panel. Should always be true unless the user has used the zoom buttons.
Definition at line 1417 of file MediaViewImagePanel.java.
References org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.autoResize.
|
private |
Definition at line 1383 of file MediaViewImagePanel.java.
Referenced by org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.shouldAutoResize().
|
private |
Definition at line 1382 of file MediaViewImagePanel.java.
Referenced by org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.getRotation().
|
private |
Definition at line 1381 of file MediaViewImagePanel.java.
Referenced by org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.getZoomRatio().
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.