Class PrintImage
java.lang.Object
com.marginallyclever.nodegraphcore.Node
com.marginallyclever.donatello.nodes.images.PrintImage
- All Implemented Interfaces:
com.marginallyclever.nodegraphcore.PrintWithGraphics
public class PrintImage
extends com.marginallyclever.nodegraphcore.Node
implements com.marginallyclever.nodegraphcore.PrintWithGraphics
- Since:
- 2022-02-23
- Author:
- Dan Royer
-
Field Summary
Fields inherited from class com.marginallyclever.nodegraphcore.Node
TITLE_HEIGHT -
Constructor Summary
Constructors -
Method Summary
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
-
PrintImage
public PrintImage()Constructor for subclasses to call.
-
-
Method Details
-
update
public void update()- Specified by:
updatein classcom.marginallyclever.nodegraphcore.Node
-
print
- Specified by:
printin interfacecom.marginallyclever.nodegraphcore.PrintWithGraphics
-
getLayer
public int getLayer()- Specified by:
getLayerin interfacecom.marginallyclever.nodegraphcore.PrintWithGraphics
-