Index
All Classes|All Packages
R
- Random - Class in com.marginallyclever.nodegraphcore.nodes.math
-
Generate a new random number in the range max-min when updated.
- Random() - Constructor for class com.marginallyclever.nodegraphcore.nodes.math.Random
-
Constructor for subclasses to call.
- Random(double, double) - Constructor for class com.marginallyclever.nodegraphcore.nodes.math.Random
-
Constructor for subclasses to call.
- rectangle - Variable in class com.marginallyclever.nodegraphcore.NodeVariable
-
bounding rectangle of this variable.
- registerNode(Node) - Static method in class com.marginallyclever.nodegraphcore.NodeFactory
-
Does not allow nodes to be registered more than once.
- registerNodes() - Static method in class com.marginallyclever.nodegraphcore.BuiltInNodeRegistry
-
Call this once to register all the built-in nodes that are included in the package.
- registerNodes() - Static method in class com.marginallyclever.donatello.SwingNodeRegistry
-
Registers Swing
Node
s for the user menu. - registerTypeAdapters(GsonBuilder) - Static method in class com.marginallyclever.nodegraphcore.JSONHelper
-
Registers the NodeGraph classes with a
GsonBuilder
. - remove(Node) - Method in class com.marginallyclever.nodegraphcore.NodeGraph
-
Remove a
Node
and all associatedNodeConnection
s from the model. - remove(NodeConnection) - Method in class com.marginallyclever.nodegraphcore.NodeGraph
-
Remove one
NodeConnection
from this graph. - removeConnectionsToNode(Node) - Method in class com.marginallyclever.nodegraphcore.NodeGraph
-
Remove all
NodeConnection
s from the model associated with a givenNode
- removeVariable(NodeVariable) - Method in class com.marginallyclever.nodegraphcore.Node
-
Remove a
NodeVariable
from this node. - removeViewListener(NodeGraphViewListener) - Method in class com.marginallyclever.donatello.NodeGraphViewPanel
-
NodeGraphViewListener
s unregister here. - runAsDialog(Node, Frame) - Static method in class com.marginallyclever.donatello.NodeEditPanel
-
Displays an edit dialog for a given node.
- runAsDialog(Frame) - Static method in class com.marginallyclever.donatello.NodeFactoryPanel
-
Runs the panel as a dialog.
All Classes|All Packages