Class Loop


  • public final class Loop
    extends java.lang.Object
    This Command renders a sequence of commands repeatedly. The command must have a corresponding end loop later in the stream.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Loop.End  
      static class  Loop.Start  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Loop.End END  
    • Constructor Summary

      Constructors 
      Constructor Description
      Loop()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • Loop

        public Loop()