endrov.flowFourier
Class FlowUnitConvGaussian2D
java.lang.Object
endrov.flow.FlowUnit
endrov.flow.FlowUnitBasic
endrov.flowFourier.FlowUnitConvGaussian2D
public class FlowUnitConvGaussian2D
- extends FlowUnitBasic
Flow unit: convolve by gaussian
Field Summary |
static java.lang.String |
showName
|
Methods inherited from class endrov.flow.FlowUnit |
checkNotNull, errNullValues, errUnsupportedTypes, getBorderColor, getMidPos, getTextColor, getTypesIn, getTypesInCount, getTypesOut, getTypesOutCount, helperDrawConnectors, isSelected, toDouble |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
showName
public static final java.lang.String showName
- See Also:
- Constant Field Values
FlowUnitConvGaussian2D
public FlowUnitConvGaussian2D()
initPlugin
public static void initPlugin()
- Plugin declaration
toXML
public java.lang.String toXML(org.jdom.Element e)
- Specified by:
toXML
in class FlowUnit
fromXML
public void fromXML(org.jdom.Element e)
- Specified by:
fromXML
in class FlowUnit
getBasicShowName
public java.lang.String getBasicShowName()
- Description copied from class:
FlowUnitBasic
- Name to be shown on box
- Specified by:
getBasicShowName
in class FlowUnitBasic
getIcon
public javax.swing.ImageIcon getIcon()
- Specified by:
getIcon
in class FlowUnitBasic
getBackground
public java.awt.Color getBackground()
- Specified by:
getBackground
in class FlowUnitBasic
getTypesIn
protected void getTypesIn(java.util.Map<java.lang.String,FlowType> types,
Flow flow)
- Get types of flows in
- Specified by:
getTypesIn
in class FlowUnit
flow
- TODO
getTypesOut
protected void getTypesOut(java.util.Map<java.lang.String,FlowType> types,
Flow flow)
- Get types of flows out
- Specified by:
getTypesOut
in class FlowUnit
flow
- TODO
evaluate
public void evaluate(Flow flow,
FlowExec exec)
throws java.lang.Exception
- Execute algorithm
- Specified by:
evaluate
in class FlowUnit
- Throws:
java.lang.Exception
getHelpArticle
public java.lang.String getHelpArticle()
- Overrides:
getHelpArticle
in class FlowUnitBasic