From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../fml/client/config/GuiUnicodeGlyphButton.html | 373 --------------------- 1 file changed, 373 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/client/config/GuiUnicodeGlyphButton.html (limited to 'javadoc/cpw/mods/fml/client/config/GuiUnicodeGlyphButton.html') diff --git a/javadoc/cpw/mods/fml/client/config/GuiUnicodeGlyphButton.html b/javadoc/cpw/mods/fml/client/config/GuiUnicodeGlyphButton.html deleted file mode 100644 index 70fec5f..0000000 --- a/javadoc/cpw/mods/fml/client/config/GuiUnicodeGlyphButton.html +++ /dev/null @@ -1,373 +0,0 @@ - - - - - -GuiUnicodeGlyphButton (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.client.config
-

Class GuiUnicodeGlyphButton

-
-
- -
-
    -
  • -
    -
    -
    public class GuiUnicodeGlyphButton
    -extends GuiButtonExt
    -
    This class provides a button that shows a string glyph at the beginning. The glyph can be scaled using the glyphScale parameter.
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        glyph

        -
        public java.lang.String glyph
        -
      • -
      - - - -
        -
      • -

        glyphScale

        -
        public float glyphScale
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GuiUnicodeGlyphButton

        -
        public GuiUnicodeGlyphButton(int id,
        -                     int xPos,
        -                     int yPos,
        -                     int width,
        -                     int height,
        -                     java.lang.String displayString,
        -                     java.lang.String glyph,
        -                     float glyphScale)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3