|
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.tdouble.ref.DoubleConverter
public class DoubleConverter
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 |
---|
public DoubleConverter()
Method Detail |
---|
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)
|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |