public class PositionInfo
extends java.lang.Object
Contains information about the bounds of the components, like screen and helper dialog.
Constructor and Description |
---|
PositionInfo(java.awt.Rectangle screenBounds,
java.awt.Rectangle dialogBounds,
int offset) |
Modifier and Type | Method and Description |
---|---|
java.awt.Rectangle |
getDialogBounds()
Returns the dialog bounds.
|
java.awt.Rectangle |
getOffsetDialogBounds()
Returns the dialog bounds with offsets.
|
java.awt.Rectangle |
getScreenBounds()
Returns the screen bounds.
|