Class HexUtils.AnimatedGradient

java.lang.Object
dev.esophose.playerparticles.util.HexUtils.Gradient
dev.esophose.playerparticles.util.HexUtils.AnimatedGradient
Enclosing class:
HexUtils

public static class HexUtils.AnimatedGradient
extends HexUtils.Gradient
Allows generation of an animated multi-part gradient with a defined number of steps
  • Field Summary

    Fields inherited from class dev.esophose.playerparticles.util.HexUtils.Gradient

    step
  • Constructor Summary

    Constructors 
    Constructor Description
    AnimatedGradient​(java.util.List<java.awt.Color> colors, int steps, int speed)  
  • Method Summary

    Methods inherited from class dev.esophose.playerparticles.util.HexUtils.Gradient

    next

    Methods inherited from class java.lang.Object

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

    • AnimatedGradient

      public AnimatedGradient​(java.util.List<java.awt.Color> colors, int steps, int speed)