net.sf.dynamicreports.report.base.style
Class DRPen

java.lang.Object
  extended by net.sf.dynamicreports.report.base.style.DRPen
All Implemented Interfaces:
Serializable, DRIPen

public class DRPen
extends Object
implements DRIPen

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRPen()
           
DRPen(Float lineWidth, LineStyle lineStyle)
           
 
Method Summary
 Color getLineColor()
           
 LineStyle getLineStyle()
           
 Float getLineWidth()
           
 void setLineColor(Color lineColor)
           
 void setLineStyle(LineStyle lineStyle)
           
 void setLineWidth(Float lineWidth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRPen

public DRPen()

DRPen

public DRPen(Float lineWidth,
             LineStyle lineStyle)
Method Detail

getLineWidth

public Float getLineWidth()
Specified by:
getLineWidth in interface DRIPen

setLineWidth

public void setLineWidth(Float lineWidth)

getLineStyle

public LineStyle getLineStyle()
Specified by:
getLineStyle in interface DRIPen

setLineStyle

public void setLineStyle(LineStyle lineStyle)

getLineColor

public Color getLineColor()
Specified by:
getLineColor in interface DRIPen

setLineColor

public void setLineColor(Color lineColor)


Copyright © 2010-2014. All Rights Reserved.