public class SignalsMagnitudeArea extends BasicFeature implements InterfaceMultipleColumns
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GUI_NAME |
static boolean |
IS_SINGLE_COLUMN |
static int |
NR_EXTRA_FIELDS |
static java.lang.String |
SHORT_NAME |
DEFAULT_OOB_POLICY| Constructor and Description |
|---|
SignalsMagnitudeArea(int theWidth,
double theJumpPercentage) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
applyTo(long[] theTimestamps,
double[]... theColumns)
NOTE that the method does not take a delay at the moment.
|
java.lang.String |
getGuiText() |
boolean |
getIsSingleColumn() |
int |
getNrExtraFields() |
java.lang.String |
getShortText() |
java.lang.String |
toString()
Returns the
String representation of this
Feature. |
getValidJump, isValidWidth, setOutOfBoundsPolicypublic static final java.lang.String GUI_NAME
public static final java.lang.String SHORT_NAME
public static final boolean IS_SINGLE_COLUMN
public static final int NR_EXTRA_FIELDS
public SignalsMagnitudeArea(int theWidth,
double theJumpPercentage)
public double[] applyTo(long[] theTimestamps,
double[]... theColumns)
InterfaceMultipleColumnsapplyTo in interface InterfaceMultipleColumnspublic java.lang.String getGuiText()
getGuiText in class BasicFeaturepublic java.lang.String getShortText()
getShortText in class BasicFeaturepublic boolean getIsSingleColumn()
getIsSingleColumn in class BasicFeaturepublic int getNrExtraFields()
getNrExtraFields in class BasicFeaturepublic java.lang.String toString()
BasicFeatureString representation of this
Feature.
It includes the width and jump percentage.toString in class BasicFeatureString representation of this
Feature.