Interface IDialogImage


  • public interface IDialogImage
    • Method Detail

      • getId

        int getId()
      • setTexture

        void setTexture​(java.lang.String texture)
      • getTexture

        java.lang.String getTexture()
      • setPosition

        void setPosition​(int x,
                         int y)
      • getX

        int getX()
      • getY

        int getY()
      • setWidthHeight

        void setWidthHeight​(int width,
                            int height)
      • getWidth

        int getWidth()
      • getHeight

        int getHeight()
      • setTextureOffset

        void setTextureOffset​(int offsetX,
                              int offsetY)
      • getTextureX

        int getTextureX()
      • getTextureY

        int getTextureY()
      • setColor

        void setColor​(int color)
      • getColor

        int getColor()
      • setSelectedColor

        void setSelectedColor​(int color)
      • getSelectedColor

        int getSelectedColor()
      • setScale

        void setScale​(float scale)
      • getScale

        float getScale()
      • setAlpha

        void setAlpha​(float alpha)
      • getAlpha

        float getAlpha()
      • setRotation

        void setRotation​(float rotation)
      • getRotation

        float getRotation()
      • setImageType

        void setImageType​(int imageType)
      • getImageType

        int getImageType()
      • setAlignment

        void setAlignment​(int alignment)
      • getAlignment

        int getAlignment()