Class PullDownMenuInfo

java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.PullDownMenuInfo

public class PullDownMenuInfo
extends Object
Author:
Madhav Krishna
  • Field Details

    • width

      protected int width
    • height

      protected int height
    • location

      protected PullDownMenuLocation location
  • Constructor Details

    • PullDownMenuInfo

      public PullDownMenuInfo​(int width, int height, PullDownMenuLocation location)
      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

      public PullDownMenuLocation getLocation()