Class PullDownMenuInfo
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.PullDownMenuInfo
public class PullDownMenuInfo extends Object
- Author:
- Madhav Krishna
-
Field Summary
Fields Modifier and Type Field Description protected intheightprotected PullDownMenuLocationlocationprotected intwidth -
Constructor Summary
Constructors Constructor Description PullDownMenuInfo(int width, int height, PullDownMenuLocation location) -
Method Summary
Modifier and Type Method Description intgetHeight()PullDownMenuLocationgetLocation()intgetWidth()
-
Field Details
-
width
protected int width -
height
protected int height -
location
-
-
Constructor Details
-
PullDownMenuInfo
- Parameters:
width- in pixel. value < 1 indicate calculate automatically.height- in pixel. value < 1 indicate calculate automatically.location-
-
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getLocation
-