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

Inherits Group.

Classes

interface  Boundary
 
interface  Draggable
 
class  EditHandle
 
class  PhysicalTag
 
interface  Position
 

Public Member Functions

 ImageTag (ContentViewerTag< ImageTagRegion > contentViewerTag, ImageView image)
 
ContentViewerTag< ImageTagRegiongetContentViewerTag ()
 
double getHeight ()
 
double getWidth ()
 
void subscribeToEditEvents (PropertyChangeListener listener)
 

Private Attributes

final EventDispatchChainImpl ALL_CHILDREN
 
final ContentViewerTag< ImageTagRegionappTag
 
final PropertyChangeSupport pcs = new PropertyChangeSupport(this)
 
final PhysicalTag physicalTag
 

Detailed Description

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.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.ImageTag ( ContentViewerTag< ImageTagRegion contentViewerTag,
ImageView  image 
)

Member Function Documentation

ContentViewerTag<ImageTagRegion> org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.getContentViewerTag ( )

Get the content viewer tag that this class represents.

Returns

Definition at line 150 of file ImageTag.java.

References org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.appTag.

double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.getHeight ( )
double org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.getWidth ( )
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.

Parameters
listener

Definition at line 133 of file ImageTag.java.

Member Data Documentation

final EventDispatchChainImpl org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.ALL_CHILDREN
private

Definition at line 49 of file ImageTag.java.

final ContentViewerTag<ImageTagRegion> org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.appTag
private
final PropertyChangeSupport org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.pcs = new PropertyChangeSupport(this)
private

Definition at line 54 of file ImageTag.java.

final PhysicalTag org.sleuthkit.autopsy.contentviewers.imagetagging.ImageTag.physicalTag
private

Definition at line 51 of file ImageTag.java.


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

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