Index
All Classes|All Packages
D
- deepCopy() - Method in class com.marginallyclever.nodegraphcore.NodeGraph
-
Returns a deep copy of this
NodeGraph
by using the JSON serialization methods. - deepCopy(Node) - Static method in class com.marginallyclever.nodegraphcore.JSONHelper
-
Creates a deep copy of the given
Node
using json serialization/deserialization - deepCopy(NodeGraph) - Static method in class com.marginallyclever.nodegraphcore.JSONHelper
-
Creates a deep copy of the given
NodeGraph
using json serialization/deserialization - DEFAULT_HEIGHT - Static variable in class com.marginallyclever.nodegraphcore.NodeVariable
-
Dimensions used for bounds calculations and intersection tests.
- DEFAULT_RADIUS - Static variable in class com.marginallyclever.nodegraphcore.NodeConnection
-
radius of connection points at either end.
- DEFAULT_WIDTH - Static variable in class com.marginallyclever.nodegraphcore.NodeVariable
-
Dimensions used for bounds calculations and intersection tests.
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.marginallyclever.nodegraphcore.json.NodeGraphJsonAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.marginallyclever.nodegraphcore.json.NodeJsonAdapter
- deserializeNodeConnection(JsonElement, NodeGraph) - Static method in class com.marginallyclever.nodegraphcore.JSONHelper
-
Used for de-serializing a single
NodeConnection
from aJsonElement
. - deserializeNodeConnections(JsonElement, NodeGraph) - Static method in class com.marginallyclever.nodegraphcore.JSONHelper
- deserializeNodeVariable(NodeVariable<?>, JsonElement) - Static method in class com.marginallyclever.nodegraphcore.JSONHelper
-
Used for de-serializing a single
NodeVariable
from aJsonElement
- deserializeNodeVariables(Collection<NodeVariable<?>>, JsonElement) - Static method in class com.marginallyclever.nodegraphcore.JSONHelper
- disconnectAll() - Method in class com.marginallyclever.nodegraphcore.NodeConnection
-
Disconnects from all
Node
s. - distance(Point2D) - Method in class com.marginallyclever.donatello.Point2D
-
Returns the distance to some other
Point2D
. - distanceSquared(Point2D) - Method in class com.marginallyclever.donatello.Point2D
-
Returns the square of the distance to some other
Point2D
. - Divide - Class in com.marginallyclever.nodegraphcore.nodes.math
-
C=A/B
- Divide() - Constructor for class com.marginallyclever.nodegraphcore.nodes.math.Divide
-
Constructor for subclasses to call.
- Divide(double, double) - Constructor for class com.marginallyclever.nodegraphcore.nodes.math.Divide
-
Constructor for subclasses to call.
All Classes|All Packages