Package com.iizigo.term.prop
Interface IScreenRectangle
- All Known Implementing Classes:
- CaptureFieldProp,- EditorScreenFieldProp,- EditorScreenIdentificationProp
public interface IScreenRectangle
Interface for screen rectangles.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- createToolTip- (Composite parent, ITermEditor editor) Creates the tooltip composite.- intGets the type for colors, see the PluginPreference.TERM_RECTANGLE_TYPES.- intGets the height.Gets the Rectangle.Gets the screen rectangle info object.- int- getWidth()Gets the width.- int- getX()Gets the X position.- int- getY()Gets the Y position.- boolean- isShown()Checks if shown on screen.- booleanChecks for verification success.- boolean- mustWrap()Check if the rectangle must wrap (for host fields).- void- saveRectInfo- (ScreenRectangleInfo rectInfo) Saves the screen rectangle info object.- voidSets the Rectangle.
- Method Details- mustWrapboolean mustWrap()Check if the rectangle must wrap (for host fields).
- getXint getX()Gets the X position.
- getYint getY()Gets the Y position.
- getWidthint getWidth()Gets the width.
- getHeightint getHeight()Gets the height.
- getRectangleRectangle getRectangle()Gets the Rectangle.
- setRectangleSets the Rectangle.
- getColorTypeint getColorType()Gets the type for colors, see the PluginPreference.TERM_RECTANGLE_TYPES.
- getRectInfoScreenRectangleInfo getRectInfo()Gets the screen rectangle info object. One is allocated if not present.
- saveRectInfoSaves the screen rectangle info object.
- isShownboolean isShown()Checks if shown on screen.
- isVerifiedSuccessfullyboolean isVerifiedSuccessfully()Checks for verification success.
- createToolTipCreates the tooltip composite.