Interface IEditedImageLocation<T>


public interface IEditedImageLocation<T>
Interface for edited image location.
Author:
Christopher Mindus
  • Method Details

    • getLocation

      Position getLocation(T o)
      Gets the location.
    • setLocation

      boolean setLocation(T o, int xo, int yo)
      Sets the location with undo support.
    • createToolTip

      Composite createToolTip(Composite parent, T o)
      Creates the tooltip for the location.
    • getImageSize

      Size getImageSize()
      Gets the size of the image.