Class MusicManager.FrequencyRange

java.lang.Object
com.prineside.tdi2.managers.MusicManager.FrequencyRange
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
MusicManager

public static final class MusicManager.FrequencyRange extends Object implements com.esotericsoftware.kryo.KryoSerializable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    float
     
    float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    FrequencyRange(float min, float max)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
     
    void
    write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • min

      public float min
    • max

      public float max
  • Constructor Details

    • FrequencyRange

      public FrequencyRange()
    • FrequencyRange

      public FrequencyRange(float min, float max)
  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
      Specified by:
      write in interface com.esotericsoftware.kryo.KryoSerializable
    • read

      public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
      Specified by:
      read in interface com.esotericsoftware.kryo.KryoSerializable