Uses of Interface
com.iizigo.term.prop.IScreenRectangle
Packages that use IScreenRectangle
Uses of IScreenRectangle in com.iizigo.term.capture.prop
Classes in com.iizigo.term.capture.prop that implement IScreenRectangleModifier and TypeClassDescriptionclass
This Capture Field property container holds the screen identifications and fields for a terminal host screen.Uses of IScreenRectangle in com.iizigo.term.prop
Classes in com.iizigo.term.prop that implement IScreenRectangleModifier and TypeClassDescriptionclass
This Screen identification property container for a terminal host screen property.class
This Screen identification property container for a terminal host screen property.Methods in com.iizigo.term.prop that return IScreenRectangleModifier and TypeMethodDescriptionEditorScreenProp.getFieldRects()
Gets the screen identifications screen rectangles.EditorScreenProp.getIdentificationRects()
Gets the screen identifications screen rectangles.Uses of IScreenRectangle in com.iizigo.term.screen
Methods in com.iizigo.term.screen that return types with arguments of type IScreenRectangleModifier and TypeMethodDescriptionScreenDesigner.getSelectedRectProps()
Gets the currently selected properties for rectangles.Methods in com.iizigo.term.screen with parameters of type IScreenRectangleModifier and TypeMethodDescriptionint
ScreenDesigner.getMouseHandle
(int x, int y, IScreenRectangle[] returnValue) Gets the mouse handle: -1 when not found, 0 for move, otherwise a size handle.boolean
ScreenDesigner.isWrapped
(IScreenRectangle r) Checks if a rectangle is wrapped.void
ScreenDesigner.paintFieldRect
(Graphics2D g, IScreenRectangle r, boolean isSelected, org.eclipse.swt.graphics.Rectangle clipRect, boolean isHostField, int xOffset, int yOffset) Paints a screen rectangle property.