net.sf.dynamicreports.report.builder.chart
Class PaintScaleBuilder

java.lang.Object
  extended by net.sf.dynamicreports.report.builder.AbstractBuilder<PaintScaleBuilder,DRPaintScale>
      extended by net.sf.dynamicreports.report.builder.chart.PaintScaleBuilder
All Implemented Interfaces:
Serializable

public class PaintScaleBuilder
extends AbstractBuilder<PaintScaleBuilder,DRPaintScale>

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

Field Summary
 
Fields inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
builded
 
Constructor Summary
protected PaintScaleBuilder(String label, double value, Paint paint)
           
 
Method Summary
 DRPaintScale getPaintScale()
           
 
Methods inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
build, configure, getObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaintScaleBuilder

protected PaintScaleBuilder(String label,
                            double value,
                            Paint paint)
Method Detail

getPaintScale

public DRPaintScale getPaintScale()


Copyright © 2010-2014. All Rights Reserved.