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

public class HSpace extends AbstractEvent implements Event
  • Constructor Summary

    Constructors
    Constructor
    Description
    HSpace(int pixel)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    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

    • HSpace

      public HSpace(int pixel)
  • Method Details

    • getPixel

      public int getPixel()
    • dealWith

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