public class NeoloadGraphXPathStat extends Object
| Constructor and Description |
|---|
NeoloadGraphXPathStat(String title,
String yLabel,
List<NeoloadCurvesXPathStat> curves)
Instantiates a new Neoload graph x path stat.
|
NeoloadGraphXPathStat(String title,
String yLabel,
NeoloadCurvesXPathStat... curves)
Instantiates a new Neoload graph x path stat.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBuild(int buildNumber,
Document document)
Add build.
|
static org.jfree.chart.axis.TickUnitSource |
createStandardTickUnits()
Creates the standard tick units.
|
List<NeoloadCurvesXPathStat> |
getCurves()
Gets curves.
|
String |
getTitle()
Gets title.
|
String |
getyLabel()
Gets label.
|
void |
writePng(File file)
Write png.
|
public NeoloadGraphXPathStat(String title, String yLabel, NeoloadCurvesXPathStat... curves)
title - the titleyLabel - the y labelcurves - the curvespublic NeoloadGraphXPathStat(String title, String yLabel, List<NeoloadCurvesXPathStat> curves)
title - the titleyLabel - the y labelcurves - the curvespublic String getTitle()
public List<NeoloadCurvesXPathStat> getCurves()
public String getyLabel()
public void addBuild(int buildNumber,
Document document)
buildNumber - the build numberdocument - the documentpublic void writePng(File file) throws IOException
file - the fileIOException - the io exceptionpublic static org.jfree.chart.axis.TickUnitSource createStandardTickUnits()
Copyright © 2004-2018. All Rights Reserved.