net.sf.dynamicreports.adhoc.xmlconfiguration
Class XmlAdhocPen

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

public class XmlAdhocPen
extends Object

Java class for Pen complex type.

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

 <complexType name="Pen">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="lineWidth" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="lineColor" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String lineColor
           
protected  Float lineWidth
           
 
Constructor Summary
XmlAdhocPen()
           
 
Method Summary
 String getLineColor()
          Gets the value of the lineColor property.
 Float getLineWidth()
          Gets the value of the lineWidth property.
 void setLineColor(String value)
          Sets the value of the lineColor property.
 void setLineWidth(Float value)
          Sets the value of the lineWidth property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lineWidth

protected Float lineWidth

lineColor

protected String lineColor
Constructor Detail

XmlAdhocPen

public XmlAdhocPen()
Method Detail

getLineWidth

public Float getLineWidth()
Gets the value of the lineWidth property.

Returns:
possible object is Float

setLineWidth

public void setLineWidth(Float value)
Sets the value of the lineWidth property.

Parameters:
value - allowed object is Float

getLineColor

public String getLineColor()
Gets the value of the lineColor property.

Returns:
possible object is String

setLineColor

public void setLineColor(String value)
Sets the value of the lineColor property.

Parameters:
value - allowed object is String


Copyright © 2010-2012. All Rights Reserved.