com.mindfusion.diagramming.jlayout
Class OrthogonalBendLinks

java.lang.Object
  extended by com.mindfusion.diagramming.jlayout.OrthogonalBendLinks

public final class OrthogonalBendLinks
extends java.lang.Object


Constructor Summary
OrthogonalBendLinks()
           
 
Method Summary
static boolean isBended(boolean fixStartpts, int startOrientation, int endOrientation, Link outLink)
           
static boolean isBendedFixedSecondary(Link outL)
           
static boolean isBendedSecondary(boolean fixStartpts, int startOrientation, int endOrientation, Link outL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrthogonalBendLinks

public OrthogonalBendLinks()
Method Detail

isBended

public static boolean isBended(boolean fixStartpts,
                               int startOrientation,
                               int endOrientation,
                               Link outLink)

isBendedFixedSecondary

public static boolean isBendedFixedSecondary(Link outL)

isBendedSecondary

public static boolean isBendedSecondary(boolean fixStartpts,
                                        int startOrientation,
                                        int endOrientation,
                                        Link outL)