Package net.sourceforge.plantuml.mindmap
Class Stripe
- java.lang.Object
-
- net.sourceforge.plantuml.mindmap.Stripe
-
-
Constructor Summary
Constructors Constructor Description Stripe(double x1, double x2, double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Stripe other)
boolean
contains(double x)
double
getEnd()
double
getStart()
double
getValue()
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
contains
public boolean contains(double x)
-
compareTo
public int compareTo(Stripe other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<Stripe>
-
getValue
public double getValue()
-
getStart
public final double getStart()
-
getEnd
public final double getEnd()
-
-