Class BoundingBoxAnnotator
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.logging.CustomLoggingLevelObject
-
- adams.core.option.AbstractOptionHandler
-
- adams.gui.visualization.object.annotator.AbstractAnnotator
-
- adams.gui.visualization.object.annotator.AbstractReportBasedAnnotator
-
- adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator
-
- adams.gui.visualization.object.annotator.BoundingBoxAnnotator
-
- All Implemented Interfaces:
CleanUpHandler,Destroyable,GlobalInfoSupporter,LoggingLevelHandler,LoggingSupporter,OptionHandler,SizeOfHandler,ObjectPrefixHandler,LabelSuffixHandler,Serializable
public class BoundingBoxAnnotator extends AbstractRectangleBasedAnnotator implements LabelSuffixHandler
For annotating objects with bounding boxes.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Colorm_Colorthe color to use.protected booleanm_Draggedwhether dragging has happened at all.protected Stringm_LabelSuffixthe label suffix to use.protected MouseListenerm_MouseListenerthe mouse listener to install.protected MouseMotionListenerm_MouseMotionListenerthe mouse motion listener to install.protected Pointm_SelectionFromthe starting corner of the selection box.protected Pointm_SelectionTothe finishing corner of the selection box.protected floatm_StrokeThicknessthe thickness of the stroke.-
Fields inherited from class adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator
m_Locations, m_NumDigits
-
Fields inherited from class adams.gui.visualization.object.annotator.AbstractReportBasedAnnotator
m_Prefix
-
Fields inherited from class adams.gui.visualization.object.annotator.AbstractAnnotator
m_Owner, m_Selecting
-
Fields inherited from class adams.core.option.AbstractOptionHandler
m_OptionManager
-
Fields inherited from class adams.core.logging.LoggingObject
m_Logger, m_LoggingIsEnabled, m_LoggingLevel
-
-
Constructor Summary
Constructors Constructor Description BoundingBoxAnnotator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcolorTipText()Returns the tip text for this property.protected MouseListenercreateMouseListener()Creates the listener for mouse events.protected MouseMotionListenercreateMouseMotionListener()Creates the listener for mouse motion events.voiddefineOptions()Adds options to the internal list of options.protected voiddoInstall()Installs the annotator with the owner.protected voiddoPaintSelection(Graphics g)Paints the selection.protected voiddoUninstall()Uninstalls the annotator with the owner.ColorgetColor()Returns the color to use.protected StringgetDefaultLabel()Returns the default label to use for the objects.protected StringgetDefaultLabelSuffix()Returns the default suffix to use for the label.StringgetLabelSuffix()Returns the suffix to use for the label.floatgetStrokeThickness()Returns the current stroke thickness.StringglobalInfo()Returns a string describing the object.protected voidinitialize()Initializes the members.StringlabelSuffixTipText()Returns the tip text for this property.protected voidprocessSelection(int modifiersEx)Processes the selection.voidsetColor(Color value)Sets the color to use.voidsetLabelSuffix(String value)Sets the suffix to use for the label.voidsetStrokeThickness(float value)Sets the stroke thickness to use.StringstrokeThicknessTipText()Returns the tip text for this property.-
Methods inherited from class adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator
annotationsChanged, getDefaultNumDigits, getDefaultPrefix, getLocations, getNumDigits, numDigitsTipText, reset, setNumDigits
-
Methods inherited from class adams.gui.visualization.object.annotator.AbstractReportBasedAnnotator
findLastIndex, getPrefix, prefixTipText, removeIndex, setPrefix, valuesForIndex
-
Methods inherited from class adams.gui.visualization.object.annotator.AbstractAnnotator
applyStroke, cleanUp, getCurrentLabel, getOwner, getStrokeWidth, hasCurrentLabel, install, labelChanged, paintSelection, setOwner, uninstall
-
Methods inherited from class adams.core.option.AbstractOptionHandler
cleanUpOptions, destroy, finishInit, getDefaultLoggingLevel, getOptionManager, loggingLevelTipText, newOptionManager, setLoggingLevel, toCommandLine, toString
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface adams.core.logging.LoggingLevelHandler
getLoggingLevel
-
-
-
-
Field Detail
-
m_Color
protected Color m_Color
the color to use.
-
m_StrokeThickness
protected float m_StrokeThickness
the thickness of the stroke.
-
m_LabelSuffix
protected String m_LabelSuffix
the label suffix to use.
-
m_Dragged
protected boolean m_Dragged
whether dragging has happened at all.
-
m_SelectionFrom
protected Point m_SelectionFrom
the starting corner of the selection box.
-
m_SelectionTo
protected Point m_SelectionTo
the finishing corner of the selection box.
-
m_MouseListener
protected MouseListener m_MouseListener
the mouse listener to install.
-
m_MouseMotionListener
protected MouseMotionListener m_MouseMotionListener
the mouse motion listener to install.
-
-
Method Detail
-
globalInfo
public String globalInfo()
Returns a string describing the object.- Specified by:
globalInfoin interfaceGlobalInfoSupporter- Specified by:
globalInfoin classAbstractOptionHandler- Returns:
- a description suitable for displaying in the gui
-
defineOptions
public void defineOptions()
Adds options to the internal list of options.- Specified by:
defineOptionsin interfaceOptionHandler- Overrides:
defineOptionsin classAbstractRectangleBasedAnnotator
-
setColor
public void setColor(Color value)
Sets the color to use.- Parameters:
value- the color
-
getColor
public Color getColor()
Returns the color to use.- Returns:
- the color
-
colorTipText
public String colorTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
setStrokeThickness
public void setStrokeThickness(float value)
Sets the stroke thickness to use.- Parameters:
value- the thickness
-
getStrokeThickness
public float getStrokeThickness()
Returns the current stroke thickness.- Returns:
- the thickness
-
strokeThicknessTipText
public String strokeThicknessTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
getDefaultLabel
protected String getDefaultLabel()
Returns the default label to use for the objects.- Returns:
- the default
-
getDefaultLabelSuffix
protected String getDefaultLabelSuffix()
Returns the default suffix to use for the label.- Returns:
- the default
-
setLabelSuffix
public void setLabelSuffix(String value)
Sets the suffix to use for the label.- Specified by:
setLabelSuffixin interfaceLabelSuffixHandler- Parameters:
value- the suffix
-
getLabelSuffix
public String getLabelSuffix()
Returns the suffix to use for the label.- Specified by:
getLabelSuffixin interfaceLabelSuffixHandler- Returns:
- the suffix
-
labelSuffixTipText
public String labelSuffixTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
initialize
protected void initialize()
Initializes the members.- Overrides:
initializein classAbstractAnnotator
-
createMouseListener
protected MouseListener createMouseListener()
Creates the listener for mouse events.- Returns:
- the instance
-
createMouseMotionListener
protected MouseMotionListener createMouseMotionListener()
Creates the listener for mouse motion events.- Returns:
- the instance
-
processSelection
protected void processSelection(int modifiersEx)
Processes the selection.- Parameters:
modifiersEx- the associated modifiers
-
doInstall
protected void doInstall()
Installs the annotator with the owner.- Specified by:
doInstallin classAbstractAnnotator
-
doUninstall
protected void doUninstall()
Uninstalls the annotator with the owner.- Specified by:
doUninstallin classAbstractAnnotator
-
doPaintSelection
protected void doPaintSelection(Graphics g)
Paints the selection.- Specified by:
doPaintSelectionin classAbstractAnnotator- Parameters:
g- the graphics context
-
-