// Animate the second time
plainBranch.animate();
System.out.println("\nplainBranch.animate.getDecorations() ="
+ plainBranch.getDecorations());
decoratedBranchWithStar.animate();
System.out.println("decoratedBranchWithStar.animate.getDecorations() ="
+ decoratedBranchWithStar.getDecorations());
redecoratedBranchWithStarBall.animate();
System.out