Class Blur
java.lang.Object
com.marginallyclever.nodegraphcore.Node
com.marginallyclever.donatello.nodes.images.Blur
public class Blur
extends com.marginallyclever.nodegraphcore.Node
-
Field Summary
Fields inherited from class com.marginallyclever.nodegraphcore.Node
TITLE_HEIGHT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilter
(BufferedImage src, int radius) getGaussianBlurFilter
(boolean horizontal, int radius) void
update()
Methods inherited from class com.marginallyclever.nodegraphcore.Node
countReceivingConnections, fromJSON, getComplete, getDownstreamNodes, getInPosition, getLabel, getName, getNumPorts, getOutPosition, getPort, getPort, getPortIndex, getPorts, getRectangle, getUniqueID, isDirty, moveRelative, reset, setComplete, setInputsClean, setLabel, setPosition, setRectangle, setUniqueID, toJSON, toString, updateBounds
-
Constructor Details
-
Blur
public Blur()
-
-
Method Details
-
update
public void update()- Specified by:
update
in classcom.marginallyclever.nodegraphcore.Node
-
filter
-
getGaussianBlurFilter
-