Uses of Interface
com.teamdev.jxbrowser.ui.Point
Packages that use Point
Package
Description
This package provides the classes that allow you to work with browser callback.
Provides the interfaces and classes for the Document Object Model (DOM).
Contains the classes and interfaces of the DOM events.
This package provides the classes that allow you to work with frames in browser.
The utility classes for the user interface (UI) related functionality.
The user interface events.
-
Uses of Point in com.teamdev.jxbrowser.browser.callback
Methods in com.teamdev.jxbrowser.browser.callback that return PointModifier and TypeMethodDescriptiondefault PointShowContextMenuCallback.Params.location()Returns the location of the context menu in the browser.default PointShowContextMenuCallback.Params.locationInFrame()Returns the location the context menu in the frame. -
Uses of Point in com.teamdev.jxbrowser.dom
Methods in com.teamdev.jxbrowser.dom that return PointModifier and TypeMethodDescriptiondefault PointPointInspection.localPoint()Returns coordinates of the point relative to the node. -
Uses of Point in com.teamdev.jxbrowser.dom.event
Methods in com.teamdev.jxbrowser.dom.event that return PointModifier and TypeMethodDescriptionMouseEvent.clientLocation()Returns the location of the mouse cursor in the local (DOM content) coordinate system at the time the event occurred.default PointMouseEventParams.clientLocation()Returns the location of the mouse cursor in the local (DOM content) coordinate system at the time the event occurred.default PointWheelEventParams.clientLocation()Returns the location of the mouse cursor in the component's coordinate system at the time the event occurred.MouseEvent.offsetLocation()Returns the location of the mouse cursor in the component's coordinate system at the time the event occurred.default PointMouseEventParams.offsetLocation()Returns the location of the mouse cursor in the component's coordinate system at the time the event occurred.MouseEvent.pageLocation()Returns the location of the mouse cursor in thedocumentcoordinate system at the time the event occurred.default PointMouseEventParams.pageLocation()Returns the location of the mouse cursor in thedocumentcoordinate system at the time the event occurred.MouseEvent.screenLocation()Returns the location of the mouse cursor in the screen's coordinate system at the time the event occurred.default PointMouseEventParams.screenLocation()Returns the location of the mouse cursor in the screen's coordinate system at the time the event occurred.default PointWheelEventParams.screenLocation()Returns the location of the mouse cursor in the screen's coordinate system at the time the event occurred.Methods in com.teamdev.jxbrowser.dom.event with parameters of type PointModifier and TypeMethodDescriptionMouseEventParams.Builder.clientLocation(Point location) Sets the location of the mouse cursor in the component's coordinate system at the time the event occurred.MouseEventParams.Builder.screenLocation(Point location) Sets the location of the mouse cursor in the screen's coordinate system at the time the event occurred. -
Uses of Point in com.teamdev.jxbrowser.frame
Methods in com.teamdev.jxbrowser.frame with parameters of type PointModifier and TypeMethodDescriptionInspects the givenlocationon the web page containing this frame and returns the result of the inspection. -
Uses of Point in com.teamdev.jxbrowser.ui
Methods in com.teamdev.jxbrowser.ui that return PointModifier and TypeMethodDescriptiondefault PointRect.center()Returns the center point of the rectangle in the global coordinate system.static PointPoint.empty()Returns an emptyPointthat has x and y values set to zero.static PointPoint.of(int x, int y) Returns thePointinstance for the given x and y values.default PointRect.origin()Returns the upper-left corner of the rectangle.default PointTouchPoint.positionInScreen()Returns the position relative to the bounds of the screen.default PointTouchPoint.positionInWidget()Returns the position relative to the bounds of the widget.Methods in com.teamdev.jxbrowser.ui with parameters of type PointModifier and TypeMethodDescriptionstatic TouchPoint.BuilderTouchPoint.newBuilder(int id, Point screenPosition, com.teamdev.jxbrowser.ui.event.internal.rpc.TouchPoint.State state) Creates a newTouchPointbuilder with the given required parameters.static RectReturns theRectinstance for the givenoriginandsizevalues.TouchPoint.Builder.positionInWidget(Point widgetPosition) Sets the touch position relative to the bounds of the widget. -
Uses of Point in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return PointModifier and TypeMethodDescriptiondefault PointMouseDragged.location()default PointMouseEntered.location()MouseEvent.location()Returns the mouse position relative to the bounds of the browser instance.default PointMouseExited.location()default PointMouseMoved.location()default PointMousePressed.location()default PointMouseReleased.location()default PointMouseWheel.location()default PointMouseDragged.locationOnScreen()default PointMouseEntered.locationOnScreen()MouseEvent.locationOnScreen()Returns the mouse position relative to the bounds of the screen.default PointMouseExited.locationOnScreen()default PointMouseMoved.locationOnScreen()default PointMousePressed.locationOnScreen()default PointMouseReleased.locationOnScreen()default PointMouseWheel.locationOnScreen()Methods in com.teamdev.jxbrowser.ui.event with parameters of type PointModifier and TypeMethodDescriptionMouseDragged.Builder.locationOnScreen(Point locationOnScreen) Sets the mouse position relative to the bounds of the screen.MouseEntered.Builder.locationOnScreen(Point locationOnScreen) Sets the mouse position relative to the bounds of the screen.MouseExited.Builder.locationOnScreen(Point locationOnScreen) Sets the mouse position relative to the bounds of the screen.MouseMoved.Builder.locationOnScreen(Point locationOnScreen) Sets the mouse position relative to the bounds of the screen.MousePressed.Builder.locationOnScreen(Point locationOnScreen) Sets the mouse position relative to the bounds of the screen.MouseReleased.Builder.locationOnScreen(Point locationOnScreen) Sets the mouse position relative to the bounds of the screen.MouseWheel.Builder.locationOnScreen(Point locationOnScreen) Sets the mouse position relative to the bounds of the screen.static MouseDragged.BuilderMouseDragged.newBuilder(Point location) Creates a newMouseDraggedbuilder with the given required parameters.static MouseEntered.BuilderMouseEntered.newBuilder(Point location) Creates a newMouseEnteredbuilder with the given required parameters.static MouseExited.BuilderMouseExited.newBuilder(Point location) Creates a newMouseExitedbuilder with the given required parameters.static MouseMoved.BuilderMouseMoved.newBuilder(Point location) Creates a newMouseMovedbuilder with the given required parameters.static MousePressed.BuilderMousePressed.newBuilder(Point location) Creates a newMousePressedbuilder with the given required parameters.static MouseReleased.BuilderMouseReleased.newBuilder(Point location) Creates a newMouseReleasedbuilder with the given required parameters.static MouseWheel.BuilderMouseWheel.newBuilder(Point location) Creates a newMouseWheelbuilder with the given required parameters.