Class AnimationDecoder

java.lang.Object
net.sourceforge.plantuml.anim.AnimationDecoder

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

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

    Modifier and Type
    Method
    Description
    java.util.List<java.lang.String>
     

    Methods inherited from class java.lang.Object

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

    • AnimationDecoder

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

    • decode

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