public static class RenderableComponentHistogram.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RenderableComponentHistogram.Builder |
addBin(double lower,
double upper,
double yValue) |
RenderableComponentHistogram |
build() |
RenderableComponentHistogram.Builder |
margins(int top,
int bottom,
int left,
int right) |
RenderableComponentHistogram.Builder |
title(java.lang.String title) |
public RenderableComponentHistogram.Builder title(java.lang.String title)
public RenderableComponentHistogram.Builder addBin(double lower, double upper, double yValue)
public RenderableComponentHistogram.Builder margins(int top, int bottom, int left, int right)
public RenderableComponentHistogram build()