Interface ObjectPrefixHandler
-
- All Known Subinterfaces:
ObjectFinder
- All Known Implementing Classes:
AbstractMetaObjectFinder
,AbstractObjectFinder
,AbstractPointAnnotator
,AbstractRectangleBasedAnnotator
,AbstractReportBasedAnnotator
,AbstractSelectionRectangleBasedLeftClickProcessor
,AbstractSelectionRectangleBasedSelectionProcessor
,AbstractSubImagesGenerator
,AllFinder
,AnnotateImage
,BoundingBoxAnnotator
,ByMetaDataNumericValue
,ByMetaDataStringValue
,CocoAnnotationsReportReader
,CompareObjectTypes
,CountObjectsInPolygon
,CountObjectsInRegion
,DeepLabCutCSVWriter
,DeleteObjects
,DetectronAnnotationsReportReader
,FixedBoundingBox
,Grid
,HasMetaDataValue
,ImageObjectIndexOffset
,ImageObjectInfo
,Invert
,LabeledRegions
,LocatedObjectsToReport
,LocateObjects
,MergeGrid
,MergeObjectLocations
,MultiObjectFinder
,NullFinder
,ObjectAnnotations
,ObjectAnnotations
,ObjectAnnotationsFromReport
,ObjectAnnotationsHandler
,ObjectAnnotationsReportHandler
,ObjectLocationsSpreadSheetReader
,Objects
,ObjectsInPolygon
,ObjectsInRegion
,OpexObjectLocationsReader
,PascalVOCObjectLocationsReader
,PassThrough
,PolygonAnnotator
,PolygonPointAnnotator
,PolygonPoints
,RandomBoundingBox
,Regions
,RemoveImageObject
,ScaleReportObjects
,SelectObjects
,SimplePointAnnotator
,Size
,VggXmlAnnotationReportReader
,ViaAnnotationsReportReader
,YoloAnnotationsReportReader
public interface ObjectPrefixHandler
Interface for classes that manage a prefix for objects.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPrefix()
Returns the field prefix used in the report.String
prefixTipText()
Returns the tip text for this property.void
setPrefix(String value)
Sets the field prefix used in the report.
-
-
-
Method Detail
-
setPrefix
void setPrefix(String value)
Sets the field prefix used in the report.- Parameters:
value
- the field prefix
-
getPrefix
String getPrefix()
Returns the field prefix used in the report.- Returns:
- the field prefix
-
prefixTipText
String prefixTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-