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

Public Member Functions

double getHeight ()
 
double getStrokeThickness ()
 
double getWidth ()
 
double getX ()
 
double getY ()
 
ImageTagRegion setHeight (double height)
 
ImageTagRegion setStrokeThickness (double thickness)
 
ImageTagRegion setWidth (double width)
 
ImageTagRegion setX (double x)
 
ImageTagRegion setY (double y)
 

Private Attributes

double height
 
double strokeThickness
 
double width
 
double x
 
double y
 

Detailed Description

Bean representation of an image tag. This class is used for storage and retrieval of ImageTags from the case database.

Definition at line 25 of file ImageTagRegion.java.

Member Function Documentation

double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getHeight ( )
double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getStrokeThickness ( )
double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getWidth ( )
double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getX ( )
double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getY ( )
ImageTagRegion org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.setHeight ( double  height)
ImageTagRegion org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.setStrokeThickness ( double  thickness)

Definition at line 38 of file ImageTagRegion.java.

ImageTagRegion org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.setWidth ( double  width)
ImageTagRegion org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.setX ( double  x)
ImageTagRegion org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.setY ( double  y)

Member Data Documentation

double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.height
private
double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.strokeThickness
private
double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.width
private
double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.x
private

These fields will be serialized and stored in the case database by the ContentViewerTagManager.

Definition at line 31 of file ImageTagRegion.java.

Referenced by org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getX(), and org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.setX().

double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.y
private

The documentation for this class 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.