Class LineQuadstripRenderer.DoubleArrayPool

java.lang.Object
com.badlogic.gdx.utils.Pool<double[]>
gaiasky.scene.system.render.draw.LineQuadstripRenderer.DoubleArrayPool
Enclosing class:
LineQuadstripRenderer

protected static class LineQuadstripRenderer.DoubleArrayPool extends com.badlogic.gdx.utils.Pool<double[]>
Pools arrays of double-precision floating point numbers.
  • 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
    DoubleArrayPool(int initialCapacity, int max, int poolSize)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected double[]
     

    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

    • DoubleArrayPool

      public DoubleArrayPool(int initialCapacity, int max, int poolSize)
  • Method Details

    • newObject

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