java.lang.Object
net.sourceforge.plantuml.sequencediagram.AbstractEvent
net.sourceforge.plantuml.sequencediagram.Newpage
All Implemented Interfaces:
Event

public class Newpage extends AbstractEvent implements Event
  • Constructor Summary

    Constructors
    Constructor
    Description
    Newpage(Display strings)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    final Display
     

    Methods inherited from class net.sourceforge.plantuml.sequencediagram.AbstractEvent

    getUrl, hasUrl, isParallel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.sourceforge.plantuml.sequencediagram.Event

    getUrl, hasUrl, isParallel
  • Constructor Details

    • Newpage

      public Newpage(Display strings)
  • Method Details