com.stimulsoft.report.chart
Class StiSimplifyHelper

java.lang.Object
  extended by com.stimulsoft.report.chart.StiSimplifyHelper

public class StiSimplifyHelper
extends java.lang.Object

Simplification of a 2D-polyline. Copyright Stimulsoft


Constructor Summary
StiSimplifyHelper()
           
 
Method Summary
static java.util.List<StiPoint> simplify(StiPoint[] points, double tolerance, boolean highestQuality)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiSimplifyHelper

public StiSimplifyHelper()
Method Detail

simplify

public static java.util.List<StiPoint> simplify(StiPoint[] points,
                                                double tolerance,
                                                boolean highestQuality)