public class SimpleBubbleChartValueFormatter extends java.lang.Object implements BubbleChartValueFormatter
| Constructor and Description |
|---|
SimpleBubbleChartValueFormatter() |
SimpleBubbleChartValueFormatter(int decimalDigitsNumber) |
| Modifier and Type | Method and Description |
|---|---|
int |
formatChartValue(char[] formattedValue,
BubbleValue value) |
char[] |
getAppendedText() |
int |
getDecimalDigitsNumber() |
char |
getDecimalSeparator() |
char[] |
getPrependedText() |
SimpleBubbleChartValueFormatter |
setAppendedText(char[] appendedText) |
SimpleBubbleChartValueFormatter |
setDecimalDigitsNumber(int decimalDigitsNumber) |
SimpleBubbleChartValueFormatter |
setDecimalSeparator(char decimalSeparator) |
SimpleBubbleChartValueFormatter |
setPrependedText(char[] prependedText) |
public SimpleBubbleChartValueFormatter()
public SimpleBubbleChartValueFormatter(int decimalDigitsNumber)
public int formatChartValue(char[] formattedValue,
BubbleValue value)
formatChartValue in interface BubbleChartValueFormatterpublic int getDecimalDigitsNumber()
public SimpleBubbleChartValueFormatter setDecimalDigitsNumber(int decimalDigitsNumber)
public char[] getAppendedText()
public SimpleBubbleChartValueFormatter setAppendedText(char[] appendedText)
public char[] getPrependedText()
public SimpleBubbleChartValueFormatter setPrependedText(char[] prependedText)
public char getDecimalSeparator()
public SimpleBubbleChartValueFormatter setDecimalSeparator(char decimalSeparator)