Uses of Class
adams.flow.transformer.locateobjects.LocatedObjects
-
-
Uses of LocatedObjects in adams.data.areaoverlap
Methods in adams.data.areaoverlap that return LocatedObjects Modifier and Type Method Description LocatedObjects
AbstractAreaOverlap. calculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)
Computes the overlapping areas between the matches.LocatedObjects
AreaOverlap. calculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)
Computes the overlapping areas between the matches.protected abstract LocatedObjects
AbstractAreaOverlap. doCalculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)
Computes the overlapping areas between the matches.protected LocatedObjects
BoundingBoxBased. doCalculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)
Computes the overlapping areas between the matches.protected LocatedObjects
PolygonBased. doCalculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)
Computes the overlapping areas between the matches. -
Uses of LocatedObjects in adams.data.objectfilter
Methods in adams.data.objectfilter that return LocatedObjects Modifier and Type Method Description protected abstract LocatedObjects
AbstractObjectFilter. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
AddDefaultLabel. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
AttachMetaData. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
AttachOverlappingMetaData. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
ClipBoundingBoxes. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
KeepEnclosed. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
MakeSquare. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
MergeOverlaps. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
OffsetIndex. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
PassThrough. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
RemoveDuplicatePolygonPoints. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
RemovePolygons. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
RenameLabels. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
Rotate. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
Scale. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
TransformMetaData. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
Translate. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
UpdateBoundsFromPolygon. doFilter(LocatedObjects objects)
Filters the image objects.LocatedObjects
AbstractObjectFilter. filter(LocatedObjects objects)
Filters the image objects.LocatedObjects
ObjectFilter. filter(LocatedObjects objects)
Filters the image objects.Methods in adams.data.objectfilter with parameters of type LocatedObjects Modifier and Type Method Description protected String
AbstractObjectFilter. check(LocatedObjects objects)
Hook method for checking the object list before processing it.protected String
AttachOverlappingMetaData. check(LocatedObjects objects)
Hook method for checking the object list before processing it.protected String
TransformMetaData. check(LocatedObjects objects)
Hook method for checking the object list before processing it.protected abstract LocatedObjects
AbstractObjectFilter. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
AddDefaultLabel. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
AttachMetaData. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
AttachOverlappingMetaData. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
ClipBoundingBoxes. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
KeepEnclosed. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
MakeSquare. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
MergeOverlaps. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
OffsetIndex. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
PassThrough. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
RemoveDuplicatePolygonPoints. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
RemovePolygons. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
RenameLabels. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
Rotate. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
Scale. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
TransformMetaData. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
Translate. doFilter(LocatedObjects objects)
Filters the image objects.protected LocatedObjects
UpdateBoundsFromPolygon. doFilter(LocatedObjects objects)
Filters the image objects.LocatedObjects
AbstractObjectFilter. filter(LocatedObjects objects)
Filters the image objects.LocatedObjects
ObjectFilter. filter(LocatedObjects objects)
Filters the image objects. -
Uses of LocatedObjects in adams.data.objectfinder
Methods in adams.data.objectfinder that return LocatedObjects Modifier and Type Method Description LocatedObjects
AbstractObjectFinder. findObjects(Report report)
Finds the objects in the report.LocatedObjects
AbstractObjectFinder. findObjects(LocatedObjects objects)
Finds the objects in the list of objects.LocatedObjects
ObjectFinder. findObjects(Report report)
Finds the objects in the report.LocatedObjects
ObjectFinder. findObjects(LocatedObjects objects)
Finds the objects in the list of objects.Methods in adams.data.objectfinder with parameters of type LocatedObjects Modifier and Type Method Description protected String
AbstractObjectFinder. check(LocatedObjects objects)
Hook method for performing checks.protected String
ObjectsInPolygon. check(LocatedObjects objects)
Hook method for performing checks.protected abstract int[]
AbstractObjectFinder. doFind(LocatedObjects objects)
Performs the actual finding of the objects in the list.protected int[]
AllFinder. doFind(LocatedObjects objects)
Performs the actual finding of the objects in the list.protected int[]
ByMetaDataNumericValue. doFind(LocatedObjects objects)
Performs the actual finding of the objects in the list.protected int[]
ByMetaDataStringValue. doFind(LocatedObjects objects)
Performs the actual finding of the objects in the list.protected int[]
HasMetaDataValue. doFind(LocatedObjects objects)
Performs the actual finding of the objects in the list.protected int[]
Invert. doFind(LocatedObjects objects)
Performs the actual finding of the objects in the list.protected int[]
MultiObjectFinder. doFind(LocatedObjects objects)
Performs the actual finding of the objects in the list.protected int[]
NullFinder. doFind(LocatedObjects objects)
Performs the actual finding of the objects in the list.protected int[]
ObjectsInPolygon. doFind(LocatedObjects objects)
Performs the actual finding of the objects in the list.protected int[]
ObjectsInRegion. doFind(LocatedObjects objects)
Performs the actual finding of the objects in the list.protected int[]
PolygonPoints. doFind(LocatedObjects objects)
Performs the actual finding of the objects in the list.protected int[]
Size. doFind(LocatedObjects objects)
Performs the actual finding of the objects in the list.int[]
AbstractObjectFinder. find(LocatedObjects objects)
Finds the objects in the list of objects.int[]
ObjectFinder. find(LocatedObjects objects)
Finds the objects in the list of objects.LocatedObjects
AbstractObjectFinder. findObjects(LocatedObjects objects)
Finds the objects in the list of objects.LocatedObjects
ObjectFinder. findObjects(LocatedObjects objects)
Finds the objects in the list of objects. -
Uses of LocatedObjects in adams.data.objectoverlap
Methods in adams.data.objectoverlap that return LocatedObjects Modifier and Type Method Description LocatedObjects
AbstractObjectOverlap. calculate(LocatedObjects annotations, LocatedObjects predictions)
Computes the overlapping objects between the annotations and the predictions.LocatedObjects
ObjectOverlap. calculate(LocatedObjects annotations, LocatedObjects predictions)
Computes the overlapping objects between the annotations and the predictions.protected abstract LocatedObjects
AbstractObjectOverlap. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Computes the overlapping objects between the annotations and the predictions.protected LocatedObjects
AreaRatio. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Computes the overlapping objects between the annotations and the predictions.protected LocatedObjects
IntersectOverUnionRatio. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Computes the overlapping objects between the annotations and the predictions.protected LocatedObjects
Null. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Computes the overlapping objects between the annotations and the predictions.Methods in adams.data.objectoverlap that return types with arguments of type LocatedObjects Modifier and Type Method Description com.github.fracpete.javautils.struct.Struct2<LocatedObjects,LocatedObjects>
AreaRatio. splitOverlaps(LocatedObjects overlaps)
Splits the overlapping objects into subsets of matching labels and mismatching ones.com.github.fracpete.javautils.struct.Struct2<LocatedObjects,LocatedObjects>
AreaRatio. splitOverlaps(LocatedObjects overlaps)
Splits the overlapping objects into subsets of matching labels and mismatching ones.com.github.fracpete.javautils.struct.Struct2<LocatedObjects,LocatedObjects>
IntersectOverUnionRatio. splitOverlaps(LocatedObjects overlaps)
Splits the overlapping objects into subsets of matching labels and mismatching ones.com.github.fracpete.javautils.struct.Struct2<LocatedObjects,LocatedObjects>
IntersectOverUnionRatio. splitOverlaps(LocatedObjects overlaps)
Splits the overlapping objects into subsets of matching labels and mismatching ones.com.github.fracpete.javautils.struct.Struct2<LocatedObjects,LocatedObjects>
LabelAwareObjectOverlap. splitOverlaps(LocatedObjects overlaps)
Splits the overlapping objects into subsets of matching labels and mismatching ones.com.github.fracpete.javautils.struct.Struct2<LocatedObjects,LocatedObjects>
LabelAwareObjectOverlap. splitOverlaps(LocatedObjects overlaps)
Splits the overlapping objects into subsets of matching labels and mismatching ones.Methods in adams.data.objectoverlap with parameters of type LocatedObjects Modifier and Type Method Description LocatedObjects
AbstractObjectOverlap. calculate(LocatedObjects annotations, LocatedObjects predictions)
Computes the overlapping objects between the annotations and the predictions.LocatedObjects
ObjectOverlap. calculate(LocatedObjects annotations, LocatedObjects predictions)
Computes the overlapping objects between the annotations and the predictions.protected String
AbstractObjectOverlap. check(LocatedObjects annotations, LocatedObjects predictions)
Computes the overlapping objects between the annotations and the predictions.protected abstract LocatedObjects
AbstractObjectOverlap. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Computes the overlapping objects between the annotations and the predictions.protected LocatedObjects
AreaRatio. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Computes the overlapping objects between the annotations and the predictions.protected LocatedObjects
IntersectOverUnionRatio. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Computes the overlapping objects between the annotations and the predictions.protected LocatedObjects
Null. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Computes the overlapping objects between the annotations and the predictions.Map<LocatedObject,Map<LocatedObject,Double>>
AbstractObjectOverlap. matches(LocatedObjects annotations, LocatedObjects predictions)
Computes the overlapping objects between the annotations and the predictions and returns the matches.Map<LocatedObject,Map<LocatedObject,Double>>
ObjectOverlap. matches(LocatedObjects annotations, LocatedObjects predictions)
Computes the overlapping objects between the annotations and the predictions and returns the matches.com.github.fracpete.javautils.struct.Struct2<LocatedObjects,LocatedObjects>
AreaRatio. splitOverlaps(LocatedObjects overlaps)
Splits the overlapping objects into subsets of matching labels and mismatching ones.com.github.fracpete.javautils.struct.Struct2<LocatedObjects,LocatedObjects>
IntersectOverUnionRatio. splitOverlaps(LocatedObjects overlaps)
Splits the overlapping objects into subsets of matching labels and mismatching ones.com.github.fracpete.javautils.struct.Struct2<LocatedObjects,LocatedObjects>
LabelAwareObjectOverlap. splitOverlaps(LocatedObjects overlaps)
Splits the overlapping objects into subsets of matching labels and mismatching ones. -
Uses of LocatedObjects in adams.data.overlappingobjectremoval
Methods in adams.data.overlappingobjectremoval that return LocatedObjects Modifier and Type Method Description abstract LocatedObjects
AbstractOverlappingObjectRemoval. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects.LocatedObjects
KeepHighestMetaDataValue. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects.LocatedObjects
MergeOverlaps. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects.LocatedObjects
OverlappingObjectRemoval. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects.LocatedObjects
PassThrough. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects.LocatedObjects
RemoveAll. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects.LocatedObjects
RemoveLargerRectangle. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects.LocatedObjects
RemoveSmallerRectangle. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects.Methods in adams.data.overlappingobjectremoval with parameters of type LocatedObjects Modifier and Type Method Description abstract LocatedObjects
AbstractOverlappingObjectRemoval. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects.LocatedObjects
KeepHighestMetaDataValue. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects.LocatedObjects
MergeOverlaps. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects.LocatedObjects
OverlappingObjectRemoval. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects.LocatedObjects
PassThrough. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects.LocatedObjects
RemoveAll. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects.LocatedObjects
RemoveLargerRectangle. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects.LocatedObjects
RemoveSmallerRectangle. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)
Removes overlapping image objects. -
Uses of LocatedObjects in adams.flow.transformer
Fields in adams.flow.transformer declared as LocatedObjects Modifier and Type Field Description protected LocatedObjects
ImageAnnotator.AnnotatorPanel. m_Objects
the rectangles of the located objects. -
Uses of LocatedObjects in adams.flow.transformer.compareobjectlocations
Fields in adams.flow.transformer.compareobjectlocations declared as LocatedObjects Modifier and Type Field Description protected LocatedObjects
Combined.CombinedPanel. m_AnnotationsLocatedObjects
the located objects / annotations.protected LocatedObjects
SideBySide.SideBySidePanel. m_AnnotationsLocatedObjects
the located objects / annotations.protected LocatedObjects
Combined.CombinedPanel. m_OverlapLocatedObjectsCorrect
the located objects / overlaps (matching labels).protected LocatedObjects
Combined.CombinedPanel. m_OverlapLocatedObjectsIncorrect
the located objects / overlaps (mismatching labels).protected LocatedObjects
Combined.CombinedPanel. m_PredictionsLocatedObjects
the located objects / predictions.protected LocatedObjects
SideBySide.SideBySidePanel. m_PredictionsLocatedObjects
the located objects / predictions.Methods in adams.flow.transformer.compareobjectlocations that return LocatedObjects Modifier and Type Method Description protected LocatedObjects
Combined.CombinedPanel. updateLabelType(LocatedObjects objects, String suffix)
Updates the label type.Methods in adams.flow.transformer.compareobjectlocations with parameters of type LocatedObjects Modifier and Type Method Description abstract void
AbstractComparisonPanel. display(AbstractImageContainer cont, List<String> labels, Report repAnn, LocatedObjects objAnn, Report repPred, LocatedObjects objPred)
Displays the new image.void
Combined.CombinedPanel. display(AbstractImageContainer cont, List<String> labels, Report repAnn, LocatedObjects objAnn, Report repPred, LocatedObjects objPred)
Displays the new image.void
SideBySide.SideBySidePanel. display(AbstractImageContainer cont, List<String> labels, Report repAnn, LocatedObjects objAnn, Report repPred, LocatedObjects objPred)
Displays the new image.protected Report
AbstractComparisonPanel. filterObjects(String label, LocatedObjects objects, String suffix, String prefix)
Filters the objects using the specified label and returns the newly generated report.protected LocatedObjects
Combined.CombinedPanel. updateLabelType(LocatedObjects objects, String suffix)
Updates the label type. -
Uses of LocatedObjects in adams.flow.transformer.draw
Fields in adams.flow.transformer.draw declared as LocatedObjects Modifier and Type Field Description protected LocatedObjects
ObjectAnnotationsFromReport. m_Annotations
the annotations. -
Uses of LocatedObjects in adams.flow.transformer.locateobjects
Methods in adams.flow.transformer.locateobjects that return LocatedObjects Modifier and Type Method Description LocatedObjects
AbstractObjectLocator. annotate(BufferedImage image)
Only annotates the objects in the image, does not output any sub-images.protected abstract LocatedObjects
AbstractObjectLocator. doLocate(BufferedImage image, boolean annotateOnly)
Performs the actual locating of the objects.protected LocatedObjects
BinaryContours. doLocate(BufferedImage image, boolean annotateOnly)
Returns the input image as output.protected LocatedObjects
CannyBinary. doLocate(BufferedImage image, boolean annotateOnly)
Returns the input image as output.protected LocatedObjects
CannyEdges. doLocate(BufferedImage image, boolean annotateOnly)
Returns the input image as output.protected LocatedObjects
ChangeCanvasSize. doLocate(BufferedImage image, boolean annotateOnly)
Performs the actual locating of the objects.protected LocatedObjects
CroppedLocator. doLocate(BufferedImage image, boolean annotateOnly)
Performs the actual locating of the objects.protected LocatedObjects
PassThrough. doLocate(BufferedImage image, boolean annotateOnly)
Returns the input image as output.protected LocatedObjects
SizeFilter. doLocate(BufferedImage image, boolean annotateOnly)
Performs the actual locating of the objects.protected LocatedObjects
XScreenMaskLocator. doLocate(BufferedImage image, boolean annotateOnly)
Returns the input image as output.static LocatedObjects
LocatedObjects. fromReport(Report report, String prefix)
Retrieves all objects from the report.static LocatedObjects
LocatedObjects. fromReport(Report report, String[] prefixes)
Retrieves all objects from the report.static LocatedObjects
LocatedObjects. fromReport(Report report, String[] prefixes, LocatedObjectFilter filter)
Retrieves all objects from the report.static LocatedObjects
LocatedObjects. fromReport(Report report, String prefix, LocatedObjectFilter filter)
Retrieves all objects from the report.LocatedObjects
LocatedObjects. getClone()
Returns a clone of the object.LocatedObjects
AbstractObjectLocator. locate(BufferedImage image)
Locates the objects in the image.LocatedObjects
LocatedObjects. subList(int[] indices)
Returns a new instance using the specified list indices.LocatedObjects
LocatedObjects. subList(int[] indices, boolean invert)
Returns a new instance using the specified list indices.LocatedObjects
LocatedObjects. subset(int[] indices)
Returns a new instance using the specified object indices.LocatedObjects
LocatedObjects. subset(int[] indices, boolean invert)
Returns a new instance using the specified object indices.Constructors in adams.flow.transformer.locateobjects with parameters of type LocatedObjects Constructor Description LocatedObjects(LocatedObjects objects)
Initializes the list. -
Uses of LocatedObjects in adams.flow.transformer.negativeregions
Methods in adams.flow.transformer.negativeregions that return LocatedObjects Modifier and Type Method Description protected abstract LocatedObjects
AbstractNegativeRegionsGenerator. doGenerateRegions(AbstractImageContainer cont)
Generates the negative regions.protected LocatedObjects
LargestRegions. doGenerateRegions(AbstractImageContainer cont)
Generates the negative regions.protected LocatedObjects
MaxDimensions. doGenerateRegions(AbstractImageContainer cont)
Generates the negative regions.protected LocatedObjects
MinDimensions. doGenerateRegions(AbstractImageContainer cont)
Generates the negative regions.protected LocatedObjects
Null. doGenerateRegions(AbstractImageContainer cont)
Generates the negative regions.protected LocatedObjects
RandomRegions. doGenerateRegions(AbstractImageContainer cont)
Generates the negative regions.protected LocatedObjects
SimpleBlockFill. doGenerateRegions(AbstractImageContainer cont)
Generates the negative regions.LocatedObjects
AbstractNegativeRegionsGenerator. generateRegions(AbstractImageContainer cont)
Generates the negative regions. -
Uses of LocatedObjects in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as LocatedObjects Modifier and Type Field Description protected LocatedObjects
AbstractReportBasedOverlayHelper. m_AllObjects
all located objects.protected LocatedObjects
ObjectAnnotations. m_Annotations
the annotations.protected LocatedObjects
AbstractReportBasedOverlayHelper. m_FilteredObjects
the filtered located objects.protected LocatedObjects
AbstractObjectOverlayFromReport.LocatedObjectsPanel. m_LocatedObjects
the located objects.protected LocatedObjects
AbstractPointOverlayFromReport.LocatedPointsPanel. m_LocatedObjects
the located objects.protected LocatedObjects
ObjectAnnotations.LocatedObjectsPanel. m_LocatedObjects
the located objects.protected LocatedObjects
LocatedObjectsTableModel. m_Objects
the underlying objects.Methods in adams.gui.visualization.image that return LocatedObjects Modifier and Type Method Description LocatedObjects
AbstractReportBasedOverlayHelper. getAllObjects()
Returns all the objects.LocatedObjects
AbstractReportBasedOverlayHelper. getFilteredObjects()
Returns the filtered objects.LocatedObjects
AbstractObjectOverlayFromReport.LocatedObjectsPanel. getLocatedObjects()
Returns the located objects being displayed.LocatedObjects
AbstractPointOverlayFromReport.LocatedPointsPanel. getLocatedObjects()
Returns the located objects being displayed.LocatedObjects
ObjectAnnotations.LocatedObjectsPanel. getLocatedObjects()
Returns the located objects being displayed.LocatedObjects
LocatedObjectsTableModel. getObjects()
Returns the underlying located objects.Methods in adams.gui.visualization.image with parameters of type LocatedObjects Modifier and Type Method Description protected void
ObjectAnnotations. doPaintObjects(ImagePanel.PaintPanel panel, Graphics g, LocatedObjects annotations)
Performs the actual painting of the objects.protected void
LocatedObjectsTableModel. initModel(LocatedObjects objects)
Initializes the model.void
AbstractObjectOverlayFromReport.LocatedObjectsPanel. setLocatedObjects(LocatedObjects value)
Sets the located objects to display.void
AbstractPointOverlayFromReport.LocatedPointsPanel. setLocatedObjects(LocatedObjects value)
Sets the located objects to display.void
ObjectAnnotations.LocatedObjectsPanel. setLocatedObjects(LocatedObjects value)
Sets the located objects to display.void
LocatedObjectsTableModel. setObjects(LocatedObjects value)
Sets the objects to display.Constructors in adams.gui.visualization.image with parameters of type LocatedObjects Constructor Description LocatedObjectsTableModel(LocatedObjectsTableModel.MetaDataDisplay metaDataDisplay, LocatedObjects objects)
Initializes the table model. -
Uses of LocatedObjects in adams.gui.visualization.object
Methods in adams.gui.visualization.object that return LocatedObjects Modifier and Type Method Description LocatedObjects
ObjectAnnotationPanel. getObjects()
Returns the current located objects.Methods in adams.gui.visualization.object with parameters of type LocatedObjects Modifier and Type Method Description void
ObjectAnnotationPanel. setObjects(LocatedObjects value)
Sets the located objects to use. -
Uses of LocatedObjects in adams.gui.visualization.object.annotationsdisplay
Fields in adams.gui.visualization.object.annotationsdisplay declared as LocatedObjects Modifier and Type Field Description protected LocatedObjects
DefaultAnnotationsDisplayPanel. m_LocatedObjects
the cached located objects.Methods in adams.gui.visualization.object.annotationsdisplay that return LocatedObjects Modifier and Type Method Description abstract LocatedObjects
AbstractAnnotationsDisplayPanel. getObjects()
Returns the annotations.LocatedObjects
DefaultAnnotationsDisplayPanel. getObjects()
Returns the annotations.Methods in adams.gui.visualization.object.annotationsdisplay with parameters of type LocatedObjects Modifier and Type Method Description abstract void
AbstractAnnotationsDisplayPanel. setObjects(LocatedObjects value)
Sets the annotations.void
DefaultAnnotationsDisplayPanel. setObjects(LocatedObjects value)
Sets the annotations. -
Uses of LocatedObjects in adams.gui.visualization.object.mouseclick
Methods in adams.gui.visualization.object.mouseclick that return LocatedObjects Modifier and Type Method Description protected LocatedObjects
AbstractMouseClickProcessor. determineHits(ObjectAnnotationPanel panel, MouseEvent e)
Determines the object hits for the mouse location. -
Uses of LocatedObjects in adams.gui.visualization.object.objectannotations.check
Methods in adams.gui.visualization.object.objectannotations.check with parameters of type LocatedObjects Modifier and Type Method Description protected String
AbstractAnnotationCheck. check(LocatedObjects objects)
Hook method for checks.String
AbstractAnnotationCheck. checkAnnotations(LocatedObjects objects)
Checks the annotations.String
AnnotationCheck. checkAnnotations(LocatedObjects objects)
Checks the annotations.protected abstract String
AbstractAnnotationCheck. doCheckAnnotations(LocatedObjects objects)
Checks the annotations.protected String
MultiCheck. doCheckAnnotations(LocatedObjects objects)
Checks the annotations.protected String
PassThrough. doCheckAnnotations(LocatedObjects objects)
Checks the annotations.protected String
RequireMetaData. doCheckAnnotations(LocatedObjects objects)
Checks the annotations.protected abstract int[]
AbstractAnnotationCheck. doFindInvalidAnnotationsIndices(LocatedObjects objects)
Checks the annotations and returns the indices of the invalid ones.protected int[]
MultiCheck. doFindInvalidAnnotationsIndices(LocatedObjects objects)
Checks the annotations and returns the indices of the invalid ones.protected int[]
PassThrough. doFindInvalidAnnotationsIndices(LocatedObjects objects)
Checks the annotations and returns the indices of the invalid ones.protected int[]
RequireMetaData. doFindInvalidAnnotationsIndices(LocatedObjects objects)
Checks the annotations and returns the indices of the invalid ones.int[]
AbstractAnnotationCheck. findInvalidAnnotationsIndices(LocatedObjects objects)
Checks the annotations and returns the indices of the invalid ones.int[]
AnnotationCheck. findInvalidAnnotationsIndices(LocatedObjects objects)
Checks the annotations and returns the indices of the invalid ones. -
Uses of LocatedObjects in adams.gui.visualization.object.objectannotations.cleaning
Methods in adams.gui.visualization.object.objectannotations.cleaning that return LocatedObjects Modifier and Type Method Description LocatedObjects
AbstractAnnotationCleaner. cleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.LocatedObjects
AnnotationCleaner. cleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.protected abstract LocatedObjects
AbstractAnnotationCleaner. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.protected LocatedObjects
Filter. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.protected LocatedObjects
OverlapRemoval. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.protected LocatedObjects
PassThrough. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.Methods in adams.gui.visualization.object.objectannotations.cleaning with parameters of type LocatedObjects Modifier and Type Method Description protected String
AbstractAnnotationCleaner. check(LocatedObjects objects)
Hook method for checks.LocatedObjects
AbstractAnnotationCleaner. cleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.LocatedObjects
AnnotationCleaner. cleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.protected abstract LocatedObjects
AbstractAnnotationCleaner. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.protected LocatedObjects
Filter. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.protected LocatedObjects
OverlapRemoval. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.protected LocatedObjects
PassThrough. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations. -
Uses of LocatedObjects in adams.gui.visualization.object.objectannotations.colors
Methods in adams.gui.visualization.object.objectannotations.colors with parameters of type LocatedObjects Modifier and Type Method Description protected String
AbstractAnnotationColors. check(LocatedObjects objects)
Hook method for checks.protected abstract void
AbstractAnnotationColors. doInitColors(LocatedObjects objects, MessageCollection errors)
Initializes the colors with the annotations.protected void
FixedColor. doInitColors(LocatedObjects objects, MessageCollection errors)
Initializes the colors with the annotations.protected void
PerType. doInitColors(LocatedObjects objects, MessageCollection errors)
Initializes the colors with the annotations.protected void
TypeColorMapping. doInitColors(LocatedObjects objects, MessageCollection errors)
Initializes the colors with the annotations.protected void
VaryByObject. doInitColors(LocatedObjects objects, MessageCollection errors)
Initializes the colors with the annotations.void
AbstractAnnotationColors. initColors(LocatedObjects objects, MessageCollection errors)
Initializes the colors with the annotations.void
AnnotationColors. initColors(LocatedObjects objects, MessageCollection errors)
Initializes the colors with the annotations. -
Uses of LocatedObjects in adams.gui.visualization.object.overlay
Fields in adams.gui.visualization.object.overlay declared as LocatedObjects Modifier and Type Field Description protected LocatedObjects
ObjectAnnotations. m_Annotations
the annotations.
-