|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.teamdev.jxcapture.image.operation.positioners.DiagonalPositioner
public class DiagonalPositioner
Represents the implementation of the Positioner
interface
that allows moving the helper dialog diagonally.
Constructor Summary | |
---|---|
DiagonalPositioner()
|
Method Summary | |
---|---|
java.awt.Point |
getPosition(PositionInfo positionInfo,
java.awt.Point point)
Returns the specified point that is used as a location to where the helper dialog can be moved. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiagonalPositioner()
Method Detail |
---|
public java.awt.Point getPosition(PositionInfo positionInfo, java.awt.Point point)
Positioner
getPosition
in interface Positioner
positionInfo
- the information about the bounds of the components,
like screen and helper dialogpoint
- the current position of the mouse pointer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |