Class ImageRegionCreateEntry


  • public class ImageRegionCreateEntry
    extends Object
    Entry associating a region to an image.
    • Constructor Detail

      • ImageRegionCreateEntry

        public ImageRegionCreateEntry()
    • Method Detail

      • imageId

        public UUID imageId()
        Get the imageId value.
        Returns:
        the imageId value
      • withImageId

        public ImageRegionCreateEntry withImageId​(UUID imageId)
        Set the imageId value.
        Parameters:
        imageId - the imageId value to set
        Returns:
        the ImageRegionCreateEntry object itself.
      • tagId

        public UUID tagId()
        Get the tagId value.
        Returns:
        the tagId value
      • withTagId

        public ImageRegionCreateEntry withTagId​(UUID tagId)
        Set the tagId value.
        Parameters:
        tagId - the tagId value to set
        Returns:
        the ImageRegionCreateEntry object itself.
      • left

        public double left()
        Get the left value.
        Returns:
        the left value
      • withLeft

        public ImageRegionCreateEntry withLeft​(double left)
        Set the left value.
        Parameters:
        left - the left value to set
        Returns:
        the ImageRegionCreateEntry object itself.
      • top

        public double top()
        Get the top value.
        Returns:
        the top value
      • withTop

        public ImageRegionCreateEntry withTop​(double top)
        Set the top value.
        Parameters:
        top - the top value to set
        Returns:
        the ImageRegionCreateEntry object itself.
      • width

        public double width()
        Get the width value.
        Returns:
        the width value
      • withWidth

        public ImageRegionCreateEntry withWidth​(double width)
        Set the width value.
        Parameters:
        width - the width value to set
        Returns:
        the ImageRegionCreateEntry object itself.
      • height

        public double height()
        Get the height value.
        Returns:
        the height value
      • withHeight

        public ImageRegionCreateEntry withHeight​(double height)
        Set the height value.
        Parameters:
        height - the height value to set
        Returns:
        the ImageRegionCreateEntry object itself.