|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocAxisFormat
public class XmlAdhocAxisFormat
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>
| Field Summary | |
|---|---|
protected String |
label
|
protected String |
labelColor
|
protected XmlAdhocFont |
labelFont
|
| Constructor Summary | |
|---|---|
XmlAdhocAxisFormat()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XmlAdhocFont labelFont
protected String label
protected String labelColor
| Constructor Detail |
|---|
public XmlAdhocAxisFormat()
| Method Detail |
|---|
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()
Stringpublic void setLabelColor(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||