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

N

name - Variable in class com.marginallyclever.nodegraphcore.NodeVariable
The name of this variable.
newInstance(String, Class<T>, T, boolean, boolean) - Static method in class com.marginallyclever.nodegraphcore.NodeVariable
Called to create a new instance of a NodeVariable.
node - Variable in class com.marginallyclever.nodegraphcore.NodeConnectionPointInfo
The Node containing the NodeVariable with a connection point.
Node - Class in com.marginallyclever.nodegraphcore
Node is a collection of zero or more inputs and zero or more outputs connected by some operator.
Node(String) - Constructor for class com.marginallyclever.nodegraphcore.Node
Default constructor
NODE_COLOR_BACKGROUND - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
The default Node background color.
NODE_COLOR_BORDER - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
The default Node border color.
NODE_COLOR_FONT_CLEAN - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
The default Node font color.
NODE_COLOR_FONT_DIRTY - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
The default Node font color for variables when
NODE_COLOR_INTERNAL_BORDER - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
The default Node internal border between NodeVariable.
NODE_COLOR_TITLE_BACKGROUND - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
The default Node tile bar background color
NODE_COLOR_TITLE_FONT - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
The default Node tile bar font color
NodeConnection - Class in com.marginallyclever.nodegraphcore
Describes the connection between two NodeVariables in different Nodes.
NodeConnection() - Constructor for class com.marginallyclever.nodegraphcore.NodeConnection
public Constructor for subclasses to call.
NodeConnection(NodeConnection) - Constructor for class com.marginallyclever.nodegraphcore.NodeConnection
Construct this NodeConnection to match another.
NodeConnection(Node, int, Node, int) - Constructor for class com.marginallyclever.nodegraphcore.NodeConnection
Construct this NodeConnection with the given parameters.
NodeConnectionPointInfo - Class in com.marginallyclever.nodegraphcore
NodeConnectionPointInfo makes it easier to query connection points of a NodeVariable within a Node.
NodeConnectionPointInfo() - Constructor for class com.marginallyclever.nodegraphcore.NodeConnectionPointInfo
Constructor for subclasses to call.
NodeConnectionPointInfo(Node, int, int) - Constructor for class com.marginallyclever.nodegraphcore.NodeConnectionPointInfo
Constructor for subclasses to call.
NodeEditPanel - Class in com.marginallyclever.donatello
Swing UI allowing a user to edit an existing Node.
NodeEditPanel(Node) - Constructor for class com.marginallyclever.donatello.NodeEditPanel
The Constructor for subclasses to call.
NodeFactory - Class in com.marginallyclever.nodegraphcore
Maintains a map of Nodes and their names.
NodeFactory() - Constructor for class com.marginallyclever.nodegraphcore.NodeFactory
 
NodeFactoryPanel - Class in com.marginallyclever.donatello
Swing UI allowing a user to create a new Node.
NodeFactoryPanel() - Constructor for class com.marginallyclever.donatello.NodeFactoryPanel
Constructor for subclasses to call.
NodeGraph - Class in com.marginallyclever.nodegraphcore
NodeGraph contains the Nodes, and NodeConnections
NodeGraph() - Constructor for class com.marginallyclever.nodegraphcore.NodeGraph
Constructor for subclasses to call.
NodeGraphEditorPanel - Class in com.marginallyclever.donatello
NodeGraphEditorPanel is a Graphic User Interface to edit a NodeGraph.
NodeGraphEditorPanel(NodeGraph) - Constructor for class com.marginallyclever.donatello.NodeGraphEditorPanel
Default constructor
NodeGraphJsonAdapter - Class in com.marginallyclever.nodegraphcore.json
 
NodeGraphJsonAdapter() - Constructor for class com.marginallyclever.nodegraphcore.json.NodeGraphJsonAdapter
 
NodeGraphViewListener - Interface in com.marginallyclever.donatello
Used by any class wanting to add decorations to a NodeGraphViewPanel.
NodeGraphViewPanel - Class in com.marginallyclever.donatello
NodeGraphViewPanel visualizes the contents of a NodeGraph with Java Swing.
NodeGraphViewPanel(NodeGraph) - Constructor for class com.marginallyclever.donatello.NodeGraphViewPanel
Constructs one new instance of NodeGraphViewPanel.
NodeJsonAdapter - Class in com.marginallyclever.nodegraphcore.json
 
NodeJsonAdapter() - Constructor for class com.marginallyclever.nodegraphcore.json.NodeJsonAdapter
 
nodeType - Static variable in class com.marginallyclever.nodegraphcore.json.NodeGraphJsonAdapter
Needed by Gson.
NodeVariable<T> - Class in com.marginallyclever.nodegraphcore
Describes an input or output connection with for a Node and stores the value at that connection.
nodeVariableIndex - Variable in class com.marginallyclever.nodegraphcore.NodeConnectionPointInfo
The index of the NodeVariable within this node with the connection point.
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