Package net.sourceforge.plantuml.mindmap
Class Stripe
java.lang.Object
net.sourceforge.plantuml.mindmap.Stripe
- All Implemented Interfaces:
Comparable<Stripe>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Stripe
public Stripe(double x1, double x2, double value)
-
-
Method Details
-
toString
-
contains
public boolean contains(double x) -
compareTo
- Specified by:
compareTo
in interfaceComparable<Stripe>
-
getValue
public double getValue() -
getStart
public final double getStart() -
getEnd
public final double getEnd()
-