Interface UIElementInterface

  • Method Details Link icon

    • isIgnoreLossControl Link icon

      Boolean isIgnoreLossControl()
    • isFollowGameWorld Link icon

      Boolean isFollowGameWorld()
    • isDefaultDraw Link icon

      Boolean isDefaultDraw()
    • render Link icon

      void render()
    • isVisible Link icon

      Boolean isVisible()
    • isCapture Link icon

      Boolean isCapture()
    • getMaxDrawHeight Link icon

      Double getMaxDrawHeight()
    • getX Link icon

      Double getX()
    • getY Link icon

      Double getY()
    • getWidth Link icon

      Double getWidth()
    • getHeight Link icon

      Double getHeight()
    • isOverElement Link icon

      boolean isOverElement(double arg0, double arg1)
    • getParent Link icon

      UIElementInterface getParent()
    • onConsumeMouseButtonDown Link icon

      boolean onConsumeMouseButtonDown(int arg0, double arg1, double arg2)
    • onConsumeMouseButtonUp Link icon

      boolean onConsumeMouseButtonUp(int arg0, double arg1, double arg2)
    • onMouseButtonDownOutside Link icon

      void onMouseButtonDownOutside(int arg0, double arg1, double arg2)
    • onMouseButtonUpOutside Link icon

      void onMouseButtonUpOutside(int arg0, double arg1, double arg2)
    • onConsumeMouseWheel Link icon

      Boolean onConsumeMouseWheel(double arg0, double arg1, double arg2)
    • isPointOver Link icon

      Boolean isPointOver(double arg0, double arg1)
    • onConsumeMouseMove Link icon

      Boolean onConsumeMouseMove(double arg0, double arg1, double arg2, double arg3)
    • onExtendMouseMoveOutside Link icon

      void onExtendMouseMoveOutside(double arg0, double arg1, double arg2, double arg3)
    • update Link icon

      void update()
    • isMouseOver Link icon

      Boolean isMouseOver()
    • isWantKeyEvents Link icon

      boolean isWantKeyEvents()
    • onConsumeKeyPress Link icon

      boolean onConsumeKeyPress(int arg0)
    • onConsumeKeyRepeat Link icon

      boolean onConsumeKeyRepeat(int arg0)
    • onConsumeKeyRelease Link icon

      boolean onConsumeKeyRelease(int arg0)
    • isForceCursorVisible Link icon

      boolean isForceCursorVisible()
    • getRenderThisPlayerOnly Link icon

      int getRenderThisPlayerOnly()
    • isAlwaysOnTop Link icon

      boolean isAlwaysOnTop()
    • isBackMost Link icon

      boolean isBackMost()