com.stimulsoft.report.painters.cell
Class StiColumnSparklinesCellPainter

java.lang.Object
  extended by com.stimulsoft.report.painters.cell.StiColumnSparklinesCellPainter

public class StiColumnSparklinesCellPainter
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiColumnSparklinesCellPainter()
           
 
Method Summary
static void draw(StiContext context, StiRectangle rect, double[] array, StiColor positiveColor, StiColor negativeColor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiColumnSparklinesCellPainter

public StiColumnSparklinesCellPainter()
Method Detail

draw

public static void draw(StiContext context,
                        StiRectangle rect,
                        double[] array,
                        StiColor positiveColor,
                        StiColor negativeColor)