public abstract class ExtendedChartDataWrapper extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
chartHeight |
protected int |
chartWidth |
protected String |
hintText |
protected BufferedImage |
image |
protected LoadUITestReportData |
loadUITestReportData |
protected String |
title |
Constructor and Description |
---|
ExtendedChartDataWrapper(LoadUITestReportData loadUITestReportData,
String title,
String hintText) |
Modifier and Type | Method and Description |
---|---|
abstract void |
createChartImage() |
String |
getHintText() |
Image |
getImage() |
String |
getTitle() |
protected int chartWidth
protected int chartHeight
protected final LoadUITestReportData loadUITestReportData
protected final String title
protected final String hintText
protected BufferedImage image
public ExtendedChartDataWrapper(LoadUITestReportData loadUITestReportData, String title, String hintText)
Copyright © 2019. All rights reserved.