decoratedBranch.animate();
System.out.println("decoratedBranch.animate.getDecorations() ="
+ decoratedBranch.getDecorations());
reDecoratedBranch.animate();
System.out.println("reDecoratedBranch.animate.getDecorations() ="
+ reDecoratedBranch.getDecorations());
plainBranch.animate();
System.out.println("plainBranch.animate.getDecorations() ="