net.sourceforge.plantuml.sequencediagram
Class Newpage

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

public class Newpage
extends java.lang.Object
implements Event


Constructor Summary
Newpage(java.util.List<java.lang.String> strings)
           
 
Method Summary
 boolean dealWith(Participant someone)
           
 java.util.List<java.lang.String> getTitle()
           
 Url getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Newpage

public Newpage(java.util.List<java.lang.String> strings)
Method Detail

getTitle

public final java.util.List<java.lang.String> getTitle()

dealWith

public boolean dealWith(Participant someone)
Specified by:
dealWith in interface Event

getUrl

public Url getUrl()
Specified by:
getUrl in interface Event


Copyright © 2011. All Rights Reserved.