com.stimulsoft.report.painters.cell
Class StiWinLossSparklinesCellPainter

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

public class StiWinLossSparklinesCellPainter
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiWinLossSparklinesCellPainter()
           
 
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

StiWinLossSparklinesCellPainter

public StiWinLossSparklinesCellPainter()
Method Detail

draw

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