net.sf.dynamicreports.adhoc.xmlconfiguration
Class XmlAdhocAxisFormat

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocAxisFormat

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>
 


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

labelFont

protected XmlAdhocFont labelFont

label

protected String label

labelColor

protected String labelColor
Constructor Detail

XmlAdhocAxisFormat

public XmlAdhocAxisFormat()
Method Detail

getLabelFont

public XmlAdhocFont getLabelFont()
Gets the value of the labelFont property.

Returns:
possible object is XmlAdhocFont

setLabelFont

public void setLabelFont(XmlAdhocFont value)
Sets the value of the labelFont property.

Parameters:
value - allowed object is XmlAdhocFont

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getLabelColor

public String getLabelColor()
Gets the value of the labelColor property.

Returns:
possible object is String

setLabelColor

public void setLabelColor(String value)
Sets the value of the labelColor property.

Parameters:
value - allowed object is String


Copyright © 2010-2012. All Rights Reserved.