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 void
add(PinLink newPinLink)
void
addAll(PinLinksContinuousSet other)
Skeleton
createSkeleton()
boolean
doesTouch(PinLink other)
boolean
doesTouch(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)
-
-