net.sourceforge.plantuml.graph2
Class MyCurve
java.lang.Object
net.sourceforge.plantuml.graph2.MyCurve
public class MyCurve
- extends java.lang.Object
Constructor Summary |
MyCurve(java.awt.geom.CubicCurve2D.Double curve)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyCurve
public MyCurve(java.awt.geom.CubicCurve2D.Double curve)
getLenght
public final double getLenght()
drawDebug
public void drawDebug(java.awt.Graphics2D g2d)
draw
public void draw(java.awt.Graphics2D g2d)
setColor
public final void setColor(java.awt.Color color)
intersects
public boolean intersects(java.util.List<MyCurve> others)
intersects
public boolean intersects(RectanglesCollection forbidden)
Copyright © 2011. All Rights Reserved.