Class AbstractEvent

java.lang.Object
net.sourceforge.plantuml.sequencediagram.AbstractEvent
All Implemented Interfaces:
Event
Direct Known Subclasses:
AbstractMessage, Delay, Divider, Grouping, HSpace, LifeEvent, Newpage, Note, Notes, Reference

public abstract class AbstractEvent extends Object implements Event
  • Constructor Details

    • AbstractEvent

      public AbstractEvent()
  • Method Details

    • isParallel

      public boolean isParallel()
      Specified by:
      isParallel in interface Event
    • getUrl

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

      public boolean hasUrl()
      Specified by:
      hasUrl in interface Event
    • setY

      public final void setY(double y)
      Specified by:
      setY in interface Event