public class Positions
extends java.lang.Object
PositionInfo object.| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM_LEFT |
static int |
BOTTOM_RIGHT |
static int |
TOP_LEFT |
static int |
TOP_RIGHT |
| Constructor and Description |
|---|
Positions(PositionInfo positionInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Point |
getPositionById(int id)
Returns the point by the specified id into which the helper dialog can be moved.
|
java.awt.Point[] |
getPositions()
Returns the points into which the helper dialog can be moved.
|
public static final int TOP_LEFT
public static final int BOTTOM_LEFT
public static final int TOP_RIGHT
public static final int BOTTOM_RIGHT
public Positions(PositionInfo positionInfo)
public java.awt.Point[] getPositions()
public java.awt.Point getPositionById(int id)
id - one of the following constants:
TOP_LEFT, BOTTOM_LEFT,
TOP_RIGHT or BOTTOM_RIGHT