Interface ILabel

    • Method Detail

      • getText

        java.lang.String getText()
      • setText

        ILabel setText​(java.lang.String text)
      • getWidth

        int getWidth()
      • getHeight

        int getHeight()
      • setSize

        ILabel setSize​(int width,
                       int height)
      • getScale

        float getScale()
      • setScale

        ILabel setScale​(float scale)
      • getShadow

        boolean getShadow()
      • setShadow

        void setShadow​(boolean shadow)