com.teamdev.jxcapture.image.operation.positioners
Interface Positioner

All Known Implementing Classes:
DiagonalPositioner

public interface Positioner

Represents a specified way of moving the helper dialog during the drawing capture operations.


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.
 

Method Detail

getPosition

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.

Parameters:
positionInfo - the information about the bounds of the components, like screen and helper dialog
point - the current position of the mouse pointer
Returns:
the specified point that is used as a location to where the helper dialog can be moved