infovis.utils
Class DoublePair

java.lang.Object
  extended by infovis.utils.DoublePair

public class DoublePair
extends Object

Holds a pair of double values for any purpose

Version:
$Revision: 1.1 $
Author:
Jean-Daniel Fekete

Field Summary
 double first
           
 double second
           
 
Constructor Summary
DoublePair()
           
DoublePair(double first, double second)
           
DoublePair(DoublePair other)
           
 
Method Summary
 double getFirst()
           
 double getSecond()
           
 void setFirst(double first)
           
 void setSecond(double second)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public double first

second

public double second
Constructor Detail

DoublePair

public DoublePair()

DoublePair

public DoublePair(double first,
                  double second)

DoublePair

public DoublePair(DoublePair other)
Method Detail

getFirst

public double getFirst()

setFirst

public void setFirst(double first)

getSecond

public double getSecond()

setSecond

public void setSecond(double second)


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.