net.sf.dynamicreports.adhoc.configuration
Class AdhocPen

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.configuration.AdhocPen
All Implemented Interfaces:
Serializable, Cloneable

public class AdhocPen
extends Object
implements Cloneable, Serializable

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

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

Constructor Detail

AdhocPen

public AdhocPen()
Method Detail

getLineWidth

public Float getLineWidth()

setLineWidth

public void setLineWidth(Float lineWidth)

getLineColor

public Color getLineColor()

setLineColor

public void setLineColor(Color lineColor)

equals

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

clone

public AdhocPen clone()
Overrides:
clone in class Object


Copyright © 2010-2013. All Rights Reserved.