net.sf.dynamicreports.adhoc.xmlconfiguration
Class XmlAdhocStyle

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

public class XmlAdhocStyle
extends Object

Java class for Style complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Style">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="font" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Font" minOccurs="0"/>
         <element name="topBorder" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Pen" minOccurs="0"/>
         <element name="leftBorder" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Pen" minOccurs="0"/>
         <element name="bottomBorder" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Pen" minOccurs="0"/>
         <element name="rightBorder" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Pen" minOccurs="0"/>
       </sequence>
       <attribute name="foregroundColor" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="backgroundColor" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="horizontalAlignment" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}HorizontalAlignment" />
       <attribute name="verticalAlignment" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}VerticalAlignment" />
       <attribute name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String backgroundColor
           
protected  XmlAdhocPen bottomBorder
           
protected  XmlAdhocFont font
           
protected  String foregroundColor
           
protected  XmlAdhocHorizontalAlignment horizontalAlignment
           
protected  XmlAdhocPen leftBorder
           
protected  String pattern
           
protected  XmlAdhocPen rightBorder
           
protected  XmlAdhocPen topBorder
           
protected  XmlAdhocVerticalAlignment verticalAlignment
           
 
Constructor Summary
XmlAdhocStyle()
           
 
Method Summary
 String getBackgroundColor()
          Gets the value of the backgroundColor property.
 XmlAdhocPen getBottomBorder()
          Gets the value of the bottomBorder property.
 XmlAdhocFont getFont()
          Gets the value of the font property.
 String getForegroundColor()
          Gets the value of the foregroundColor property.
 XmlAdhocHorizontalAlignment getHorizontalAlignment()
          Gets the value of the horizontalAlignment property.
 XmlAdhocPen getLeftBorder()
          Gets the value of the leftBorder property.
 String getPattern()
          Gets the value of the pattern property.
 XmlAdhocPen getRightBorder()
          Gets the value of the rightBorder property.
 XmlAdhocPen getTopBorder()
          Gets the value of the topBorder property.
 XmlAdhocVerticalAlignment getVerticalAlignment()
          Gets the value of the verticalAlignment property.
 void setBackgroundColor(String value)
          Sets the value of the backgroundColor property.
 void setBottomBorder(XmlAdhocPen value)
          Sets the value of the bottomBorder property.
 void setFont(XmlAdhocFont value)
          Sets the value of the font property.
 void setForegroundColor(String value)
          Sets the value of the foregroundColor property.
 void setHorizontalAlignment(XmlAdhocHorizontalAlignment value)
          Sets the value of the horizontalAlignment property.
 void setLeftBorder(XmlAdhocPen value)
          Sets the value of the leftBorder property.
 void setPattern(String value)
          Sets the value of the pattern property.
 void setRightBorder(XmlAdhocPen value)
          Sets the value of the rightBorder property.
 void setTopBorder(XmlAdhocPen value)
          Sets the value of the topBorder property.
 void setVerticalAlignment(XmlAdhocVerticalAlignment value)
          Sets the value of the verticalAlignment property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

font

protected XmlAdhocFont font

topBorder

protected XmlAdhocPen topBorder

leftBorder

protected XmlAdhocPen leftBorder

bottomBorder

protected XmlAdhocPen bottomBorder

rightBorder

protected XmlAdhocPen rightBorder

foregroundColor

protected String foregroundColor

backgroundColor

protected String backgroundColor

horizontalAlignment

protected XmlAdhocHorizontalAlignment horizontalAlignment

verticalAlignment

protected XmlAdhocVerticalAlignment verticalAlignment

pattern

protected String pattern
Constructor Detail

XmlAdhocStyle

public XmlAdhocStyle()
Method Detail

getFont

public XmlAdhocFont getFont()
Gets the value of the font property.

Returns:
possible object is XmlAdhocFont

setFont

public void setFont(XmlAdhocFont value)
Sets the value of the font property.

Parameters:
value - allowed object is XmlAdhocFont

getTopBorder

public XmlAdhocPen getTopBorder()
Gets the value of the topBorder property.

Returns:
possible object is XmlAdhocPen

setTopBorder

public void setTopBorder(XmlAdhocPen value)
Sets the value of the topBorder property.

Parameters:
value - allowed object is XmlAdhocPen

getLeftBorder

public XmlAdhocPen getLeftBorder()
Gets the value of the leftBorder property.

Returns:
possible object is XmlAdhocPen

setLeftBorder

public void setLeftBorder(XmlAdhocPen value)
Sets the value of the leftBorder property.

Parameters:
value - allowed object is XmlAdhocPen

getBottomBorder

public XmlAdhocPen getBottomBorder()
Gets the value of the bottomBorder property.

Returns:
possible object is XmlAdhocPen

setBottomBorder

public void setBottomBorder(XmlAdhocPen value)
Sets the value of the bottomBorder property.

Parameters:
value - allowed object is XmlAdhocPen

getRightBorder

public XmlAdhocPen getRightBorder()
Gets the value of the rightBorder property.

Returns:
possible object is XmlAdhocPen

setRightBorder

public void setRightBorder(XmlAdhocPen value)
Sets the value of the rightBorder property.

Parameters:
value - allowed object is XmlAdhocPen

getForegroundColor

public String getForegroundColor()
Gets the value of the foregroundColor property.

Returns:
possible object is String

setForegroundColor

public void setForegroundColor(String value)
Sets the value of the foregroundColor property.

Parameters:
value - allowed object is String

getBackgroundColor

public String getBackgroundColor()
Gets the value of the backgroundColor property.

Returns:
possible object is String

setBackgroundColor

public void setBackgroundColor(String value)
Sets the value of the backgroundColor property.

Parameters:
value - allowed object is String

getHorizontalAlignment

public XmlAdhocHorizontalAlignment getHorizontalAlignment()
Gets the value of the horizontalAlignment property.

Returns:
possible object is XmlAdhocHorizontalAlignment

setHorizontalAlignment

public void setHorizontalAlignment(XmlAdhocHorizontalAlignment value)
Sets the value of the horizontalAlignment property.

Parameters:
value - allowed object is XmlAdhocHorizontalAlignment

getVerticalAlignment

public XmlAdhocVerticalAlignment getVerticalAlignment()
Gets the value of the verticalAlignment property.

Returns:
possible object is XmlAdhocVerticalAlignment

setVerticalAlignment

public void setVerticalAlignment(XmlAdhocVerticalAlignment value)
Sets the value of the verticalAlignment property.

Parameters:
value - allowed object is XmlAdhocVerticalAlignment

getPattern

public String getPattern()
Gets the value of the pattern property.

Returns:
possible object is String

setPattern

public void setPattern(String value)
Sets the value of the pattern property.

Parameters:
value - allowed object is String


Copyright © 2010-2012. All Rights Reserved.