public class XmlAdhocAxisFormat extends Object
Java class for AxisFormat complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AxisFormat">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="labelFont" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Font" minOccurs="0"/>
</sequence>
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="labelColor" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected String |
labelColor |
protected XmlAdhocFont |
labelFont |
| Constructor and Description |
|---|
XmlAdhocAxisFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the value of the label property.
|
String |
getLabelColor()
Gets the value of the labelColor property.
|
XmlAdhocFont |
getLabelFont()
Gets the value of the labelFont property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setLabelColor(String value)
Sets the value of the labelColor property.
|
void |
setLabelFont(XmlAdhocFont value)
Sets the value of the labelFont property.
|
protected XmlAdhocFont labelFont
protected String label
protected String labelColor
public XmlAdhocFont getLabelFont()
XmlAdhocFontpublic void setLabelFont(XmlAdhocFont value)
value - allowed object is
XmlAdhocFontpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getLabelColor()
StringCopyright © 2010–2021. All rights reserved.