Interface IButton

    • Method Detail

      • getWidth

        int getWidth()
      • getHeight

        int getHeight()
      • setSize

        IButton setSize​(int width,
                        int height)
      • getLabel

        java.lang.String getLabel()
      • setLabel

        IButton setLabel​(java.lang.String text)
      • getTexture

        java.lang.String getTexture()
      • hasTexture

        boolean hasTexture()
      • setTexture

        IButton setTexture​(java.lang.String texture)
      • getTextureX

        int getTextureX()
      • getTextureY

        int getTextureY()
      • setTextureOffset

        IButton setTextureOffset​(int textureX,
                                 int textureY)
      • setScale

        void setScale​(float scale)
      • getScale

        float getScale()
      • setEnabled

        void setEnabled​(boolean enabled)
      • isEnabled

        boolean isEnabled()