Interface IScreenRectangle

All Known Implementing Classes:
CaptureFieldProp, EditorScreenFieldProp, EditorScreenIdentificationProp

public interface IScreenRectangle
Interface for screen rectangles.
Author:
Christopher Mindus
  • Method Details Link icon

    • mustWrap Link icon

      boolean mustWrap()
      Check if the rectangle must wrap (for host fields).
    • getX Link icon

      int getX()
      Gets the X position.
    • getY Link icon

      int getY()
      Gets the Y position.
    • getWidth Link icon

      int getWidth()
      Gets the width.
    • getHeight Link icon

      int getHeight()
      Gets the height.
    • getRectangle Link icon

      Rectangle getRectangle()
      Gets the Rectangle.
    • setRectangle Link icon

      void setRectangle(Rectangle r)
      Sets the Rectangle.
    • getColorType Link icon

      int getColorType()
      Gets the type for colors, see the PluginPreference.TERM_RECTANGLE_TYPES.
    • getRectInfo Link icon

      ScreenRectangleInfo getRectInfo()
      Gets the screen rectangle info object. One is allocated if not present.
    • saveRectInfo Link icon

      void saveRectInfo(ScreenRectangleInfo rectInfo)
      Saves the screen rectangle info object.
    • isShown Link icon

      boolean isShown()
      Checks if shown on screen.
    • isVerifiedSuccessfully Link icon

      boolean isVerifiedSuccessfully()
      Checks for verification success.
    • createToolTip Link icon

      Composite createToolTip(Composite parent, ITermEditor editor)
      Creates the tooltip composite.