Class StripeFrontier
java.lang.Object
net.sourceforge.plantuml.mindmap.StripeFrontier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSegment(double x1, double x2, double value) booleancontains(double x, double y) doublegetContact(double x1, double x2) booleanisEmpty()toString()
-
Constructor Details
-
StripeFrontier
public StripeFrontier()
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
toString
-
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)
-