From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../fml/client/config/GuiUnicodeGlyphButton.html | 373 +++++++++++++++++++++ 1 file changed, 373 insertions(+) create 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 new file mode 100644 index 0000000..70fec5f --- /dev/null +++ b/javadoc/cpw/mods/fml/client/config/GuiUnicodeGlyphButton.html @@ -0,0 +1,373 @@ + + + + + +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