Index
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
Nodecontaining theNodeVariablewith a connection point. - Node - Class in com.marginallyclever.nodegraphcore
-
Nodeis 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
Nodebackground color. - NODE_COLOR_BORDER - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
-
The default
Nodeborder color. - NODE_COLOR_FONT_CLEAN - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
-
The default
Nodefont color. - NODE_COLOR_FONT_DIRTY - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
-
The default
Nodefont color for variables when - NODE_COLOR_INTERNAL_BORDER - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
-
The default
Nodeinternal border betweenNodeVariable. - NODE_COLOR_TITLE_BACKGROUND - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
-
The default
Nodetile bar background color - NODE_COLOR_TITLE_FONT - Static variable in class com.marginallyclever.donatello.NodeGraphViewPanel
-
The default
Nodetile bar font color - NodeConnection - Class in com.marginallyclever.nodegraphcore
-
Describes the connection between two
NodeVariables in differentNodes. - 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
NodeConnectionto match another. - NodeConnection(Node, int, Node, int) - Constructor for class com.marginallyclever.nodegraphcore.NodeConnection
-
Construct this
NodeConnectionwith the given parameters. - NodeConnectionPointInfo - Class in com.marginallyclever.nodegraphcore
- 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() - Constructor for class com.marginallyclever.nodegraphcore.NodeGraph
-
Constructor for subclasses to call.
- NodeGraphEditorPanel - Class in com.marginallyclever.donatello
-
NodeGraphEditorPanelis a Graphic User Interface to edit aNodeGraph. - 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
-
NodeGraphViewPanelvisualizes the contents of aNodeGraphwith 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
Nodeand stores the value at that connection. - nodeVariableIndex - Variable in class com.marginallyclever.nodegraphcore.NodeConnectionPointInfo
-
The index of the
NodeVariablewithin this node with the connection point.
All Classes|All Packages