Class VGradient
java.lang.Object
|
+--AbstractELOperator
|
+--ZeroArgumentOperator
|
+--VGradient
- All Implemented Interfaces:
- ELOperator
- public final class VGradient
- extends ZeroArgumentOperator
- implements ELOperator
Field Summary |
(package private) static float[] |
coeff
|
Method Summary |
(package private) static void |
()
|
void |
apply(ELMatrix[] argument,
ELMatrix out,
ELEnvironment environment)
Applies this operator. |
java.lang.String |
description()
An english language description of what this operator does. |
java.lang.String |
name()
Name of this operator (usually the same as unparse()). |
void |
paintIcon(java.awt.Graphics2D graphics,
int x,
int y,
int width,
int height)
Draw an icon for this operator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
coeff
static float[] coeff
VGradient
public VGradient()
static void ()
apply
public void apply(ELMatrix[] argument,
ELMatrix out,
ELEnvironment environment)
- Description copied from interface:
ELOperator
- Applies this operator.
- Specified by:
apply
in interface ELOperator
name
public java.lang.String name()
- Description copied from interface:
ELOperator
- Name of this operator (usually the same as unparse()).
- Specified by:
name
in interface ELOperator
description
public java.lang.String description()
- Description copied from interface:
ELOperator
- An english language description of what this operator does.
- Specified by:
description
in interface ELOperator
paintIcon
public void paintIcon(java.awt.Graphics2D graphics,
int x,
int y,
int width,
int height)
- Description copied from interface:
ELOperator
- Draw an icon for this operator
- Specified by:
paintIcon
in interface ELOperator
- Overrides:
paintIcon
in class AbstractELOperator