Class LineQuadRenderSystem.DPool

  • Enclosing class:
    LineQuadRenderSystem

    protected class LineQuadRenderSystem.DPool
    extends com.badlogic.gdx.utils.Pool<double[]>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.badlogic.gdx.utils.Pool

        com.badlogic.gdx.utils.Pool.Poolable
    • Field Summary

      • Fields inherited from class com.badlogic.gdx.utils.Pool

        max, peak
    • Constructor Summary

      Constructors 
      Constructor Description
      DPool​(int initialCapacity, int max, int dsize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected double[] newObject()  
      • Methods inherited from class com.badlogic.gdx.utils.Pool

        clear, fill, free, freeAll, getFree, obtain, reset
      • Methods inherited from class java.lang.Object

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

      • DPool

        public DPool​(int initialCapacity,
                     int max,
                     int dsize)
    • Method Detail

      • newObject

        protected double[] newObject()
        Specified by:
        newObject in class com.badlogic.gdx.utils.Pool<double[]>