Parallel Colt 0.7.2

hep.aida.tdouble.ref
Class DoubleConverter

java.lang.Object
  extended by hep.aida.tdouble.ref.DoubleConverter

public class DoubleConverter
extends Object

Histogram conversions, for example to String and XML format; This class requires the Colt distribution, whereas the rest of the package is entirelly stand-alone.


Constructor Summary
DoubleConverter()
          Creates a new histogram converter.
 
Method Summary
 double[] edges(DoubleIAxis axis)
          Returns all edges of the given axis.
 String toString(DoubleIAxis axis)
          Returns a string representation of the given argument.
 String toString(DoubleIHistogram1D h)
          Returns a string representation of the given argument.
 String toString(DoubleIHistogram2D h)
          Returns a string representation of the given argument.
 String toString(DoubleIHistogram3D h)
          Returns a string representation of the given argument.
 String toXML(DoubleIHistogram1D h)
          Returns a XML representation of the given argument.
 String toXML(DoubleIHistogram2D h)
          Returns a XML representation of the given argument.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleConverter

public DoubleConverter()
Creates a new histogram converter.

Method Detail

edges

public double[] edges(DoubleIAxis axis)
Returns all edges of the given axis.


toString

public String toString(DoubleIAxis axis)
Returns a string representation of the given argument.


toString

public String toString(DoubleIHistogram1D h)
Returns a string representation of the given argument.


toString

public String toString(DoubleIHistogram2D h)
Returns a string representation of the given argument.


toString

public String toString(DoubleIHistogram3D h)
Returns a string representation of the given argument.


toXML

public String toXML(DoubleIHistogram1D h)
Returns a XML representation of the given argument.


toXML

public String toXML(DoubleIHistogram2D h)
Returns a XML representation of the given argument.


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage