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 |
InflateData2(double pos,
double inflation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InflateData2
public InflateData2(double pos,
double inflation)
getPos
public final double getPos()
getInflation
public final double getInflation()
compareTo
public int compareTo(InflateData2 other)
- Specified by:
compareTo
in interface java.lang.Comparable<InflateData2>
inflateAt
public double inflateAt(double v)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2011. All Rights Reserved.