net.sourceforge.plantuml.sequencediagram
Class HSpace

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

public class HSpace
extends Object
implements Event


Constructor Summary
HSpace()
           
HSpace(int pixel)
           
 
Method Summary
 boolean dealWith(Participant someone)
           
 int getPixel()
           
 Url getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSpace

public HSpace()

HSpace

public HSpace(int pixel)
Method Detail

getPixel

public int getPixel()

dealWith

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

getUrl

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


Copyright © 2013. All Rights Reserved.