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