com.stimulsoft.report.painters.cell
Class StiLineSparklinesCellPainter

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

public class StiLineSparklinesCellPainter
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiLineSparklinesCellPainter()
           
 
Method Summary
static void draw(StiContext context, StiRectangle rect, double[] array, double zoom, double pageZoom, StiColor sparklineColor, boolean showArea, boolean showFirstLastMarker, boolean showHighLowMarker)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiLineSparklinesCellPainter

public StiLineSparklinesCellPainter()
Method Detail

draw

public static void draw(StiContext context,
                        StiRectangle rect,
                        double[] array,
                        double zoom,
                        double pageZoom,
                        StiColor sparklineColor,
                        boolean showArea,
                        boolean showFirstLastMarker,
                        boolean showHighLowMarker)