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, setOutOfBoundsPolicy
public 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)
InterfaceMultipleColumns
applyTo
in interface InterfaceMultipleColumns
public java.lang.String getGuiText()
getGuiText
in class BasicFeature
public java.lang.String getShortText()
getShortText
in class BasicFeature
public boolean getIsSingleColumn()
getIsSingleColumn
in class BasicFeature
public int getNrExtraFields()
getNrExtraFields
in class BasicFeature
public java.lang.String toString()
BasicFeature
String
representation of this
Feature
.
It includes the width
and jump percentage
.toString
in class BasicFeature
String
representation of this
Feature
.