|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AbstractELOperator | +--OneArgumentOperator | +--DSymmetry
Fields inherited from interface ELOperator |
LARGE_NUMER_OF_ARGUMENTS |
Constructor Summary | |
DSymmetry()
|
Method Summary | |
void |
apply(ELMatrix[] argument,
ELMatrix out,
ELEnvironment environment)
Applies this operator. |
java.lang.String |
description()
An english language description of what this operator does. |
protected java.lang.String |
iconString()
Override to change the string painted for an icon. |
java.lang.String |
name()
Name of this operator (usually the same as unparse()). |
Methods inherited from class OneArgumentOperator |
checkArguments, function, getMaxNumArguments, getMinNumArguments, unparse |
Methods inherited from class AbstractELOperator |
clamp, hasExternalInfluences, paintIcon |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface ELOperator |
getMaxNumArguments, getMinNumArguments, hasExternalInfluences, paintIcon, unparse |
Constructor Detail |
public DSymmetry()
Method Detail |
public void apply(ELMatrix[] argument, ELMatrix out, ELEnvironment environment)
ELOperator
apply
in interface ELOperator
apply
in class OneArgumentOperator
public java.lang.String name()
ELOperator
name
in interface ELOperator
public java.lang.String description()
ELOperator
description
in interface ELOperator
protected java.lang.String iconString()
AbstractELOperator
iconString
in class AbstractELOperator
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |