Index

A B C D E F G H I J L M N O P R S T U V X Y 
All Classes|All Packages

C

cleanAllInputs() - Method in class com.marginallyclever.nodegraphcore.Node
Makes all input variables not dirty.
cleanAllOutputs() - Method in class com.marginallyclever.nodegraphcore.Node
Set all outputs to not dirty.
clear() - Method in class com.marginallyclever.nodegraphcore.NodeGraph
Empty the model.
clear() - Method in class com.marginallyclever.donatello.NodeGraphEditorPanel
Clears the internal graph and resets everything.
com.marginallyclever.nodegraphcore - package com.marginallyclever.nodegraphcore
NodeGraphCore contains essential elements for describing a graph that contains nodes for flow-based programming.
com.marginallyclever.NodeGraphCore - module com.marginallyclever.NodeGraphCore
NodeGraphCore contains essential elements for describing a NodeGraph for flow-based programming.

NodeGraphSwing contains Swing-based Nodes and all Swing-based tools for editing NodeGraphs.
com.marginallyclever.nodegraphcore.nodes - package com.marginallyclever.nodegraphcore.nodes
 
com.marginallyclever.nodegraphcore.nodes.logicaloperators - package com.marginallyclever.nodegraphcore.nodes.logicaloperators
 
com.marginallyclever.nodegraphcore.nodes.math - package com.marginallyclever.nodegraphcore.nodes.math
 
com.marginallyclever.nodegraphcore.json - package com.marginallyclever.nodegraphcore.json
 
com.marginallyclever.donatello - package com.marginallyclever.donatello
NodeGraphSwing contains Swing-based Nodes and all Swing-based editing tools for NodeGraphCore elements.
com.marginallyclever.donatello.actions - package com.marginallyclever.donatello.actions
 
com.marginallyclever.donatello.nodes.images - package com.marginallyclever.donatello.nodes.images
 
CONNECTION_COLOR - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
The default Node male connection point color.
CONNECTION_POINT_COLOR - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
The default Node female connection point color.
CORNER_RADIUS - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
The default Node outer border radius.
Cos - Class in com.marginallyclever.nodegraphcore.nodes.math
output=cos(A)
Cos() - Constructor for class com.marginallyclever.nodegraphcore.nodes.math.Cos
Constructor for subclasses to call.
Cos(double) - Constructor for class com.marginallyclever.nodegraphcore.nodes.math.Cos
Constructor for subclasses to call.
countNodesOfClass(Class<?>) - Method in class com.marginallyclever.nodegraphcore.NodeGraph
Return the number of instances of class c or its subclasses.
create() - Method in class com.marginallyclever.nodegraphcore.nodes.LoadBoolean
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.LoadNumber
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.LoadString
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.logicaloperators.LogicalAnd
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.logicaloperators.LogicalNot
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.logicaloperators.LogicalOr
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.math.Add
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.math.ATan2
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.math.Cos
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.math.Divide
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.math.Max
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.math.Min
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.math.Multiply
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.math.Random
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.math.Sin
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.math.Subtract
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.math.Tan
 
create() - Method in class com.marginallyclever.nodegraphcore.nodes.PrintToStdOut
 
create() - Method in class com.marginallyclever.nodegraphcore.Node
Return one new instance of this type of Node.
create() - Method in class com.marginallyclever.nodegraphcore.Subgraph
 
create() - Method in class com.marginallyclever.donatello.nodes.images.LoadImage
 
create() - Method in class com.marginallyclever.donatello.nodes.images.PrintImage
 
createInverse() - Method in class com.marginallyclever.nodegraphcore.NodeVariable
Creates a copy of this NodeVariable, while flipping hasInput and hasOutput
createNode(String) - Static method in class com.marginallyclever.nodegraphcore.NodeFactory
 
A B C D E F G H I J L M N O P R S T U V X Y 
All Classes|All Packages