Class AnimationDecoder


  • public class AnimationDecoder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AnimationDecoder​(java.lang.Iterable<java.lang.CharSequence> data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> decode()  
      • Methods inherited from class java.lang.Object

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

      • AnimationDecoder

        public AnimationDecoder​(java.lang.Iterable<java.lang.CharSequence> data)
    • Method Detail

      • decode

        public java.util.List<java.lang.String> decode()