|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.steema.teechart.misc.Enum
com.steema.teechart.functions.DownSamplingMethod
public final class DownSamplingMethod
Title: DownSamplingMethod class
Description: Defines type of downsampling method.
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Field Summary | |
|---|---|
static DownSamplingMethod |
AVERAGE
Replace group of points with group average value. |
static DownSamplingMethod |
MAX
Replace group of points with group maximum value. |
static DownSamplingMethod |
MIN
Replace group of points with group minimum value. |
static DownSamplingMethod |
MINMAX
Replace group of points with two points : group minimum and maximum value. |
| Method Summary |
|---|
| Methods inherited from class com.steema.teechart.misc.Enum |
|---|
getValue, readResolve |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final DownSamplingMethod MAX
public static final DownSamplingMethod MIN
public static final DownSamplingMethod MINMAX
public static final DownSamplingMethod AVERAGE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||