public class FloatConverter extends Object
Constructor and Description |
---|
FloatConverter()
Creates a new histogram converter.
|
Modifier and Type | Method and Description |
---|---|
float[] |
edges(FloatIAxis axis)
Returns all edges of the given axis.
|
String |
toString(FloatIAxis axis)
Returns a string representation of the given argument.
|
String |
toString(FloatIHistogram1D h)
Returns a string representation of the given argument.
|
String |
toString(FloatIHistogram2D h)
Returns a string representation of the given argument.
|
String |
toString(FloatIHistogram3D h)
Returns a string representation of the given argument.
|
String |
toXML(FloatIHistogram1D h)
Returns a XML representation of the given argument.
|
String |
toXML(FloatIHistogram2D h)
Returns a XML representation of the given argument.
|
public float[] edges(FloatIAxis axis)
public String toString(FloatIAxis axis)
public String toString(FloatIHistogram1D h)
public String toString(FloatIHistogram2D h)
public String toString(FloatIHistogram3D h)
public String toXML(FloatIHistogram1D h)
public String toXML(FloatIHistogram2D h)
Jump to the Parallel Colt Homepage