net.sourceforge.plantuml.hector
Class PinLinksContinuousSet

java.lang.Object
  extended by net.sourceforge.plantuml.hector.PinLinksContinuousSet

public class PinLinksContinuousSet
extends Object


Constructor Summary
PinLinksContinuousSet()
           
 
Method Summary
 void add(PinLink newPinLink)
           
 void addAll(PinLinksContinuousSet other)
           
 Skeleton createSkeleton()
           
 boolean doesTouch(PinLink other)
           
 boolean doesTouch(PinLinksContinuousSet otherSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PinLinksContinuousSet

public PinLinksContinuousSet()
Method Detail

createSkeleton

public Skeleton createSkeleton()

add

public void add(PinLink newPinLink)

addAll

public void addAll(PinLinksContinuousSet other)

doesTouch

public boolean doesTouch(PinLink other)

doesTouch

public boolean doesTouch(PinLinksContinuousSet otherSet)


Copyright © 2014. All Rights Reserved.