Uses of Interface
com.iizigo.term.prop.IScreenRectangle
Packages that use IScreenRectangle Package Description com.iizigo.term.capture.prop com.iizigo.term.prop com.iizigo.term.screen Uses of IScreenRectangle in com.iizigo.term.capture.prop
Classes in com.iizigo.term.capture.prop that implement IScreenRectangle Modifier and Type Class Description classCaptureFieldPropThis 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 IScreenRectangle Modifier and Type Class Description classEditorScreenFieldPropThis Screen identification property container for a terminal host screen property.classEditorScreenIdentificationPropThis Screen identification property container for a terminal host screen property.Methods in com.iizigo.term.prop that return IScreenRectangle Modifier and Type Method Description IScreenRectangle[]EditorScreenProp. getFieldRects()Gets the screen identifications screen rectangles.IScreenRectangle[]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 IScreenRectangle Modifier and Type Method Description java.util.LinkedHashSet<IScreenRectangle>ScreenDesigner. getSelectedRectProps()Gets the currently selected properties for rectangles.Methods in com.iizigo.term.screen with parameters of type IScreenRectangle Modifier and Type Method Description intScreenDesigner. getMouseHandle(int x, int y, IScreenRectangle[] returnValue)Gets the mouse handle: -1 when not found, 0 for move, otherwise a size handle.booleanScreenDesigner. isWrapped(IScreenRectangle r)Checks if a rectangle is wrapped.voidScreenDesigner. paintFieldRect(java.awt.Graphics2D g, IScreenRectangle r, boolean isSelected, org.eclipse.swt.graphics.Rectangle clipRect, boolean isHostField, int xOffset, int yOffset)Paints a screen rectangle property.