Class LineRenderer.LineAscentDescentState

  • Enclosing class:
    LineRenderer

    static class LineRenderer.LineAscentDescentState
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LineAscentDescentState​(float maxAscent, float maxDescent, float maxTextAscent, float maxTextDescent)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • maxAscent

        float maxAscent
      • maxDescent

        float maxDescent
      • maxTextAscent

        float maxTextAscent
      • maxTextDescent

        float maxTextDescent
    • Constructor Detail

      • LineAscentDescentState

        LineAscentDescentState​(float maxAscent,
                               float maxDescent,
                               float maxTextAscent,
                               float maxTextDescent)