net.sourceforge.plantuml.graph2
Class InflateData2

java.lang.Object
  extended by net.sourceforge.plantuml.graph2.InflateData2
All Implemented Interfaces:
Comparable<InflateData2>

public class InflateData2
extends Object
implements Comparable<InflateData2>


Constructor Summary
InflateData2(double pos, double inflation)
           
 
Method Summary
 int compareTo(InflateData2 other)
           
 double getInflation()
           
 double getPos()
           
 double inflateAt(double v)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InflateData2

public InflateData2(double pos,
                    double inflation)
Method Detail

getPos

public final double getPos()

getInflation

public final double getInflation()

compareTo

public int compareTo(InflateData2 other)
Specified by:
compareTo in interface Comparable<InflateData2>

inflateAt

public double inflateAt(double v)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.