net.sf.dynamicreports.report.base.chart.plot
Class DRPaintScale

java.lang.Object
  extended by net.sf.dynamicreports.report.base.chart.plot.DRPaintScale
All Implemented Interfaces:
Serializable, DRIPaintScale

public class DRPaintScale
extends Object
implements DRIPaintScale

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

Constructor Summary
DRPaintScale()
           
 
Method Summary
 String getLabel()
           
 Paint getPaint()
           
 double getValue()
           
 void setLabel(String label)
           
 void setPaint(Paint paint)
           
 void setValue(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRPaintScale

public DRPaintScale()
Method Detail

getLabel

public String getLabel()
Specified by:
getLabel in interface DRIPaintScale

setLabel

public void setLabel(String label)

getValue

public double getValue()
Specified by:
getValue in interface DRIPaintScale

setValue

public void setValue(double value)

getPaint

public Paint getPaint()
Specified by:
getPaint in interface DRIPaintScale

setPaint

public void setPaint(Paint paint)


Copyright © 2010-2014. All Rights Reserved.