net.sourceforge.plantuml.graph2
Class InflateData2

java.lang.Object
  extended by 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)
           
 
Method Summary
 int compareTo(InflateData2 other)
           
 double getInflation()
           
 double getPos()
           
 double inflateAt(double v)
           
 java.lang.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 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.