Uses of Class
io.guise.framework.geometry.Rectangle
-
Packages that use Rectangle Package Description io.guise.framework.event io.guise.framework.geometry -
-
Uses of Rectangle in io.guise.framework.event
Methods in io.guise.framework.event that return Rectangle Modifier and Type Method Description Rectangle
AbstractMouseEvent. getTargetBounds()
Rectangle
MouseEvent. getTargetBounds()
Rectangle
AbstractMouseEvent. getViewportBounds()
Rectangle
MouseEvent. getViewportBounds()
Constructors in io.guise.framework.event with parameters of type Rectangle Constructor Description AbstractMouseEvent(java.lang.Object source, java.lang.Object target, Rectangle targetBounds, Rectangle viewportBounds, Point mousePosition, Key... keys)
Source and target constructor.MouseClickEvent(java.lang.Object source, Rectangle targetBounds, Rectangle viewportBounds, Point mousePosition, MouseButton button, int count, Key... keys)
Source constructor.MouseClickEvent(java.lang.Object source, java.lang.Object target, Rectangle targetBounds, Rectangle viewportBounds, Point mousePosition, MouseButton button, int count, Key... keys)
Source and target constructor.MouseEnterEvent(java.lang.Object source, Rectangle targetBounds, Rectangle viewportBounds, Point mousePosition, Key... keys)
Source constructor.MouseEnterEvent(java.lang.Object source, java.lang.Object target, Rectangle targetBounds, Rectangle viewportBounds, Point mousePosition, Key... keys)
Source and target constructor.MouseExitEvent(java.lang.Object source, Rectangle targetBounds, Rectangle viewportBounds, Point mousePosition, Key... keys)
Source constructor.MouseExitEvent(java.lang.Object source, java.lang.Object target, Rectangle targetBounds, Rectangle viewportBounds, Point mousePosition, Key... keys)
Source and target constructor. -
Uses of Rectangle in io.guise.framework.geometry
Fields in io.guise.framework.geometry declared as Rectangle Modifier and Type Field Description static Rectangle
Rectangle. EMPTY_RECTANGLE
A predefined rectangle with zero size on the zero plane.
-