Package net.sourceforge.plantuml.hector
Class PinLink
- java.lang.Object
-
- net.sourceforge.plantuml.hector.PinLink
-
public class PinLink extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(Pin pin)
boolean
doesTouch(PinLink other)
int
getLengthDot()
int
getLengthStandard()
Pin
getPin1()
Pin
getPin2()
-