Class TexturedGlyph.Effect

  • Enclosing class:
    TexturedGlyph

    public static class TexturedGlyph.Effect
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected float a  
      protected float b  
      protected float depth  
      protected float g  
      protected float r  
      protected float x0  
      protected float x1  
      protected float y0  
      protected float y1  
    • Constructor Summary

      Constructors 
      Constructor Description
      Effect​(float p_i225923_1_, float p_i225923_2_, float p_i225923_3_, float p_i225923_4_, float p_i225923_5_, float p_i225923_6_, float p_i225923_7_, float p_i225923_8_, float p_i225923_9_)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x0

        protected final float x0
      • y0

        protected final float y0
      • x1

        protected final float x1
      • y1

        protected final float y1
      • depth

        protected final float depth
      • r

        protected final float r
      • g

        protected final float g
      • b

        protected final float b
      • a

        protected final float a
    • Constructor Detail

      • Effect

        public Effect​(float p_i225923_1_,
                      float p_i225923_2_,
                      float p_i225923_3_,
                      float p_i225923_4_,
                      float p_i225923_5_,
                      float p_i225923_6_,
                      float p_i225923_7_,
                      float p_i225923_8_,
                      float p_i225923_9_)