|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--AbstractELOperator
|
+--MultiArgumentOperator
|
+--BitwiseOperator
| Fields inherited from interface ELOperator |
LARGE_NUMER_OF_ARGUMENTS |
| Constructor Summary | |
BitwiseOperator()
|
|
| Method Summary | |
protected abstract int |
bitwiseOp(int a,
int b)
Override to define your bitwise operator. |
protected float |
combine(float a,
float b)
Override this to provide your element-by-element operator. |
| Methods inherited from class MultiArgumentOperator |
apply, checkArguments, clamp, combine, 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, description, getMaxNumArguments, getMinNumArguments, hasExternalInfluences, name, paintIcon, unparse |
| Constructor Detail |
public BitwiseOperator()
| Method Detail |
protected abstract int bitwiseOp(int a,
int b)
protected float combine(float a,
float b)
MultiArgumentOperatorcombine in class MultiArgumentOperator
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||