public class DoubleConverter extends Object
Constructor and Description |
---|
DoubleConverter()
Creates a new histogram converter.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public double[] edges(DoubleIAxis axis)
public String toString(DoubleIAxis axis)
public String toString(DoubleIHistogram1D h)
public String toString(DoubleIHistogram2D h)
public String toString(DoubleIHistogram3D h)
public String toXML(DoubleIHistogram1D h)
public String toXML(DoubleIHistogram2D h)
Jump to the Parallel Colt Homepage