Class LineQuadRenderSystem.DPool

java.lang.Object
com.badlogic.gdx.utils.Pool<double[]>
gaiasky.render.system.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 poolSize)  
  • Method Summary

    Modifier and Type Method Description
    protected double[] newObject()  

    Methods inherited from class com.badlogic.gdx.utils.Pool

    clear, discard, 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 Details

    • DPool

      public DPool​(int initialCapacity, int max, int poolSize)
  • Method Details

    • newObject

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