public class PullDownMenuInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
height |
protected PullDownMenuLocation |
location |
protected int |
width |
| Constructor and Description |
|---|
PullDownMenuInfo(int width,
int height,
PullDownMenuLocation location) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
PullDownMenuLocation |
getLocation() |
int |
getWidth() |
protected int width
protected int height
protected PullDownMenuLocation location
public PullDownMenuInfo(int width,
int height,
PullDownMenuLocation location)
width - in pixel. value < 1 indicate calculate automatically.height - in pixel. value < 1 indicate calculate automatically.location - public int getWidth()
public int getHeight()
public PullDownMenuLocation getLocation()
Copyright © 2021. All rights reserved.