public class MeterChartDisplayer extends AbstractChartDisplayer
axisInteger, backgroundColor, color, domainConfig, domainProperty, graphicAlign, height, INTERVALS_SORT_CRITERIA_LABEL, INTERVALS_SORT_CRITERIA_VALUE, INTERVALS_SORT_ORDER_ASC, INTERVALS_SORT_ORDER_DESC, INTERVALS_SORT_ORDER_NONE, intervalsSortCriteria, intervalsSortOrder, legendAnchor, marginBottom, marginLeft, marginRight, marginTop, rangeConfig, rangeProperty, rangeScalarFunction, showLabelsXAxis, showLegend, showTitle, title, type, UNIT_VALUE_TAG, unitI18nMap, width
dataDisplayerRenderer, dataDisplayerType, dataProvider
Constructor and Description |
---|
MeterChartDisplayer() |
buildXYDataSet, copyFrom, getBackgroundColor, getColor, getDomainConfiguration, getDomainPropertiesAvailable, getDomainProperty, getGraphicAlign, getHeight, getIntervalsSortCriteria, getIntervalsSortOrder, getLegendAnchor, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getRangeConfiguration, getRangePropertiesAvailable, getRangeProperty, getRangeScalarFunction, getTitle, getType, getUnit, getUnitI18nMap, getWidth, hasDataSetChanged, isAxisInteger, isShowLabelsXAxis, isShowLegend, isShowTitle, setAxisInteger, setBackgroundColor, setColor, setDataProvider, setDomainConfiguration, setDomainProperty, setGraphicAlign, setHeight, setIntervalsSortCriteria, setIntervalsSortOrder, setLegendAnchor, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setRangeConfiguration, setRangeProperty, setRangeScalarFunction, setShowLabelsXAxis, setShowLegend, setShowTitle, setTitle, setType, setUnit, setUnitI18nMap, setWidth
getDataDisplayerRenderer, getDataDisplayerType, getDataProvider, setDataDisplayerRenderer, setDataDisplayerType, setDefaultSettings
protected String subtitle
protected String positionType
protected int maxMeterTicks
protected double minDatasetValue
protected double maxDatasetValue
protected double minValue
protected double maxValue
protected double criticalThreshold
protected double warningThreshold
protected Map descripCriticalIntervalI18nMap
protected Color colorCriticalInterval
protected Map descripWarningIntervalI18nMap
protected Color colorWarningInterval
protected Map descripNormalIntervalI18nMap
protected Color colorNormalInterval
protected Color mercuryColor
protected Color valueColor
protected Color thermometerColor
protected double thermoLowerBound
protected double thermoUpperBound
protected double warningThermoThreshold
protected double criticalThermoThreshold
protected String pointerType
protected double dialLowerBound
protected double dialUpperBound
protected int maxTicks
protected int minorTickCount
protected String dialValue
protected LocaleManager localeManager
public String getSubtitle()
public void setSubtitle(String subtitle)
public String getPositionType()
public void setPositionType(String positionType)
public int getMaxMeterTicks()
public void setMaxMeterTicks(int maxMeterTicks)
public double getMinDatasetValue()
public void setMinDatasetValue(double minDatasetValue)
public double getMaxDatasetValue()
public void setMaxDatasetValue(double maxDatasetValue)
public double getMinValue()
public void setMinValue(double minValue)
public double getMaxValue()
public void setMaxValue(double maxValue)
public double getCriticalThreshold()
public void setCriticalThreshold(double criticalThreshold)
public double getWarningThreshold()
public void setWarningThreshold(double warningThreshold)
public Map getDescripCriticalIntervalI18nMap()
public void setDescripCriticalIntervalI18nMap(Map descripCriticalIntervalI18nMap)
public Color getColorCriticalInterval()
public void setColorCriticalInterval(Color colorCriticalInterval)
public Map getDescripWarningIntervalI18nMap()
public void setDescripWarningIntervalI18nMap(Map descripWarningIntervalI18nMap)
public Color getColorWarningInterval()
public void setColorWarningInterval(Color colorWarningInterval)
public Map getDescripNormalIntervalI18nMap()
public void setDescripNormalIntervalI18nMap(Map descripNormalIntervalI18nMap)
public Color getColorNormalInterval()
public void setColorNormalInterval(Color colorNormalInterval)
public Color getMercuryColor()
public void setMercuryColor(Color mercuryColor)
public Color getValueColor()
public void setValueColor(Color valueColor)
public Color getThermometerColor()
public void setThermometerColor(Color thermometerColor)
public double getThermoLowerBound()
public void setThermoLowerBound(double thermoLowerBound)
public double getThermoUpperBound()
public void setThermoUpperBound(double thermoUpperBound)
public double getWarningThermoThreshold()
public void setWarningThermoThreshold(double warningThermoThreshold)
public double getCriticalThermoThreshold()
public void setCriticalThermoThreshold(double criticalThermoThreshold)
public String getPointerType()
public void setPointerType(String pointerType)
public double getDialLowerBound()
public void setDialLowerBound(double dialLowerBound)
public double getDialUpperBound()
public void setDialUpperBound(double dialUpperBound)
public int getMaxTicks()
public void setMaxTicks(int maxTicks)
public int getMinorTickCount()
public void setMinorTickCount(int minorTickCount)
public String getDialValue()
public void setDialValue(String dialValue)
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.