Package net.sourceforge.plantuml.graph2
Class InflateData2
- java.lang.Object
-
- net.sourceforge.plantuml.graph2.InflateData2
-
- All Implemented Interfaces:
java.lang.Comparable<InflateData2>
public class InflateData2 extends java.lang.Object implements java.lang.Comparable<InflateData2>
-
-
Constructor Summary
Constructors Constructor Description InflateData2(double pos, double inflation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(InflateData2 other)doublegetInflation()doublegetPos()doubleinflateAt(double v)java.lang.StringtoString()
-
-
-
Method Detail
-
getPos
public final double getPos()
-
getInflation
public final double getInflation()
-
compareTo
public int compareTo(InflateData2 other)
- Specified by:
compareToin interfacejava.lang.Comparable<InflateData2>
-
inflateAt
public double inflateAt(double v)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-