|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.aida.tfloat.ref.FloatConverter
public class FloatConverter
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 | |
---|---|
FloatConverter()
Creates a new histogram converter. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FloatConverter()
Method Detail |
---|
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)
|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |