|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
static class EnrichmentPlotterModel.EnrichmentPlot
Small container class for a single enrichment curve.
Constructor Summary | |
---|---|
EnrichmentPlotterModel.EnrichmentPlot(String name,
double[] x,
double[] y,
double area)
Creates a new enrich curve container. |
Method Summary | |
---|---|
double |
getArea()
Returns the curve's area. |
String |
getName()
Returns the curve's name. |
double[] |
getX()
Returns the curve's x-values. |
double[] |
getY()
Returns the curve's y-values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
EnrichmentPlotterModel.EnrichmentPlot(String name, double[] x, double[] y, double area)
name
- the curve's namex
- the curve's x-valuesy
- the curve's y-valuesarea
- the curve's areaMethod Detail |
---|
public String getName()
public final double getArea()
public final double[] getX()
public final double[] getY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |