net.sf.dynamicreports.design.base.style
Class DRDesignPen

java.lang.Object
  extended by net.sf.dynamicreports.design.base.style.DRDesignPen
All Implemented Interfaces:
DRIDesignPen

public class DRDesignPen
extends Object
implements DRIDesignPen

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
DRDesignPen()
           
 
Method Summary
 boolean equals(Object obj)
           
 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRDesignPen

public DRDesignPen()
Method Detail

getLineWidth

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

setLineWidth

public void setLineWidth(Float lineWidth)

getLineStyle

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

setLineStyle

public void setLineStyle(LineStyle lineStyle)

getLineColor

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

setLineColor

public void setLineColor(Color lineColor)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010-2014. All Rights Reserved.