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 ImageAnchorImageAnchor. 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 ImageAnchorPixelClassifications. m_Anchorwhere to anchor the position on the rectangle.Methods in adams.data.image.features that return ImageAnchor Modifier and Type Method Description ImageAnchorPixelClassifications. 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 voidPixelClassifications. 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 ImageAnchorChangeCanvasSize. m_Anchorwhere to anchor the position on the canvas.Methods in adams.data.image.transformer that return ImageAnchor Modifier and Type Method Description ImageAnchorChangeCanvasSize. 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 voidChangeCanvasSize. 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 ImageAnchorCropBackground. m_Anchorwhere to pick the background color.protected ImageAnchorRelativeCrop. m_Anchorwhere to anchor the position on the rectangle.Methods in adams.data.image.transformer.crop that return ImageAnchor Modifier and Type Method Description ImageAnchorCropBackground. getAnchor()Returns where to pick the background color.ImageAnchorRelativeCrop. 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 voidCropBackground. setAnchor(ImageAnchor value)Sets where to pick the background color.voidRelativeCrop. 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 ImageAnchorAbstractDrawObjectsFromReport. getLabelAnchor()Returns the anchor for the label.Methods in adams.flow.transformer.draw with parameters of type ImageAnchor Modifier and Type Method Description voidAbstractDrawObjectsFromReport. 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 ImageAnchorChangeCanvasSize. m_Anchorwhere to anchor the position on the canvas.Methods in adams.flow.transformer.locateobjects that return ImageAnchor Modifier and Type Method Description ImageAnchorChangeCanvasSize. 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 voidChangeCanvasSize. 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 ImageAnchorDeepLabCutCSVHandler. m_LabelAnchorthe label anchor.protected ImageAnchorObjectLocationsFromReport. m_LabelAnchorthe label anchor.protected ImageAnchorObjectLocationsFromSpreadSheet. m_LabelAnchorthe label anchor.protected ImageAnchorPointsFromReportHandler. m_LabelAnchorthe label anchor.protected ImageAnchorYoloAnnotationsHandler. m_LabelAnchorthe label anchor.Methods in adams.gui.tools.previewbrowser that return ImageAnchor Modifier and Type Method Description protected ImageAnchorDeepLabCutCSVHandler. getDefaultLabelAnchor()Returns the default label anchor.protected ImageAnchorObjectLocationsFromReport. getDefaultLabelAnchor()Returns the default label anchor.protected ImageAnchorObjectLocationsFromSpreadSheet. getDefaultLabelAnchor()Returns the default label anchor.protected ImageAnchorPointsFromReportHandler. getDefaultLabelAnchor()Returns the default label anchor.protected ImageAnchorYoloAnnotationsHandler. getDefaultLabelAnchor()Returns the default label anchor.ImageAnchorDeepLabCutCSVHandler. getLabelAnchor()Returns the anchor for the label.ImageAnchorObjectLocationsFromReport. getLabelAnchor()Returns the anchor for the label.ImageAnchorObjectLocationsFromSpreadSheet. getLabelAnchor()Returns the anchor for the label.ImageAnchorPointsFromReportHandler. getLabelAnchor()Returns the anchor for the label.ImageAnchorYoloAnnotationsHandler. getLabelAnchor()Returns the anchor for the label.Methods in adams.gui.tools.previewbrowser with parameters of type ImageAnchor Modifier and Type Method Description voidDeepLabCutCSVHandler. setLabelAnchor(ImageAnchor value)Sets the anchor for the label.voidObjectLocationsFromReport. setLabelAnchor(ImageAnchor value)Sets the anchor for the label.voidObjectLocationsFromSpreadSheet. setLabelAnchor(ImageAnchor value)Sets the anchor for the label.voidPointsFromReportHandler. setLabelAnchor(ImageAnchor value)Sets the anchor for the label.voidYoloAnnotationsHandler. 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 ImageAnchorAbstractReportBasedOverlayHelper. m_LabelAnchorthe label anchor.Methods in adams.gui.visualization.image that return ImageAnchor Modifier and Type Method Description protected ImageAnchorAbstractObjectOverlayFromReport. getDefaultLabelAnchor()Returns the default label anchor.protected ImageAnchorAbstractPointOverlayFromReport. getDefaultLabelAnchor()Returns the default label anchor.ImageAnchorAbstractObjectOverlayFromReport. getLabelAnchor()Returns the anchor for the label.ImageAnchorAbstractPointOverlayFromReport. getLabelAnchor()Returns the anchor for the label.ImageAnchorAbstractReportBasedOverlayHelper. getLabelAnchor()Returns the anchor for the label.Methods in adams.gui.visualization.image with parameters of type ImageAnchor Modifier and Type Method Description voidAbstractObjectOverlayFromReport. setLabelAnchor(ImageAnchor value)Sets the anchor for the label.voidAbstractPointOverlayFromReport. setLabelAnchor(ImageAnchor value)Sets the anchor for the label.voidAbstractReportBasedOverlayHelper. 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 voidAnnotationUtils. 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 ImageAnchorAnchored. m_Anchorthe label anchor.Methods in adams.gui.visualization.object.objectannotations.label that return ImageAnchor Modifier and Type Method Description ImageAnchorAnchored. 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 voidAnchored. 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 ImageAnchorAbstractObjectOverlayFromReport. getLabelAnchor()Returns the anchor for the label.ImageAnchorAbstractPointOverlayFromReport. getLabelAnchor()Returns the anchor for the label.Methods in adams.gui.visualization.object.overlay with parameters of type ImageAnchor Modifier and Type Method Description voidAbstractObjectOverlayFromReport. setLabelAnchor(ImageAnchor value)Sets the anchor for the label.voidAbstractPointOverlayFromReport. setLabelAnchor(ImageAnchor value)Sets the anchor for the label.
-