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. EMPTY
Empty array of Rect's.Methods in com.iizix that return Rect Modifier and Type Method Description Rect
Rect. clone()
Clones this instance.Uses of Rect in com.iizix.term
Methods in com.iizix.term that return Rect Modifier and Type Method Description Rect
HostPopupWindow. getCurrent()
Gets the current pop-up window rectangle or null if no current rectangle exist.Rect
HostScreen. getCurrentPopupWindow()
Gets the current host pop-up window.Rect
HostPopupWindow. getPopupWindow(int index)
Gets the pop-up window at an index.Rect
HostScreen. 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 boolean
ScreenProp. isMatching(HostScreen screen, Rect popupWindow)
Checks if this screen matches the current host screen of the specified pop-up window.