Uses of Interface
com.iizigo.term.prop.IScreenRectangle
Uses of IScreenRectangle in com.iizigo.term.capture.prop
Modifier 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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionScreenDesigner.getSelectedRectProps()
Gets the currently selected properties for rectangles.Modifier 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.