Class Reference

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

public class Reference extends AbstractEvent implements Event
  • Constructor Details

  • Method Details

    • getDefaultStyleDefinition

      public StyleSignatureBasic getDefaultStyleDefinition()
    • getUsedStyles

      public Style[] getUsedStyles()
    • getParticipant

      public java.util.List<Participant> getParticipant()
    • getStrings

      public Display getStrings()
    • dealWith

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

      public final Url getUrl()
      Specified by:
      getUrl in interface Event
      Overrides:
      getUrl in class AbstractEvent
    • hasUrl

      public boolean hasUrl()
      Specified by:
      hasUrl in interface Event
      Overrides:
      hasUrl in class AbstractEvent
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getBackColorGeneral

      public final HColor getBackColorGeneral()
    • getBackColorElement

      public final HColor getBackColorElement()