Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Group.
Classes | |
interface | Boundary |
interface | Draggable |
class | EditHandle |
class | PhysicalTag |
interface | Position |
Public Member Functions | |
ImageTag (ContentViewerTag< ImageTagRegion > contentViewerTag, ImageView image) | |
ContentViewerTag< ImageTagRegion > | getContentViewerTag () |
double | getHeight () |
double | getWidth () |
void | subscribeToEditEvents (PropertyChangeListener listener) |
Private Attributes | |
final EventDispatchChainImpl | ALL_CHILDREN |
final ContentViewerTag< ImageTagRegion > | appTag |
final PropertyChangeSupport | pcs = new PropertyChangeSupport(this) |
final PhysicalTag | physicalTag |
A tagged region displayed over an image. This class contains a "physical tag" and 8 edit "handles". The physical tag is a plain old rectangle that defines the tag boundaries. The edit handles serve two purposes. One is to represent selection. All 8 edit handles will become visible overtop the physical tag when the user clicks on the rectangle. The other purpose is to allow the user to edit and manipulate the physical tag boundaries (hence the name, edit handle). This class should be treated as a logical image tag.
Definition at line 46 of file ImageTag.java.
org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.ImageTag | ( | ContentViewerTag< ImageTagRegion > | contentViewerTag, |
ImageView | image | ||
) |
Definition at line 59 of file ImageTag.java.
References org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagControls.FOCUSED, org.sleuthkit.autopsy.casemodule.services.contentviewertags.ContentViewerTagManager.ContentViewerTag< T >.getContentTag(), org.sleuthkit.autopsy.casemodule.services.contentviewertags.ContentViewerTagManager.ContentViewerTag< T >.getDetails(), org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagRegion.getStrokeThickness(), and org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagControls.NOT_FOCUSED.
ContentViewerTag<ImageTagRegion> org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.getContentViewerTag | ( | ) |
Get the content viewer tag that this class represents.
Definition at line 150 of file ImageTag.java.
References org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.appTag.
double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.getHeight | ( | ) |
Definition at line 141 of file ImageTag.java.
Referenced by org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagsGroup.getTagToSelect().
double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.getWidth | ( | ) |
Definition at line 137 of file ImageTag.java.
Referenced by org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTagsGroup.getTagToSelect().
void org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.subscribeToEditEvents | ( | PropertyChangeListener | listener | ) |
Add a new listener for edit events. These events are generated when a user drags on one of the edit "knobs" of the tag.
listener |
Definition at line 133 of file ImageTag.java.
|
private |
Definition at line 49 of file ImageTag.java.
|
private |
Definition at line 57 of file ImageTag.java.
Referenced by org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.getContentViewerTag().
|
private |
Definition at line 54 of file ImageTag.java.
|
private |
Definition at line 51 of file ImageTag.java.
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.