public class MetricSettingsBuilderImpl extends AbstractChartSettingsBuilder<MetricSettingsBuilderImpl> implements MetricSettingsBuilder<MetricSettingsBuilderImpl>
displayerSettings
Constructor and Description |
---|
MetricSettingsBuilderImpl() |
Modifier and Type | Method and Description |
---|---|
protected DisplayerSettings |
createDisplayerSettings() |
MetricSettingsBuilderImpl |
metric(long start,
long warning,
long critical,
long end)
Set specific the configuration parameters for this metric chart.
|
height, legendOff, legendOn, legendOn, margins, resizableOff, resizableOn, width
allowCsvExport, allowExcelExport, backgroundColor, buildSettings, dataset, expression, expression, filterOff, filterOn, format, format, format, htmlTemplate, jsTemplate, refreshOff, refreshOn, refreshOn, renderer, subtype, title, titleVisible, uuid, xAxisAngle, xAxisTitle, yAxisTitle
asc, buildColumnId, buildLookup, column, column, column, column, column, dataset, desc, dynamic, dynamic, dynamic, filter, filter, firstDay, firstMonth, fixed, getCurrentOp, group, group, join, rowNumber, rowOffset, select, sort, sort
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
height, legendOff, legendOn, legendOn, margins, resizableOff, resizableOn, width
backgroundColor, buildSettings, dataset, expression, expression, filterOff, filterOn, format, format, format, htmlTemplate, jsTemplate, refreshOff, refreshOn, refreshOn, renderer, subtype, title, titleVisible, uuid
protected DisplayerSettings createDisplayerSettings()
createDisplayerSettings
in class AbstractDisplayerSettingsBuilder<MetricSettingsBuilderImpl>
public MetricSettingsBuilderImpl metric(long start, long warning, long critical, long end)
MetricSettingsBuilder
All the reference values specified start, warning, critical, and end can be used to customize how the metric is displayed according its current value.
metric
in interface MetricSettingsBuilder<MetricSettingsBuilderImpl>
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.