Package net.sourceforge.plantuml.hector
Class PinLinksContinuousSet
- java.lang.Object
-
- net.sourceforge.plantuml.hector.PinLinksContinuousSet
-
public class PinLinksContinuousSet extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PinLinksContinuousSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(PinLink newPinLink)voidaddAll(PinLinksContinuousSet other)SkeletoncreateSkeleton()booleandoesTouch(PinLink other)booleandoesTouch(PinLinksContinuousSet otherSet)
-
-
-
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)
-
-