Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms Class Reference

Private Member Functions

double getRotation ()
 
double getZoomRatio ()
 
boolean shouldAutoResize ()
 

Private Attributes

final boolean autoResize
 
final double rotation
 
final double zoomRatio
 

Detailed Description

Records a snapshot of the image transforms specified by the user.

Definition at line 1378 of file MediaViewImagePanel.java.

Member Function Documentation

double org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.getRotation ( )
private

Gets the current image rotation value. Can be 0, 90, 180, or 270 degrees.

Returns
The rotaion, in degrees.

Definition at line 1405 of file MediaViewImagePanel.java.

References org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.rotation.

double org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.getZoomRatio ( )
private

Gets the current zoom ratio.

Returns
The zoom ratio.

Definition at line 1395 of file MediaViewImagePanel.java.

References org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.zoomRatio.

boolean org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.shouldAutoResize ( )
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.

Returns
True or false.

Definition at line 1416 of file MediaViewImagePanel.java.

References org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.autoResize.

Member Data Documentation

final boolean org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.autoResize
private
final double org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.rotation
private
final double org.sleuthkit.autopsy.contentviewers.MediaViewImagePanel.ImageTransforms.zoomRatio
private

The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.