public class JRFillValueDisplay extends Object implements JRValueDisplay
Modifier and Type | Field and Description |
---|---|
protected JRChart |
chart |
protected JRValueDisplay |
parent |
Constructor and Description |
---|
JRFillValueDisplay(JRValueDisplay valueDisplay,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
JRValueDisplay |
clone(JRChart parentChart) |
JRChart |
getChart() |
Color |
getColor()
Returns the color to use when writing the value.
|
JRFont |
getFont()
Returns the font to use when writing the value.
|
String |
getMask()
Returns the formatting mask to use when writing the value.
|
protected JRValueDisplay parent
protected JRChart chart
public JRFillValueDisplay(JRValueDisplay valueDisplay, JRFillObjectFactory factory)
public JRChart getChart()
getChart
in interface JRValueDisplay
public Color getColor()
JRValueDisplay
getColor
in interface JRValueDisplay
public String getMask()
JRValueDisplay
java.text.DecimalFormat
.getMask
in interface JRValueDisplay
public JRFont getFont()
JRValueDisplay
getFont
in interface JRValueDisplay
public Object clone()
clone
in interface JRCloneable
clone
in class Object
public JRValueDisplay clone(JRChart parentChart)
clone
in interface JRValueDisplay
Copyright © 2016. All rights reserved.