Package net.sourceforge.plantuml.mindmap
Class StripeFrontier
- java.lang.Object
-
- net.sourceforge.plantuml.mindmap.StripeFrontier
-
public class StripeFrontier extends Object
-
-
Constructor Summary
Constructors Constructor Description StripeFrontier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSegment(double x1, double x2, double value)
boolean
contains(double x, double y)
double
getContact(double x1, double x2)
boolean
isEmpty()
String
toString()
-