|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--AbstractELOperator
|
+--OneArgumentOperator
|
+--ArcTangent
| Field Summary | |
(package private) static float |
scale
|
| Fields inherited from interface ELOperator |
LARGE_NUMER_OF_ARGUMENTS |
| Constructor Summary | |
ArcTangent()
|
|
| Method Summary | |
java.lang.String |
description()
An english language description of what this operator does. |
protected float |
function(float f)
Your element wise operator. |
java.lang.String |
name()
Name of this operator (usually the same as unparse()). |
| Methods inherited from class OneArgumentOperator |
apply, checkArguments, getMaxNumArguments, getMinNumArguments, unparse |
| Methods inherited from class AbstractELOperator |
clamp, hasExternalInfluences, iconString, paintIcon |
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface ELOperator |
apply, getMaxNumArguments, getMinNumArguments, hasExternalInfluences, paintIcon, unparse |
| Field Detail |
static final float scale
| Constructor Detail |
public ArcTangent()
| Method Detail |
protected final float function(float f)
OneArgumentOperatorfunction in class OneArgumentOperatorpublic java.lang.String name()
ELOperatorname in interface ELOperatorpublic java.lang.String description()
ELOperatordescription in interface ELOperator
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||