Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
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.
double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getHeight | ( | ) |
Definition at line 75 of file ImageTagRegion.java.
References org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.height.
double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getStrokeThickness | ( | ) |
Definition at line 79 of file ImageTagRegion.java.
References org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.strokeThickness.
Referenced by org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.ImageTag().
double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getWidth | ( | ) |
Definition at line 67 of file ImageTagRegion.java.
References org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.width.
double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getX | ( | ) |
Definition at line 63 of file ImageTagRegion.java.
References org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.x.
double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getY | ( | ) |
Definition at line 71 of file ImageTagRegion.java.
References org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.y.
ImageTagRegion org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.setHeight | ( | double | height | ) |
Definition at line 58 of file ImageTagRegion.java.
References org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.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 | ) |
Definition at line 48 of file ImageTagRegion.java.
References org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.width.
ImageTagRegion org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.setX | ( | double | x | ) |
Definition at line 43 of file ImageTagRegion.java.
References org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.x.
ImageTagRegion org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.setY | ( | double | y | ) |
Definition at line 53 of file ImageTagRegion.java.
References org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.y.
|
private |
Definition at line 34 of file ImageTagRegion.java.
Referenced by org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getHeight(), and org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.setHeight().
|
private |
Definition at line 36 of file ImageTagRegion.java.
Referenced by org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getStrokeThickness().
|
private |
Definition at line 33 of file ImageTagRegion.java.
Referenced by org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getWidth(), and org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.setWidth().
|
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().
|
private |
Definition at line 32 of file ImageTagRegion.java.
Referenced by org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getY(), and org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.setY().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.