Class LoadImage
java.lang.Object
com.marginallyclever.nodegraphcore.Node
com.marginallyclever.donatello.nodes.images.LoadImage
public class LoadImage extends Node
This 
Node can load a Swing BufferedImage.- Since:
 - 2022-02-23
 
- 
Field Summary
Fields inherited from class com.marginallyclever.nodegraphcore.Node
TITLE_HEIGHT - 
Constructor Summary
 - 
Method Summary
Methods inherited from class com.marginallyclever.nodegraphcore.Node
addVariable, cleanAllInputs, cleanAllOutputs, getInPosition, getLabel, getName, getNumVariables, getOutPosition, getRectangle, getUniqueID, getUniqueIDSource, getUniqueName, getVariable, getVariables, isDirty, moveRelative, removeVariable, setLabel, setPosition, setRectangle, setUniqueID, setUniqueIDSource, toString, updateBounds, updateIfNotDirtyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Constructor Details
- 
LoadImage
public LoadImage()Constructor for subclasses to call. - 
LoadImage
public LoadImage(java.lang.String filename)Constructor that sets a starting value- Parameters:
 filename- the starting value.
 
 - 
 - 
Method Details
- 
create
Description copied from class:NodeReturn one new instance of this type ofNode. Override this method in derived classes. - 
update
public void update()Description copied from class:NodeOverride this method to provide the custom behavior of this node. Runs regardless of dirty inputs or outputs. 
 -