Uses of Class
com.iizix.Rect
Packages that use Rect Package Description com.iizix com.iizix.term com.iizix.term.prop Uses of Rect in com.iizix
Fields in com.iizix declared as Rect Modifier and Type Field Description static Rect[]Rect. EMPTYEmpty array of Rect's.Methods in com.iizix that return Rect Modifier and Type Method Description RectRect. clone()Clones this instance.Uses of Rect in com.iizix.term
Methods in com.iizix.term that return Rect Modifier and Type Method Description RectHostPopupWindow. getCurrent()Gets the current pop-up window rectangle or null if no current rectangle exist.RectHostScreen. getCurrentPopupWindow()Gets the current host pop-up window.RectHostPopupWindow. getPopupWindow(int index)Gets the pop-up window at an index.RectHostScreen. getPopupWindow(int index)Gets the pop-up window at an index.Rect[]HostPopupWindow. getPopupWindows()Gets the pop-up windows.Rect[]HostScreen. getPopupWindows()Gets the pop-up windows.Uses of Rect in com.iizix.term.prop
Methods in com.iizix.term.prop with parameters of type Rect Modifier and Type Method Description booleanScreenProp. isMatching(HostScreen screen, Rect popupWindow)Checks if this screen matches the current host screen of the specified pop-up window.