|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectteamdev.jxcapture.toolkit.PositionInfo
This is a bean class that holds parameters for positioning the helper dialog.
Contains information about the bounds of the components, like screen and helper dialog.
Constructor Summary | |
PositionInfo(java.awt.Rectangle screenBounds,
java.awt.Rectangle dialogBounds,
int offset)
|
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PositionInfo(java.awt.Rectangle screenBounds, java.awt.Rectangle dialogBounds, int offset)
Method Detail |
public java.awt.Rectangle getScreenBounds()
public java.awt.Rectangle getDialogBounds()
public java.awt.Rectangle getOffsetDialogBounds()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |