public class SimplePopup.Position extends Object
| Constructor and Description |
|---|
SimplePopup.Position(int left,
int top)
Specify position of the popup.
|
SimplePopup.Position(int left,
int top,
double width,
double height)
Specify position and dimension of the popup.
|
public SimplePopup.Position(int left,
int top)
left - x-coordinate of positiontop - y-coordinate of positionpublic SimplePopup.Position(int left,
int top,
double width,
double height)
left - x-coordinate of positiontop - y-coordinate of positionwidth - width of popup in percentage (0.0 < width < 1.0) or -1 for calculated widthheight - height of popup in percentage (0.0 < width < 1.0) or -1 for calculated heightCopyright © 2011–2015 SWM. All rights reserved.