net.sourceforge.plantuml.hector
Class PinLink

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

public class PinLink
extends Object


Constructor Summary
PinLink(Pin pin1, Pin pin2, int length, Object userData)
           
 
Method Summary
 boolean contains(Pin pin)
           
 boolean doesTouch(PinLink other)
           
 int getLengthDot()
           
 int getLengthStandard()
           
 Pin getPin1()
           
 Pin getPin2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PinLink

public PinLink(Pin pin1,
               Pin pin2,
               int length,
               Object userData)
Method Detail

contains

public boolean contains(Pin pin)

doesTouch

public boolean doesTouch(PinLink other)

getPin1

public Pin getPin1()

getPin2

public Pin getPin2()

getLengthDot

public int getLengthDot()

getLengthStandard

public int getLengthStandard()


Copyright © 2014. All Rights Reserved.