Uses of Class
adams.data.image.ImageAnchor
-
-
Uses of ImageAnchor in adams.data.image
Methods in adams.data.image that return ImageAnchor Modifier and Type Method Description static ImageAnchor
ImageAnchor. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImageAnchor[]
ImageAnchor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.image with parameters of type ImageAnchor Modifier and Type Method Description static Point[]
ImageAnchorHelper. calculateCorners(int imgWidth, int imgHeight, ImageAnchor anchor, double x, double y, double width, double height, boolean useAnchorAtPos)
Calculates the actual top-left (index 0) and bottom-right coordinates (index 1).static Point[]
ImageAnchorHelper. calculateCorners(BufferedImage img, ImageAnchor anchor, double x, double y, double width, double height, boolean useAnchorAtPos)
Calculates the actual top-left (index 0) and bottom-right coordinates (index 1). -
Uses of ImageAnchor in adams.data.image.features
Fields in adams.data.image.features declared as ImageAnchor Modifier and Type Field Description protected ImageAnchor
PixelClassifications. m_Anchor
where to anchor the position on the rectangle.Methods in adams.data.image.features that return ImageAnchor Modifier and Type Method Description ImageAnchor
PixelClassifications. getAnchor()
Returns where to anchor the position on the rectangle.Methods in adams.data.image.features with parameters of type ImageAnchor Modifier and Type Method Description void
PixelClassifications. setAnchor(ImageAnchor value)
Sets where to anchor the position on the rectangle. -
Uses of ImageAnchor in adams.data.image.transformer
Fields in adams.data.image.transformer declared as ImageAnchor Modifier and Type Field Description protected ImageAnchor
ChangeCanvasSize. m_Anchor
where to anchor the position on the canvas.Methods in adams.data.image.transformer that return ImageAnchor Modifier and Type Method Description ImageAnchor
ChangeCanvasSize. getAnchor()
Returns where to anchor the position on the rectangle.Methods in adams.data.image.transformer with parameters of type ImageAnchor Modifier and Type Method Description void
ChangeCanvasSize. setAnchor(ImageAnchor value)
Sets where to anchor the position on the rectangle. -
Uses of ImageAnchor in adams.data.image.transformer.crop
Fields in adams.data.image.transformer.crop declared as ImageAnchor Modifier and Type Field Description protected ImageAnchor
CropBackground. m_Anchor
where to pick the background color.protected ImageAnchor
RelativeCrop. m_Anchor
where to anchor the position on the rectangle.Methods in adams.data.image.transformer.crop that return ImageAnchor Modifier and Type Method Description ImageAnchor
CropBackground. getAnchor()
Returns where to pick the background color.ImageAnchor
RelativeCrop. getAnchor()
Returns where to anchor the position on the rectangle.Methods in adams.data.image.transformer.crop with parameters of type ImageAnchor Modifier and Type Method Description void
CropBackground. setAnchor(ImageAnchor value)
Sets where to pick the background color.void
RelativeCrop. setAnchor(ImageAnchor value)
Sets where to anchor the position on the rectangle. -
Uses of ImageAnchor in adams.flow.transformer.draw
Methods in adams.flow.transformer.draw that return ImageAnchor Modifier and Type Method Description ImageAnchor
AbstractDrawObjectsFromReport. getLabelAnchor()
Returns the anchor for the label.Methods in adams.flow.transformer.draw with parameters of type ImageAnchor Modifier and Type Method Description void
AbstractDrawObjectsFromReport. setLabelAnchor(ImageAnchor value)
Sets the anchor for the label. -
Uses of ImageAnchor in adams.flow.transformer.locateobjects
Fields in adams.flow.transformer.locateobjects declared as ImageAnchor Modifier and Type Field Description protected ImageAnchor
ChangeCanvasSize. m_Anchor
where to anchor the position on the canvas.Methods in adams.flow.transformer.locateobjects that return ImageAnchor Modifier and Type Method Description ImageAnchor
ChangeCanvasSize. getAnchor()
Returns where to anchor the position on the canvas.Methods in adams.flow.transformer.locateobjects with parameters of type ImageAnchor Modifier and Type Method Description void
ChangeCanvasSize. setAnchor(ImageAnchor value)
Sets where to anchor the position on the canvas. -
Uses of ImageAnchor in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as ImageAnchor Modifier and Type Field Description protected ImageAnchor
DeepLabCutCSVHandler. m_LabelAnchor
the label anchor.protected ImageAnchor
ObjectLocationsFromReport. m_LabelAnchor
the label anchor.protected ImageAnchor
ObjectLocationsFromSpreadSheet. m_LabelAnchor
the label anchor.protected ImageAnchor
PointsFromReportHandler. m_LabelAnchor
the label anchor.protected ImageAnchor
YoloAnnotationsHandler. m_LabelAnchor
the label anchor.Methods in adams.gui.tools.previewbrowser that return ImageAnchor Modifier and Type Method Description protected ImageAnchor
DeepLabCutCSVHandler. getDefaultLabelAnchor()
Returns the default label anchor.protected ImageAnchor
ObjectLocationsFromReport. getDefaultLabelAnchor()
Returns the default label anchor.protected ImageAnchor
ObjectLocationsFromSpreadSheet. getDefaultLabelAnchor()
Returns the default label anchor.protected ImageAnchor
PointsFromReportHandler. getDefaultLabelAnchor()
Returns the default label anchor.protected ImageAnchor
YoloAnnotationsHandler. getDefaultLabelAnchor()
Returns the default label anchor.ImageAnchor
DeepLabCutCSVHandler. getLabelAnchor()
Returns the anchor for the label.ImageAnchor
ObjectLocationsFromReport. getLabelAnchor()
Returns the anchor for the label.ImageAnchor
ObjectLocationsFromSpreadSheet. getLabelAnchor()
Returns the anchor for the label.ImageAnchor
PointsFromReportHandler. getLabelAnchor()
Returns the anchor for the label.ImageAnchor
YoloAnnotationsHandler. getLabelAnchor()
Returns the anchor for the label.Methods in adams.gui.tools.previewbrowser with parameters of type ImageAnchor Modifier and Type Method Description void
DeepLabCutCSVHandler. setLabelAnchor(ImageAnchor value)
Sets the anchor for the label.void
ObjectLocationsFromReport. setLabelAnchor(ImageAnchor value)
Sets the anchor for the label.void
ObjectLocationsFromSpreadSheet. setLabelAnchor(ImageAnchor value)
Sets the anchor for the label.void
PointsFromReportHandler. setLabelAnchor(ImageAnchor value)
Sets the anchor for the label.void
YoloAnnotationsHandler. setLabelAnchor(ImageAnchor value)
Sets the anchor for the label. -
Uses of ImageAnchor in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as ImageAnchor Modifier and Type Field Description protected ImageAnchor
AbstractReportBasedOverlayHelper. m_LabelAnchor
the label anchor.Methods in adams.gui.visualization.image that return ImageAnchor Modifier and Type Method Description protected ImageAnchor
AbstractObjectOverlayFromReport. getDefaultLabelAnchor()
Returns the default label anchor.protected ImageAnchor
AbstractPointOverlayFromReport. getDefaultLabelAnchor()
Returns the default label anchor.ImageAnchor
AbstractObjectOverlayFromReport. getLabelAnchor()
Returns the anchor for the label.ImageAnchor
AbstractPointOverlayFromReport. getLabelAnchor()
Returns the anchor for the label.ImageAnchor
AbstractReportBasedOverlayHelper. getLabelAnchor()
Returns the anchor for the label.Methods in adams.gui.visualization.image with parameters of type ImageAnchor Modifier and Type Method Description void
AbstractObjectOverlayFromReport. setLabelAnchor(ImageAnchor value)
Sets the anchor for the label.void
AbstractPointOverlayFromReport. setLabelAnchor(ImageAnchor value)
Sets the anchor for the label.void
AbstractReportBasedOverlayHelper. setLabelAnchor(ImageAnchor value)
Sets the anchor for the label. -
Uses of ImageAnchor in adams.gui.visualization.object.objectannotations
Methods in adams.gui.visualization.object.objectannotations with parameters of type ImageAnchor Modifier and Type Method Description static void
AnnotationUtils. drawString(Graphics g, Rectangle rect, ImageAnchor anchor, String label, int offsetX, int offsetY, Font font)
Draws the string at the specified position. -
Uses of ImageAnchor in adams.gui.visualization.object.objectannotations.label
Fields in adams.gui.visualization.object.objectannotations.label declared as ImageAnchor Modifier and Type Field Description protected ImageAnchor
Anchored. m_Anchor
the label anchor.Methods in adams.gui.visualization.object.objectannotations.label that return ImageAnchor Modifier and Type Method Description ImageAnchor
Anchored. getAnchor()
Returns the anchor for the label.Methods in adams.gui.visualization.object.objectannotations.label with parameters of type ImageAnchor Modifier and Type Method Description void
Anchored. setAnchor(ImageAnchor value)
Sets the anchor for the label. -
Uses of ImageAnchor in adams.gui.visualization.object.overlay
Methods in adams.gui.visualization.object.overlay that return ImageAnchor Modifier and Type Method Description ImageAnchor
AbstractObjectOverlayFromReport. getLabelAnchor()
Returns the anchor for the label.ImageAnchor
AbstractPointOverlayFromReport. getLabelAnchor()
Returns the anchor for the label.Methods in adams.gui.visualization.object.overlay with parameters of type ImageAnchor Modifier and Type Method Description void
AbstractObjectOverlayFromReport. setLabelAnchor(ImageAnchor value)
Sets the anchor for the label.void
AbstractPointOverlayFromReport. setLabelAnchor(ImageAnchor value)
Sets the anchor for the label.
-