net.sourceforge.plantuml.graph2
Class MyCurve

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

public class MyCurve
extends Object


Constructor Summary
MyCurve(CubicCurve2D.Double curve)
           
 
Method Summary
 void draw(Graphics2D g2d)
           
 void drawDebug(Graphics2D g2d)
           
 double getLenght()
           
 boolean intersects(List<MyCurve> others)
           
 boolean intersects(RectanglesCollection forbidden)
           
 void setColor(Color color)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyCurve

public MyCurve(CubicCurve2D.Double curve)
Method Detail

getLenght

public final double getLenght()

drawDebug

public void drawDebug(Graphics2D g2d)

draw

public void draw(Graphics2D g2d)

setColor

public final void setColor(Color color)

intersects

public boolean intersects(List<MyCurve> others)

intersects

public boolean intersects(RectanglesCollection forbidden)


Copyright © 2013. All Rights Reserved.