public final class GoogleChartImageGenerator extends Object
Modifier and Type | Method and Description |
---|---|
static String |
barChart(StopwatchSample... samples)
Generates Google bar chart URL for the provided samples showing mean values in milliseconds with default title.
|
static String |
barChart(String title,
SimonUnit unit,
boolean showMaxMin,
StopwatchSample... samples)
Generates Google bar chart URL for the provided samples.
|
static String |
barChart(String title,
SimonUnit unit,
StopwatchSample... samples)
Generates Google bar chart URL for the provided samples showing only mean values.
|
static String |
barChart(String title,
StopwatchSample... samples)
Generates Google bar chart URL for the provided samples showing mean values in milliseconds.
|
public static String barChart(String title, SimonUnit unit, boolean showMaxMin, StopwatchSample... samples)
title
- chart titleunit
- unit requested for displaying resultsshowMaxMin
- true if additional datasets for max and min values should be shownsamples
- stopwatch samplespublic static String barChart(String title, SimonUnit unit, StopwatchSample... samples)
title
- chart titleunit
- unit requested for displaying resultssamples
- stopwatch samplespublic static String barChart(String title, StopwatchSample... samples)
title
- chart titlesamples
- stopwatch samplespublic static String barChart(StopwatchSample... samples)
samples
- stopwatch samplesCopyright © 2019. All rights reserved.