Autopsy
4.16.0
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 1371 of file MediaViewImagePanel.java.
|
private |
Gets the current image rotation value. Can be 0, 90, 180, or 270 degrees.
Definition at line 1398 of file MediaViewImagePanel.java.
References org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.rotation.
|
private |
Gets the current zoom ratio.
Definition at line 1388 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 1409 of file MediaViewImagePanel.java.
References org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.autoResize.
|
private |
Definition at line 1375 of file MediaViewImagePanel.java.
Referenced by org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.shouldAutoResize().
|
private |
Definition at line 1374 of file MediaViewImagePanel.java.
Referenced by org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.getRotation().
|
private |
Definition at line 1373 of file MediaViewImagePanel.java.
Referenced by org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.getZoomRatio().
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.