Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | Private Attributes | List of all members
org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagsUtil.IconSize Enum Reference

Public Member Functions

 IconSize (int size)
 
int getSize ()
 

Public Attributes

 LARGE =(200)
 
 MEDIUM =(100)
 
 SMALL =(50)
 

Private Attributes

final int SIZE
 

Detailed Description

Sizes for thumbnails

Definition at line 223 of file ImageTagsUtil.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagsUtil.IconSize.IconSize ( int  size)

Definition at line 230 of file ImageTagsUtil.java.

Member Function Documentation

int org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagsUtil.IconSize.getSize ( )

Member Data Documentation

org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagsUtil.IconSize.LARGE =(200)

Definition at line 226 of file ImageTagsUtil.java.

org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagsUtil.IconSize.MEDIUM =(100)
final int org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagsUtil.IconSize.SIZE
private

Definition at line 228 of file ImageTagsUtil.java.

org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagsUtil.IconSize.SMALL =(50)

Definition at line 224 of file ImageTagsUtil.java.


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

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