infovis.utils
Class DoublePair
java.lang.Object
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
first
public double first
second
public double second
DoublePair
public DoublePair()
DoublePair
public DoublePair(double first,
double second)
DoublePair
public DoublePair(DoublePair other)
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.