net.sourceforge.plantuml.graph2
Class CubicCurveFactory

java.lang.Object
  extended by net.sourceforge.plantuml.graph2.CubicCurveFactory

public class CubicCurveFactory
extends Object


Constructor Summary
CubicCurveFactory(Point2D start, Point2D end)
           
 
Method Summary
 void addForbidden(MyCurve curve)
           
 void addForbidden(Rectangle2D.Double rect)
           
 MyCurve getCubicCurve2D()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CubicCurveFactory

public CubicCurveFactory(Point2D start,
                         Point2D end)
Method Detail

addForbidden

public void addForbidden(Rectangle2D.Double rect)

addForbidden

public void addForbidden(MyCurve curve)

getCubicCurve2D

public MyCurve getCubicCurve2D()


Copyright © 2012. All Rights Reserved.